Class PrometheusTextFormatWriter.Builder
Object
Builder
- Enclosing class:
PrometheusTextFormatWriter
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setIncludeCreatedTimestamps(boolean includeCreatedTimestamps) setTimestampsInMs(boolean timestampsInMs) Deprecated.
-
Method Details
-
setIncludeCreatedTimestamps
public PrometheusTextFormatWriter.Builder setIncludeCreatedTimestamps(boolean includeCreatedTimestamps) - Parameters:
includeCreatedTimestamps- whether to include the _created timestamp in the output
-
setTimestampsInMs
Deprecated.Usebuild()with the default millisecond timestamps instead. -
build
-
build()with the default millisecond timestamps instead.