Uses of Class
io.prometheus.metrics.config.MetricsProperties
Packages that use MetricsProperties
-
Uses of MetricsProperties in io.prometheus.metrics.config
Methods in io.prometheus.metrics.config that return MetricsPropertiesModifier 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.Constructors in io.prometheus.metrics.config with parameters of type MetricsPropertiesModifierConstructorDescriptionPrometheusProperties
(MetricsProperties defaultMetricsProperties, Map<String, MetricsProperties> metricProperties, ExemplarsProperties exemplarProperties, ExporterProperties exporterProperties, ExporterFilterProperties exporterFilterProperties, ExporterHttpServerProperties httpServerConfig, ExporterPushgatewayProperties pushgatewayProperties, ExporterOpenTelemetryProperties otelConfig) Constructor parameters in io.prometheus.metrics.config with type arguments of type MetricsPropertiesModifierConstructorDescriptionPrometheusProperties
(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
Methods in io.prometheus.metrics.core.metrics that return MetricsPropertiesModifier and TypeMethodDescriptionHistogram.Builder.getDefaultProperties()
Default properties for histogram metrics.Summary.Builder.getDefaultProperties()
Default properties for summary metrics.