mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update prometheus documentation (#5821)
Clarify that the "namespace" option is available in version 0.73 and later. Earlier version will error out.
This commit is contained in:
parent
46c2d64ef0
commit
eb29ffddc8
@ -23,7 +23,7 @@ prometheus:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **namespace** (*Optional*): The "namespace" that will be assigned to all the Prometheus metrics. This is the prefix of the metric name. E.g., having `myhass` as the namespace will cause the device tracker metrics to be `myhass_device_tracker_state`, the switch metrics to be `myhass_switch_state` and so on. The default is to not add any prefix to the metrics name.
|
- **namespace** (*Optional*): The "namespace" that will be assigned to all the Prometheus metrics. This is the prefix of the metric name. E.g., having `myhass` as the namespace will cause the device tracker metrics to be `myhass_device_tracker_state`, the switch metrics to be `myhass_switch_state` and so on. The default is to not add any prefix to the metrics name. (available in version 0.73.0 and later)
|
||||||
- **filter** (*Optional*): Filtering directives for the components which should be included or excluded from recording.
|
- **filter** (*Optional*): Filtering directives for the components which should be included or excluded from recording.
|
||||||
- **exclude** (*Optional*): Excluded from recording.
|
- **exclude** (*Optional*): Excluded from recording.
|
||||||
- **entities** (*Optional*): The list of entity ids to be excluded from recording.
|
- **entities** (*Optional*): The list of entity ids to be excluded from recording.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user