Skip to main content

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
5 views

OpenTelemetry Only Emit traces when service restarted

Below is my Otel implementation to instantiate the OpenTelemetry SDKs for Metrics & Traces. I found that Metrics are getting emitted whenever application requests are getting served but Traces are ...
Swapnil Kotwal's user avatar
0 votes
0 answers
31 views

How to send application tracing data to OpenTelemetry in Kubernetes?

I added open-telemetry helm chart helm repo add open-telemetry https://open-telemetry.github.io/opentelemetry-helm-charts Install opentelemery operator helm install opentelemetry-operator open-...
Alpin Cleopatra's user avatar
0 votes
0 answers
8 views

In elastic, how can I start a new transaction in the distributed listeners?

We have a homegrown messaging system that distributes messages ala Kafka. Current implementation starts a transaction on the messaging nodes and the node passes the message over to an app for ...
Dan Toomey's user avatar
0 votes
0 answers
11 views

Turn off Azure Telemetry when param debug==True

Question of code quality: Is there a better way to implement a separate debug flow/turn off opentelemetry for a FastAPI endpoint in Python rather than separating the functionality (separate function) ...
Tim J's user avatar
  • 545
0 votes
0 answers
15 views

Upload logs from fluentbit to Opentelemetry collector

I want to upload logs from fluent bit to open telemetry collector on AKS cluster So, I have installed otel collector as deployment from here and fluentbit from here This is my fluentbit configration ...
Ritika's user avatar
  • 17
0 votes
1 answer
42 views

Cannot Find Reference `configure_azure_monitor` from Opentelemetry Library

I'm currently exploring the options of using OpenTelemetry with Azure Application Insights for logging, traces and metrics. Was following this particular documentation that popped up on Google. ...
Kulasangar's user avatar
  • 9,336
0 votes
0 answers
14 views

OpenTelemetry .NET: Metrics getting duplicated with UpDownCounters and ObservableGauges

I have just started using OpenTelemetry with .NET. I have a use case where I need to log custom metrices, such as success and failure counts in the application. To avoid data duplication, I am using ...
Abhishek Anand's user avatar
-1 votes
0 answers
30 views

SpringBoot Opentelemetry

I am trying to enable opentelemetry for one of our SpringBoot services. I was able to invoke it by adding the below to the build.gradle implementation 'io.opentelemetry:opentelemetry-bom:1.39.0' ...
sg2000's user avatar
  • 95
0 votes
2 answers
31 views

Opentelemetry collector throws "Failed to connect to broker" while connecting to pulsar(running as a docker container in my local PC)

What I was trying to achieve: For my testing on trace processor I wanted to run the Opentelemetry provided demo app along with the collector as a docker container. Also I wanted the OTEL collector to ...
Abhishek gaur's user avatar
0 votes
0 answers
40 views

How to publish an Open Telemetry custom metric from Airflow?

I'm trying to publish a custom metric using Open Telemetry. I'm running Airflow 2.9.2, an OTel collector, Prometheus and Grafana in Docker containers on my laptop. The "out of the box" ...
Henry Lee's user avatar
  • 163
0 votes
0 answers
9 views

Filtering out metrics based on labels for opentelemetry collectors?

I want to filter out (either including or excluding) hostmetrics's CPU based on metric's labels but this does not work well when I use the include/exclude syntax for filterprocessor. Here are my ...
addicted's user avatar
  • 3,011
0 votes
0 answers
17 views

CoreDNS or kube-dns Prometheus scrape config using kubernetes_sd_configs

Some K8s distributions has kube-dns and some are coredns I am planing to fetch Kube-dns or coredns Prometheus metrics usibg kubernetes_sd_configs scrape configuration (part of OpenTelemetry Prometheus ...
Ramu Mangalarapu's user avatar
0 votes
0 answers
14 views

If I update the dependencies to the latest, I cannot see the traces

I am having a FastAPI (0.95.9) application. Using gunicorn with uvicorn.workers.UvicornWorker workers. I am trying to auto-instrument it and pass data to a self-hosted Signoz platform. When the ...
user2465039's user avatar
0 votes
1 answer
24 views

How to disable trace ids for specific REST Clients invocations?

Currently, when using REST Client to do API calls and Open Telemetry extension for tracing, a tracing header is added to all API calls, which is fine. However, in case I want to explicitly omit the ...
gian1200's user avatar
  • 3,794
3 votes
0 answers
41 views
+100

Filelog receiver to move the offset if log entry exceeded maxSize

I have a use case where I need to use https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver inside opentelemtry collector agent. The requirement is to ...
Oussama Ben Ghorbel's user avatar

15 30 50 per page
1
2 3 4 5
85