Skip to content

Commit

Permalink
[chore][connector/servicegraph] Remove deprecated option from README (o…
Browse files Browse the repository at this point in the history
…pen-telemetry#34738)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
The `metrics_exporter` option was deprecated in
open-telemetry#32902.
The README should not regard this option as required, and I believe
shouldn't reference it as all since it's a no-op.
  • Loading branch information
crobert-1 authored Aug 20, 2024
1 parent 80fc977 commit eba20f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connector/servicegraphconnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ datasources:
The following settings are required:
- `metrics_exporter`: the name of the exporter that this connector will write metrics to. This exporter **must** be present in a pipeline.
- `latency_histogram_buckets`: the list of durations defining the latency histogram buckets.
- Default: `[2ms, 4ms, 6ms, 8ms, 10ms, 50ms, 100ms, 200ms, 400ms, 800ms, 1s, 1400ms, 2s, 5s, 10s, 15s]`
- `dimensions`: the list of dimensions to add together with the default dimensions defined above.
Expand Down

0 comments on commit eba20f5

Please sign in to comment.