Package io.helidon.metrics.prometheus
@Deprecated(since="4.5.0",
forRemoval=true)
package io.helidon.metrics.prometheus
Deprecated, for removal: This API element is subject to removal in a future version.
use Helidon's built-in metrics implementation, which already supports
Prometheus/OpenMetrics output, instead
Support for Prometheus client endpoint.
Usage:
Routing.builder()
.register(PrometheusSupport.create())
- See Also:
-
ClassesClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.use Helidon's built-in metrics implementation, which already supports Prometheus/OpenMetrics output, insteadDeprecated, for removal: This API element is subject to removal in a future version.use Helidon's built-in metrics implementation, which already supports Prometheus/OpenMetrics output, instead