Uses of Class
io.prometheus.metrics.config.ExporterOpenTelemetryProperties
Packages that use ExporterOpenTelemetryProperties
-
Uses of ExporterOpenTelemetryProperties in io.prometheus.metrics.config
Fields in io.prometheus.metrics.config declared as ExporterOpenTelemetryPropertiesModifier and TypeFieldDescriptionprivate final ExporterOpenTelemetryPropertiesPrometheusProperties.exporterOpenTelemetryPropertiesprivate ExporterOpenTelemetryPropertiesPrometheusProperties.Builder.otelConfigMethods in io.prometheus.metrics.config that return ExporterOpenTelemetryPropertiesModifier and TypeMethodDescriptionExporterOpenTelemetryProperties.Builder.build()PrometheusProperties.getExporterOpenTelemetryProperties()(package private) static ExporterOpenTelemetryPropertiesExporterOpenTelemetryProperties.load(PropertySource propertySource) Note that this will remove entries frompropertySource.Methods in io.prometheus.metrics.config with parameters of type ExporterOpenTelemetryPropertiesModifier and TypeMethodDescriptionPrometheusProperties.Builder.exporterOpenTelemetryProperties(ExporterOpenTelemetryProperties exporterOpenTelemetryProperties) Constructors in io.prometheus.metrics.config with parameters of type ExporterOpenTelemetryPropertiesModifierConstructorDescription(package private)PrometheusProperties(MetricsProperties defaultMetricsProperties, PrometheusProperties.MetricPropertiesMap metricProperties, ExemplarsProperties exemplarProperties, ExporterProperties exporterProperties, ExporterFilterProperties exporterFilterProperties, ExporterHttpServerProperties httpServerConfig, ExporterPushgatewayProperties pushgatewayProperties, ExporterOpenTelemetryProperties otelConfig, OpenMetrics2Properties openMetrics2Properties)