Re: Metrics naming formalization.

2021-04-14 Thread Andrey Gura
text. This method is the wrong (roughly speaking) way for registering metrics in MetricRegistry. Using the right approach for metrics registering is a guaranteed way to avoid problems like described in [1]. Moreover, this approach does not require any metrics naming formalization because it hide

Metrics naming formalization.

2021-04-09 Thread Mikhail Petrov
Hello, Igniters. I faced the following problem with the metrics - JmxMetricExporter fails to export discovery metrics (ticket - [1]). The main reason: JMX exporter assumes that each metric name must start with the name of the registry it belongs to, but discovery metrics do not obey this nam