We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ee945 commit d45d56aCopy full SHA for d45d56a
README.md
@@ -74,6 +74,13 @@ There are canonical examples defined in the class definition Javadoc of the clie
74
Documentation can be found at the [Java Client
75
Github Project Page](http://prometheus.github.io/client_java).
76
77
+### Disabling `_created` metrics
78
+
79
+By default, counters, histograms, and summaries export an additional series
80
+suffixed with `_created` and a value of the unix timestamp for when the metric
81
+was created. If this information is not helpful, it can be disabled by setting
82
+the environment variable `PROMETHEUS_DISABLE_CREATED_SERIES=True`.
83
84
## Instrumenting
85
86
Four types of metrics are offered: Counter, Gauge, Summary and Histogram.
0 commit comments