Modifier and Type | Method and Description |
---|---|
List<Collector.MetricFamilySamples> |
describe()
Provide a list of metric families this Collector is expected to return.
|
List<Collector.MetricFamilySamples> describe()
collect
will be called at registration time instead of
describe. If this could cause problems, either implement a proper
describe, or if that's not practical have describe return an empty
list.Copyright © 2018. All Rights Reserved.