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

Questions tagged [otel]

The package otel provides global access to the OpenTelemetry API. OpenTelemetry is an open source collection of tools, APIs, and SDKs to process telemetry data.

0 votes
0 answers
12 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
17 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

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
  • 21
0 votes
0 answers
42 views

Difference between otel.service.name and otel.resource.attributes.service.name configuration

What is the difference between the otel.service.name and otel.resource.attributes.service.name configuration options? The docs are a bit confusing. The table specifies: A resource is the immutable ...
knittl's user avatar
  • 261k
0 votes
0 answers
21 views

Not able to get traces into kafka consumer from Open Telemetry collector

Not able to get traces into Kafka consumer output from collector. please find the below otel-config file. Our pipeline is from our app--otel-kafka, spans are getting generated and displayed in the ...
Bhanu Praveen's user avatar
0 votes
0 answers
32 views

Prometheus target give 403 error in OTEL collector Permanent error: remote write returned HTTP status 403 Forbidden;

Authneticaiotn Error (403) for export matrix data from OTEL Collector to Prometheus. here mentioned the required details of otel-collector.yaml file's like exporters and service part for the referance....
Nikunj Ramoliya's user avatar
0 votes
0 answers
18 views

GRPC API's giving 500 status code with auto-instrumentation

File "/microservice/python/seldon_core/microservice.py", line 477, in _run_grpc_serverserver = seldon_microservice.get_grpc_server(File "/microservice/python/seldon_core/...
Surbhi Verma's user avatar
0 votes
0 answers
47 views

ASP.NET Instrumentation for OpenTelemetry not filtering outgoing http requests triggered by filtered incoming one

We are using OpenTelemetry for .net 8 web api. Here are the packages <PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.6.0" /> <...
Lado Jiqia's user avatar
0 votes
0 answers
20 views

How to implement tail sampling in open telemetry gateway collector for grpc error codes?

I have below policy for http error codes in my gateway collector config.yaml { name: error_traces, type: numeric_attribute, numeric_attribute: { key: http.status_code, min_value: 400, max_value: 599 } ...
Madhav Bissa's user avatar
0 votes
1 answer
34 views

Open Telemetry [receivers/filelog] - Append Headerdata/Metadata for Batchprocess

currently i am facing an issue splitting my batches fetched from filelogreader by "filename" My assumption was that creating header in filelogreader receiver results in that, unforuntately i ...
Christoph Richter's user avatar
1 vote
0 answers
70 views

Send logs from AWS Lambda to backend using opentelemetry collector

I am trying to send logs from AWS lambda (which is printed to stdout) to aws opensearch backend using opentelemetry collector. My configuration looks like this : I have central otel collector running ...
elliot.alderson's user avatar
0 votes
1 answer
95 views

Opentelemetry override or ignore client span error status

Using Opentelemetry, I am generating spans in a trace, and I have an external library that does a HTTP GET call (to Elasticsearch). This span is marked as "client" and it is marked as "...
andreyro's user avatar
  • 985
0 votes
0 answers
45 views

Otel Java Agent Instrumentation

I have maven Java Spring Application. I'm trying to implement otel java agent instrumentation to set span with custom attributes. I have mentioned the below JVM args in Tomcat configuration -javaagent:...
Arasu's user avatar
  • 2,118
0 votes
0 answers
25 views

aws s3 exporter error during otel configuration

can someone guide me what is wrong here 2024-06-03 18:31:50.969Z Error: failed to get config: cannot unmarshal the configuration: 1 error(s) decoding: 2024-06-03 18:31:50.969Z 2024-06-03 18:31:50.969Z ...
sksksksk's user avatar
3 votes
0 answers
91 views

Lost Parent Span for HTTP Client Spans

I've recently set up tracing in my application to monitor and debug the flow of requests. Everything seemed to be working fine, but I've encountered a peculiar issue with my HTTP client. The issue: ...
dhia  Gharsallaoui's user avatar

15 30 50 per page
1
2 3 4 5
8