Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [open-telemetry]

OpenTelemetry is a set of APIs, SDKs and other components (like the OpenTelemetry Collector or Operator) designed for the generation of high-quality telemetry data (traces, metrics, and logs) from cloud-native software. This tag is suitable for questions about operating OpenTelemetry components (such as the collector), instrumenting software or libraries to take advantage of it, or questions about writing new OpenTelemetry components.

open-telemetry
0 votes
0 answers
15 views

Service name sent by otlp not visible in NewRelic traces

I am try to send tracing data to NewRelic via Opentelemetry collector. I run otel collector using docker-compose . I can see traces via trace.id but service.name is not visible. I tried using jaegar ...
Anshul's user avatar
  • 425
0 votes
0 answers
16 views

How to have the Prometheus exporter export labels/tags

I am creating the meter like this: var meter = fact.Create( MeterName, null, new KeyValuePair<string, object?>[] { new( "id", index.Id ), new( "name", index....
Sascha's user avatar
  • 10.3k
-1 votes
0 answers
9 views

springboot otlp telemetry turn off

I am using micrometer based otlp for enabling opentelemetry in springboot. implementation 'io.micrometer:micrometer-tracing-bridge-otel' implementation 'io.opentelemetry:opentelemetry-exporter-otlp' ...
sg2000's user avatar
  • 101
0 votes
0 answers
18 views

Adding global attributes to OpenTelemetry metrics

I am using OpenTelemetry's Metrics to get information about my environment. I have several tenants that will use OpenTelemetry and will all be ingested into Prometheus and then Grafana. I would like ...
Adri's user avatar
  • 1
0 votes
0 answers
27 views

Equivalence between OpenTelemetry and Prometheus metrics

I'm leveraging OpenTelemetry metrics on a k8s environment. Metrics are sent to a Prometheus instance and consumed by Grafana. I'm trying set up k8s infra dashboards leveraging existing ones found on ...
Marco Boi's user avatar
0 votes
0 answers
40 views

How to use Gauge metric instrument in c++ opentelemetry with otlp http/grpc exporter?

In my c++ project I use opentelemetry (v1.14.2) to collect traces and logs. Now I want to add metrics collection using Gauge instrument (double observable gauge) with otlp http/grpc exporter. I've ...
Artem's user avatar
  • 1
0 votes
0 answers
14 views

opentelemtry exports previous custom metrics every 10 sec

I have a .NET application configured to export custom metrics using the OpenTelemetry SDK to Application Insights. I’ve noticed that even when metrics aren’t updated, OpenTelemetry still pushes the ...
satish's user avatar
  • 63
0 votes
0 answers
38 views

Unable to connect to newrelic using Opentelemetry

I am trying to send tracing data to newrelic using opentelemetry-otlp via http Below is code snippet that I am using fn main() -> { let result = init_tracer_provider(); globa::...
Anshul's user avatar
  • 425
0 votes
0 answers
6 views

How to send different ddtags for different files read by filelog receiver?

I am trying to set up the OpenTelemetry collector to send logs to Datadog using the Datadog exporter. Here is what the relevant portion of my configuration file looks like: receivers: otlp: ...
James Ko's user avatar
  • 33.9k
0 votes
1 answer
39 views

How to push Open Telemetry Metrics to Azure App Insights using Azure Monitor Metric Exporter (Python)?

I'm quite new to Azure and OTEL, and currently exploring the options of integrating Open Telemetry with Application Insights in Azure. I was able to push traces using the AzureMonitorTraceExporter and ...
Kulasangar's user avatar
  • 9,334
-1 votes
0 answers
17 views

Springboot micrometer Opentelemetry

I am trying to enable opentelemetry in a Springboot service using the approach here: https://docs.spring.io/spring-boot/3.3-SNAPSHOT/reference/actuator/tracing.html#actuator.micrometer-tracing.tracer-...
sg2000's user avatar
  • 101
0 votes
0 answers
22 views

Spring Cloud Sleuth Not Working with OpenTelemetry: Version Conflicts with Spring Boot 2.x

I am using spring boot 2.7.3 to add observability through open telemetry ( manual instrumentation ). Things I have done so far. Added these dependencies in pom.xml io.opentelemetry.instrumentation ...
Rizwan Shakoor's user avatar
0 votes
0 answers
20 views

OpenTelemetry Collector remove the outer body element of the journald fields

The OpenTelemetry Collector configuration: receivers: journald: processors: resource: attributes: - key: loki.format value: json action: insert - key: deployment....
Arno's user avatar
  • 329
0 votes
0 answers
18 views

Autoinstrumention using OTEL collector for .NET framework 4.8 MVC deployed on IIS in Windows x64 not working

Trying auto instrumentation for .NET Framework 4.8 MVC application deployed on IIS Server but there is no metrics or traces generated. Added below environment variable in applicationHost file <...
Swathika's user avatar
0 votes
0 answers
26 views

Problem using with_metadata from TonicExporterBuilder [duplicate]

I am using this to build tracer_provider using below code snippet, but it gives me an error while using with_metadata(map). The error says that found tonic::metadata::MetadataMap but expects tonic::...
Anshul's user avatar
  • 425

15 30 50 per page
1
2 3 4 5
86