youtube image
From YouTube: Opentelemetry and Your Tests - Manuel de la Pena, Elastic

Description

For more Continuous Delivery Foundation content, check out our blog: https://cd.foundation/blog/

Opentelemetry and Your Tests - Manuel de la Pena, Elastic
JW Grand Ballroom 3

Speakers: Manuel de la Peña
Test data is a gold mine that is rarely explored when discussing software quality and best development practices. Tens of thousands of tests might be executed in your CI pipelines everyday, generating a massive amount of data for you effortlessly. Right now, this data is lying around without producing you any value, but what if you could harness this data to accomplish something? If used correctly, you could be able to, for example, detect test flakiness, notify the right people on failures, and much more. All you have to do is capture this data and turn it into insight using an instrumentation layer. You can add this layer on top of the jUnit de-facto standard for test reports. By doing this, you'll be able to send traces and metrics to a backend using another standard, OpenTelemetry, and explore that information from there in whatever manner it is helpful for your interest.