montag

Results 3 comments of montag

Here's my otel collector config ``` receivers: otlp: protocols: grpc: http: processors: batch: exporters: otlp: endpoint: promscale:9202 tls: insecure: true service: telemetry: logs: level: debug pipelines: traces: receivers: [otlp] processors:...

I'm not using otel for app metrics but some of the instrumentation libraries might be sending some. I'm using these libs: ``` from opentelemetry.instrumentation.flask import FlaskInstrumentor from opentelemetry.instrumentation.requests import RequestsInstrumentor...

I worked around this issue by removing metrics from my otel collector config but at some point, I will need to be able to use them again.