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