Prometheus Counter methods
Methods for the prometheus.Counter class.
| Method | Description |
|---|---|
|
Creates a new counter metric with the specified name, description, and labels. |
| Method | Description |
|---|---|
|
Increases the counter by one for the specified label values. |
|
Adds a float value to the counter for the specified label values. |