Returns size of metric measures used to record metric values. These measures are created based on registered metrics (via MetricInstrumentRegistry) and are ordered according to their registration sequence. @return Size of metric measures.
()
| 48 | * @return Size of metric measures. |
| 49 | */ |
| 50 | int getMeasuresSize(); |
| 51 | |
| 52 | /** |
| 53 | * Adds a value for a double-precision counter associated with specified metric instrument. |
no outgoing calls