Skip to content

Commit

Permalink
feat: add spanmetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
chernodub committed Sep 6, 2024
1 parent c6f446b commit 54d5182
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config/otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ extensions:
pprof:
zpages:

connectors:
spanmetrics:
namespace: span.metrics

service:
telemetry:
logs:
Expand All @@ -60,10 +64,10 @@ service:
traces:
receivers: [otlp]
processors: [tail_sampling]
exporters: [otlp]
exporters: [otlp, spanmetrics]
logs:
receivers: [otlp]
exporters: [otlphttp]
metrics:
receivers: [otlp]
receivers: [spanmetrics, otlp]
exporters: [prometheusremotewrite]

0 comments on commit 54d5182

Please sign in to comment.