Skip to content

Commit d45d56a

Browse files
committed
docs
1 parent 87ee945 commit d45d56a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ There are canonical examples defined in the class definition Javadoc of the clie
7474
Documentation can be found at the [Java Client
7575
Github Project Page](http://prometheus.github.io/client_java).
7676

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+
7784
## Instrumenting
7885

7986
Four types of metrics are offered: Counter, Gauge, Summary and Histogram.

0 commit comments

Comments
 (0)