Skip to content

Commit

Permalink
Slight tweaks to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael2893 committed May 7, 2024
1 parent 4aa1670 commit b734701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/collector/deployment/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ service:
The load-balancing exporter emits metrics including
`otelcol_loadbalancer_num_backends` and `otelcol_loadbalancer_backend_latency`
that you can use for health and performance monitoring of the OTLP endpoint
collector.z

## Tradeoffs

Expand Down Expand Up @@ -247,7 +246,7 @@ multiple collectors are sending the same samples. Unexplained behavior in a time
point to the backend scraping data from multiple sources.


## Prevention
#### Prevention

All metric streams produced by OTel SDKs should have a globally unique [Metric Identity](https://opentelemetry.io/docs/specs/otel/metrics/data-model/#opentelemetry-protocol-data-model-producer-recommendations).
This is to lower the risk of duplication, and ensure writers are sending unique data to the backend.
Expand Down

0 comments on commit b734701

Please sign in to comment.