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

Questions tagged [open-telemetry-collector]

The tag has no usage guidance.

open-telemetry-collector
0 votes
0 answers
5 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
0 answers
19 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
1 answer
49 views

Otel collector gets connection error when sending data to opensearch data prepper

I am looking into opentelemetry by collecting logs and traces and sending them to an opensearch instance. I am using opensearch examples from the opensearch documantation but i seem to run into issues ...
Flowly's user avatar
  • 225
0 votes
0 answers
10 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
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
18 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
0 votes
0 answers
14 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,021
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
1 answer
29 views

What is an analogue of the publishing-to-pushgateway mechanism or another in opentelemetry like in prometheus-net library?

What is an analogue of the publishing-to-pushgateway mechanism class in opentelemetry or another mechanism for sending metrics from a Windows application to the Web application (which collects all ...
Ксения Юдина's user avatar
0 votes
0 answers
40 views

Error in OpenTelemetry With Istio: sending queue is full

I'm using OpenTelemetry as a tracing collector in istio, but after running OpenTelemetry Collector for a while, the logs for istio-ingressgateway and the logs for Sidecar (istio-proxy) in the Pod keep ...
Mike Wang's user avatar
0 votes
0 answers
50 views

How to add labels to prometheus metrics from dotnet application sending opentelemetry to a collector

I have a dotnet container which I can't change the source code of running inside a kubernetes cluster as a deployment. The application is sending its metrics to an otel collector configured in ...
mattb's user avatar
  • 462
0 votes
0 answers
11 views

have trouble getting error traces detail on opentelemetry

I cant get error traces detail on zipkin my infra looks like that my tomcat side in added this conf for attach opentelemetry autoinsttrumental agent export CATALINA_OPTS="$CATALINA_OPTS -...
Mehmet Başaran's user avatar
0 votes
0 answers
23 views

How to get VCenter VM or host details of associated datastore using Rest APIs

Using opentelemetry receiver I am getting metrics for datastore. But the metrics holds information about datastore name and Vcenter IP. But doesn't give information about which VM this datastore is ...
user25884576's user avatar
0 votes
0 answers
19 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

15 30 50 per page
1
2 3 4 5
14