Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana authored Oct 30, 2024
1 parent ff8584c commit 1a6d31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sources/tempo/traceql/metrics-queries/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ To run TraceQL metrics queries in Grafana, you need Grafana Cloud or Grafana 10.
No extra configuration is needed.
Use a Tempo data source that points to a Tempo database with TraceQL metrics enabled.

Refer to [Solve problems using metrics queries](./solve-problems-metrics-queries/) for some real-world examples.
Refer to [Solve problems using metrics queries](https://grafana.com/docs/tempo/<TEMPO_VERSION>/traceql/metrics-queries/solve-problems-metrics-queries/) for some real-world examples.

### Functions

TraceQL metrics queries currently include the following functions for aggregating over groups of spans: `rate`, `count_over_time`, `quantile_over_time`, `histogram_over_time`, and `compare`.
These functions can be added as an operator at the end of any TraceQL query.

For detailed information and example queries for each function, refer to [TraceQL metrics functions](./functions).
For detailed information and example queries for each function, refer to [TraceQL metrics functions](https://grafana.com/docs/tempo/<TEMPO_VERSION>/traceql/metrics-queries/functions/).

### Exemplars

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This page provides an example of how you can investigate the rate of incoming re

The Tempo metrics-generator emits metrics with pre-configured labels for Rate, Error, and Duration (RED) metrics and service graph edges.
Generated metric labels vary, but always include the service name (in service graph metrics, as a client and/or a server type).
For more information, refer to the [metrics-generator documentation](../../metrics-generator/).
For more information, refer to the [metrics-generator documentation](https://grafana.com/docs/tempo/<TEMPO_VERSION>/metrics-generator/).

You can use these metrics to get an overview of application performance.
The metrics can be directly correlated to the trace spans that are available for querying.
Expand Down

0 comments on commit 1a6d31a

Please sign in to comment.