Skip to content

Commit

Permalink
metrics-generator: update docs (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenraad Verheyden authored Apr 15, 2022
1 parent 083f714 commit 30873ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/tempo/website/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ In microservices mode, it must be set for the distributors and the metrics-gener
metrics_generator_enabled: true
```
Metrics-generator processors are disabled by default, to enable it for a specific tenant set `metrics_generator_processors` in the [overrides](#overrides) section.

```yaml
# Metrics-generator configuration block
metrics_generator:
Expand Down Expand Up @@ -216,14 +218,18 @@ metrics_generator:
# Buckets for the latency histogram in seconds.
[histogram_buckets: <list of float> | default = 0.1, 0.2, 0.4, 0.8, 1.6, 3.2, 6.4, 12.8]
# Additional dimensions to add to the metrics. Dimensions are searched for in the
# resource and span attributes and are added to the metrics if present.
[dimensions: <list of string>]
span_metrics:
# Buckets for the latency histogram in seconds.
[histogram_buckets: <list of float> | default = 0.002, 0.004, 0.008, 0.016, 0.032, 0.064, 0.128, 0.256, 0.512, 1.02, 2.05, 4.10]
# Additional dimensions to add to the metrics along with the default dimensions
# (service, span_name, span_kind and span_status). Dimensions are searched for in the
# span attributes and are added to the metrics if present.
# resource and span attributes and are added to the metrics if present.
[dimensions: <list of string>]
# Registry configuration
Expand Down

0 comments on commit 30873ef

Please sign in to comment.