Skip to content

Commit

Permalink
[release-v2.5] Fix span metrics info (#3763)
Browse files Browse the repository at this point in the history
* Fix span metrics info

* Update docs/sources/tempo/metrics-generator/span_metrics.md

(cherry picked from commit 233905c)

Co-authored-by: Kim Nylander <[email protected]>
  • Loading branch information
github-actions[bot] and knylander-grafana committed Jun 8, 2024
1 parent e04fc0d commit 2864c93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/sources/tempo/metrics-generator/span_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ To enable span metrics in Tempo/GET, enable the metrics generator and add an ove
The span metrics processor works by inspecting every received span and computing the total count and the duration of spans for every unique combination of dimensions.
Dimensions can be the service name, the operation, the span kind, the status code and any attribute present in the span.

This processor is designed with the goal to mirror the implementation from the OpenTelemetry Collector of the [processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/spanmetricsprocessor) with the same name.
This processor mirrored the implementation from the OpenTelemetry Collector of the processor with the same name.
The OTel `spanmetricsprocessor` has since been [deprecated](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/processor/spanmetricsprocessor/v0.95.0/processor/spanmetricsprocessor/README.md) and replaced with the [span metric connector](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/processor/spanmetricsprocessor/v0.95.0/connector/spanmetricsconnector/README.md).

{{< admonition type="note" >}}
To learn more about cardinality and how to perform a dry run of the metrics generator, see the [Cardinality documentation]({{< relref "./cardinality" >}}).
Expand Down

0 comments on commit 2864c93

Please sign in to comment.