Class Exemplar.Builder
java.lang.Object
io.prometheus.metrics.model.snapshots.Exemplar.Builder
- Enclosing class:
Exemplar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()timestampMillis(long timestampMillis) value(double value)
-
Field Details
-
value
-
labels
-
traceId
-
spanId
-
timestampMillis
private long timestampMillis
-
-
Constructor Details
-
Builder
private Builder()
-
-
Method Details
-
value
-
traceId
-
spanId
-
labels
-
timestampMillis
-
build
- Throws:
IllegalStateException- ifvalue(double)wasn't called.
-