Uses of Class
io.prometheus.metrics.config.MetricsProperties
-
Uses of MetricsProperties in io.prometheus.metrics.config
Modifier and TypeMethodDescriptionMetricsProperties.Builder.build()
PrometheusProperties.getDefaultMetricProperties()
The default metric properties apply for metrics wherePrometheusProperties.getMetricProperties(String)
isnull
.PrometheusProperties.getMetricProperties
(String metricName) Properties specific for one metric.ModifierConstructorDescriptionPrometheusProperties
(MetricsProperties defaultMetricsProperties, Map<String, MetricsProperties> metricProperties, ExemplarsProperties exemplarProperties, ExporterProperties exporterProperties, ExporterFilterProperties exporterFilterProperties, ExporterHttpServerProperties httpServerConfig, ExporterPushgatewayProperties pushgatewayProperties, ExporterOpenTelemetryProperties otelConfig) ModifierConstructorDescriptionPrometheusProperties
(MetricsProperties defaultMetricsProperties, Map<String, MetricsProperties> metricProperties, ExemplarsProperties exemplarProperties, ExporterProperties exporterProperties, ExporterFilterProperties exporterFilterProperties, ExporterHttpServerProperties httpServerConfig, ExporterPushgatewayProperties pushgatewayProperties, ExporterOpenTelemetryProperties otelConfig) -
Uses of MetricsProperties in io.prometheus.metrics.core.metrics
Modifier and TypeMethodDescriptionHistogram.Builder.getDefaultProperties()
Default properties for histogram metrics.Summary.Builder.getDefaultProperties()
Default properties for summary metrics.