Returns a set of names for the metrics that are currently enabled or disabled. @return A set of enabled metric names.
()
| 32 | * @return A set of enabled metric names. |
| 33 | */ |
| 34 | Map<String, Boolean> getEnabledMetrics(); |
| 35 | |
| 36 | /** |
| 37 | * Returns a set of optional label names for metrics that the sink actually wants. |
nothing calls this directly
no outgoing calls
no test coverage detected