How to query OpenTelemetry data in New Relic
Blog post from New Relic
OpenTelemetry (OTel) provides a standardized method for collecting and exporting telemetry data, crucial for modern application monitoring. When integrated with New Relic's Intelligent Observability Platform, users can maximize insights from their OpenTelemetry data. The blog post explains how to query OpenTelemetry data in New Relic using the New Relic Query Language (NRQL), detailing how OpenTelemetry data is stored in New Relic's database (NRDB) and the process of utilizing various OpenTelemetry data types, such as counters, up-down counters, histograms, and observable counters. It covers the steps to instrument, store, and query these data types through Python scripting and emphasizes the importance of understanding OpenTelemetry's metric data models. Furthermore, the guide highlights the flexibility and precision of NRQL in querying data for analysis and optimization, offering detailed instructions on setting up and executing queries to gain valuable insights into application performance. By leveraging these tools, users can significantly enhance their application's observability and performance monitoring capabilities.