File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/sources/tempo/metrics-generator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ Always consider which attributes will actually be useful as labels for querying
4242
4343## Dry-running the metrics-generator
4444
45- An often most reliable solution is by running the metrics-generator in a dry-run mode.
46- Using the dry-run mode generates metrics but does not collecting them, thus not writing them to a metrics storage.
45+ A good practice, before fully enabling metrics-generator, is to run the metrics-generator in dry-run mode.
46+ Using the dry-run mode generates metrics but does not collect them, and thus will not write them to a metrics storage database .
4747The override ` metrics_generator.disable_collection ` is defined for this use-case.
4848
49- To get an estimate, run the metrics-generator normally and set the override to ` true ` .
50- Then, check ` tempo_metrics_generator_registry_active_series ` to get an estimation of the active series for that set-up.
49+ To get an estimate, set the override to ` true ` , and run the metrics-generator as you would normally.
50+ Then, check ` tempo_metrics_generator_registry_active_series ` for the calculated estimation of active series for your set-up.
You can’t perform that action at this time.
0 commit comments