Skip to content

Commit

Permalink
Updates to metrics-generator for screens
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana committed Aug 21, 2024
1 parent 7d347c1 commit 7f27736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/tempo/metrics-generator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This service graphs processor builds a map of services by analyzing traces, with
Edges are spans with a parent-child relationship, that represent a jump (e.g. a request) between two services.
The amount of request and their duration are recorded as metrics, which are used to represent the graph.

To learn more about this processor, refer to [service graph]({{< relref "./service_graphs" >}}) documentation.
To learn more about this processor, refer to the [service graph]({{< relref "./service_graphs" >}}) documentation.

## Span metrics

Expand All @@ -49,7 +49,7 @@ The span metrics processor computes the total count and the duration of spans fo
Dimensions can be the service name, the operation, the span kind, the status code and any tag or attribute present in the span.
The more dimensions are enabled, the higher the cardinality of the generated metrics.

To learn more about this processor, refer to the[span metrics]({{< relref "./span_metrics" >}}).
To learn more about this processor, refer to the [span metrics]({{< relref "./span_metrics" >}}).

## Local blocks

Expand Down

0 comments on commit 7f27736

Please sign in to comment.