mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 22:37:27 -08:00
Add documentation
Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
This commit is contained in:
parent
d33d6f7db2
commit
8ce9e20001
|
@ -182,6 +182,10 @@ otlp:
|
|||
# It preserves all special characters like dots, but it still add required suffixes
|
||||
# for units and _total like in UnderscoreEscapingWithSuffixes.
|
||||
[ translation_strategy: <string> | default = "UnderscoreEscapingWithSuffixes" ]
|
||||
# Enables adding "service.name", "service.namespace" and "service.instance.id"
|
||||
# resource attributes to the "target_info" metric, on top of conveting
|
||||
# them into the "instance" and "job" labels.
|
||||
[ keep_identifying_resource_attributes: <boolean> | default = false]
|
||||
|
||||
# Settings related to the remote read feature.
|
||||
remote_read:
|
||||
|
|
Loading…
Reference in a new issue