Package io.prometheus.client
Class Info.Child
java.lang.Object
io.prometheus.client.Info.Child
- Enclosing class:
Info
The value of a single Info.
Warning: References to a Child become invalid after using
SimpleCollector.remove(java.lang.String...)
or SimpleCollector.clear()
.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
labelNames
-
-
Constructor Details
-
Child
-
-
Method Details
-
info
Set the info. -
info
Set the info.- Parameters:
v
- labels as pairs of key values
-
get
Get the info.
-