Skip to content

Commit

Permalink
Update docs/sources/flow/reference/components/otelcol.exporter.promet…
Browse files Browse the repository at this point in the history
…heus.md

Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
hainenber and ptodev committed Nov 25, 2023
1 parent 0ea4c13 commit 0043294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Name | Type | Description | Defaul
`add_metric_suffixes` | `boolean` | Whether to add type and unit suffixes to metrics names. | `true` | no
`gc_frequency` | `duration` | How often to clean up stale metrics from memory. | `"5m"` | no
`forward_to` | `list(receiver)` | Where to forward converted Prometheus metrics. | | yes
`resource_to_telemetry_conversion` | `boolean` | Whether to convert OTel resource attributes to Prometheus-compatible datapoint attributes | `false` | no
`resource_to_telemetry_conversion` | `boolean` | Whether to convert OTel resource attributes to Prometheus labels. | `false` | no

By default, OpenTelemetry resources are converted into `target_info` metrics.
OpenTelemetry instrumentation scopes are converted into `otel_scope_info`
Expand Down

0 comments on commit 0043294

Please sign in to comment.