Returns a set of optional label names for metrics that the sink actually wants. @return A set of optional label names.
()
| 39 | * @return A set of optional label names. |
| 40 | */ |
| 41 | Set<String> getOptionalLabels(); |
| 42 | |
| 43 | /** |
| 44 | * Returns size of metric measures used to record metric values. These measures are created |
nothing calls this directly
no outgoing calls
no test coverage detected