Skip to content

Commit

Permalink
doc: display possible values for debug metrics level with double quot…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: hainenber <[email protected]>
  • Loading branch information
hainenber committed May 16, 2024
1 parent 33e78bb commit f81140c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following arguments are supported:
Name | Type | Description | Default | Required
-----------------------------------|-----------|------------------------------------------------------|---------|---------
`disable_high_cardinality_metrics` | `boolean` | Whether to disable certain high cardinality metrics. | `true` | no
`level` | `string` | Controls the level of detail for metrics emitted by the wrapped collector. | `detailed` | no
`level` | `string` | Controls the level of detail for metrics emitted by the wrapped collector. | `"detailed"` | no

`disable_high_cardinality_metrics` is the Grafana Alloy equivalent to the `telemetry.disableHighCardinalityMetrics` feature gate in the OpenTelemetry Collector.
It removes attributes that could cause high cardinality metrics.
Expand All @@ -22,4 +22,4 @@ If configured, `disable_high_cardinality_metrics` only applies to `otelcol.expor
{{< /admonition >}}

`level` is the {{< param "PRODUCT_NAME" >}} equivalent to the `telemetry.metrics.level` feature gate in the OpenTelemetry Collector.
Possible values are `none`, `basic`, `normal` and `detailed`.
Possible values are `"none"`, `"basic"`, `"normal"` and `"detailed"`.

0 comments on commit f81140c

Please sign in to comment.