Uses of Class
io.prometheus.metrics.config.ExporterProperties
Packages that use ExporterProperties
-
Uses of ExporterProperties in io.prometheus.metrics.config
Fields in io.prometheus.metrics.config declared as ExporterPropertiesModifier and TypeFieldDescriptionprivate ExporterPropertiesPrometheusProperties.Builder.exporterPropertiesprivate final ExporterPropertiesPrometheusProperties.exporterPropertiesMethods in io.prometheus.metrics.config that return ExporterPropertiesModifier and TypeMethodDescriptionExporterProperties.Builder.build()PrometheusProperties.getExporterProperties()(package private) static ExporterPropertiesExporterProperties.load(PropertySource propertySource) Note that this will remove entries frompropertySource.Methods in io.prometheus.metrics.config with parameters of type ExporterPropertiesModifier and TypeMethodDescriptionPrometheusProperties.Builder.exporterProperties(ExporterProperties exporterProperties) Constructors in io.prometheus.metrics.config with parameters of type ExporterPropertiesModifierConstructorDescription(package private)PrometheusProperties(MetricsProperties defaultMetricsProperties, PrometheusProperties.MetricPropertiesMap metricProperties, ExemplarsProperties exemplarProperties, ExporterProperties exporterProperties, ExporterFilterProperties exporterFilterProperties, ExporterHttpServerProperties httpServerConfig, ExporterPushgatewayProperties pushgatewayProperties, ExporterOpenTelemetryProperties otelConfig, OpenMetrics2Properties openMetrics2Properties) -
Uses of ExporterProperties in io.prometheus.metrics.expositionformats
Methods in io.prometheus.metrics.expositionformats with parameters of type ExporterPropertiesModifier and TypeMethodDescriptionstatic ExpositionFormatsExpositionFormats.init(ExporterProperties properties) Deprecated.
ExpositionFormats.init(PrometheusProperties)instead.