No need for the extremely long container ID in labels
Just name is enough for meaningful results
This commit is contained in:
parent
7226c7c3cc
commit
b394173b60
6 changed files with 26 additions and 32 deletions
|
@ -21,7 +21,7 @@ Example Prometheus scrape configuration:
|
|||
|
||||
# What metrics are exported?
|
||||
|
||||
Basic state (running or not), lifecycle (unexpected restart count) and resource usage metrics for each container, labeled by container ID and name. Metrics are collected from the same instance of Docker that is running the exporter app.
|
||||
Basic state (running or not), lifecycle (unexpected restart count) and resource usage metrics for each container, labeled by container name. Metrics are collected from the same instance of Docker that is running the exporter app.
|
||||
|
||||
To see the detailed list and documentation on each metric type, open the `/metrics` URL of the running app and read the output.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue