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.

838 questions
-1
votes
0 answers

Unable to connect to AWS Distro for OpenTelemetry (ADOT) collector on localhost

I am running ADOT collector on local using the docker run command : docker run --rm -p 4318:4318 -p 55680:55680 -p 8889:8888 \ -e "AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}" \ -e "AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}" \ -e…
-1
votes
2 answers

quarkus telemetry logging disable at runtime

Is it possible to turn off open telemetry logging while opentelementry is enabled in Quarkus 2.x? Looking for something similar to io.opentelemetry.level = OFF Basically, i want to provide the ability to turn off telemetry logging for one of the…
sg1973
  • 91
  • 6
-1
votes
1 answer

OTEL Collector deployment on a Kubernetes cluster

We are planning to implement OTEL with Kubernetes and I can't seem to find the correct answer when it comes to k8s. The question is, do I need/should have the collector agent on each node or just have an Operator for the whole cluster. What is the…
Devon
  • 307
  • 3
  • 13
-1
votes
1 answer

Any ways to export OpenTelemetry (Otel) data directly from a C# application to the Azure Data Explorer (ADX) backend?

I'm trying to find a way to export OpenTelemetry (Otel) data directly from a C# application to the Azure Data Explorer (ADX) backend. My main goal is to find a way that bypasses the need of setting up an OpenTelemetry Collector service/agent. If you…
-1
votes
1 answer

.NET Framework-4.0-version-user is having a trouble installing the OpenTelemetry Agent

I'm asking this question on behalf of my customer. They're using <.NET Framework version 4.0> so considering installing the OpenTelemetry agent to use Datadog's APM, which technically supports only the higher version (version 4.6.1). According to…
-1
votes
1 answer

OTEL Collector not able to connect to Elastic APM | Docker

Describe the bug OTEL Collector not able to connect to elastic-apm Steps to reproduce Please follow the instructions here, it is simple App https://github.com/sathishsoundharajan/otel-elastic-apm What did you expect to see? i'm expecting to see the…
Sathish
  • 2,056
  • 3
  • 26
  • 40
-1
votes
1 answer

Prometheus remote read write URL 404 not found

I configured OpenTelemetry in Kubernetes. I want to monitor OpenTelemetry metrics using Prometheus. For that I installed Thanos such that Prometheus Remote Write Exporter will send OpenTelemtry metrics to Thanos. I installed Thanos using Helm…
Container-Man
  • 434
  • 1
  • 6
  • 17
-1
votes
1 answer

TypeError: get_tracer() takes from 2 to 3 positional arguments but 4 were given

I'm trying to set up OpenTelemetry so I can gather some traces for a Flask app and I'm running into an error with the instrument_app() method from opentelemetry-instrumentation-flask. This is what my __init__.py up to the error looks like: from…
tomS
  • 33
  • 3
-1
votes
1 answer

Adding a tag to the ASP.NET Request Activity

I would like to add a tag to the System.Diagnostics.Activity object for each incoming ASP.NET Request, as soon as the request-handling starts. Is there a way I can access the ActivitySource for the Request Pipeline, and add a listener to…
-1
votes
1 answer

Is there a way to create Span using SpanContext which is NOT no-op

I have a traceId from upstream which i need to use to use to create Span in my task . So , i created SpanContext using the upstream traceId and a generated spanid and then created a Span by using Span.wrap(SpanContext) However , both this span and…
-1
votes
1 answer

Splunk custom RUM data with angularjs

I am trying to send custom RUM data to Splunk. I am referring ManualInstrumentation. As I have front-end in Angularjs so not able to import trace from opentelemetry/api. Is there any .js file for opentelemetry/api like splunk-otel-web.js so that I…
Luffy
  • 186
  • 2
  • 14
-2
votes
1 answer

How can calls to Histogram and Counter be verified in unit tests?

I'd like to make a assertions in unit tests to confirm that the telemetry meters Histogram and Counter are being called. If I have a reference to the meter instance that the unit test code is calling, is there a way to inspect it and confirm…
Matthew MacFarland
  • 2,413
  • 3
  • 26
  • 34
1 2 3
55
56