Skip to content

Commit

Permalink
Update docs/sources/reference/components/otelcol/otelcol.exporter.loa…
Browse files Browse the repository at this point in the history
…dbalancing.md

Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
madaraszg-tulip and clayton-cornell authored Dec 9, 2024
1 parent b750200 commit 8c69571
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `routing_key` attribute determines how to route signals across endpoints. It
- `"service"`: spans, logs, and metrics with the same `service.name` will be exported to the same backend.
This is useful when using processors like the span metrics, so all spans for each service are sent to consistent {{< param "PRODUCT_NAME" >}} instances
for metric collection. Otherwise, metrics for the same services would be sent to different instances, making aggregations inaccurate.
- `"traceID"`: spans/logs belonging to the same traceID will be exported to the same backend.
- `"traceID"`: spans and logs belonging to the same `traceID` will be exported to the same backend.
- `"resource"`: metrics belonging to the same resource will be exported to the same backend.
- `"metric"`: metrics with the same name will be exported to the same backend.
- `"streamID"`: metrics with the same streamID will be exported to the same backend
Expand Down

0 comments on commit 8c69571

Please sign in to comment.