Closed arukiidou closed 6 months ago
I don't understand - can you elaborate?
this is how we want otelcol to be:
exporters:
otlp/traces:
endpoint: http://localhost:4418
otlp/metrics:
endpoint: http://localhost:9090/api/v1/otlp/
otlp/logs:
endpoint: http://localhost:3100/otlp
service:
pipelines:
traces:
receivers: [otlp]
processors: [batch]
exporters: [otlp/traces]
metrics:
receivers: [otlp,prometheus/collector]
processors: [batch]
exporters: [otlp/metrics]
logs:
receivers: [otlp]
processors: [batch]
exporters: [otlp/logs]
OK, now I get it :smile:
@fstab I think this is a good idea - wdyt?
YESSSS, please create a PR. I also wanted to upgrade to Tempo 3 and do this, but didn't find the time yet.
As a user, thank you for creating otel-lgtm.
If using otlp in all components, it would be more easier to migrate from other components to lgtm, from lgtm to individual (prometheus, tempo, loki).
Can I contribute to this?