Uses of Class
io.prometheus.metrics.config.ExporterOpenTelemetryProperties.Builder
Packages that use ExporterOpenTelemetryProperties.Builder
-
Uses of ExporterOpenTelemetryProperties.Builder in io.prometheus.metrics.config
Methods in io.prometheus.metrics.config that return ExporterOpenTelemetryProperties.BuilderModifier and TypeMethodDescriptionExporterOpenTelemetryProperties.builder()The OTLP endpoint to send metric data to.Add an HTTP header to be applied to outgoing requests.ExporterOpenTelemetryProperties.Builder.intervalSeconds(int intervalSeconds) The interval between the start of two export attempts.The OTLP protocol to use.ExporterOpenTelemetryProperties.Builder.resourceAttribute(String name, String value) Add a resource attribute.ExporterOpenTelemetryProperties.Builder.serviceInstanceId(String serviceInstanceId) Theservice.instance.idresource attribute.ExporterOpenTelemetryProperties.Builder.serviceName(String serviceName) Theservice.nameresource attribute.ExporterOpenTelemetryProperties.Builder.serviceNamespace(String serviceNamespace) Theservice.namespaceresource attribute.ExporterOpenTelemetryProperties.Builder.serviceVersion(String serviceVersion) Theservice.versionresource attribute.ExporterOpenTelemetryProperties.Builder.timeoutSeconds(int timeoutSeconds) The timeout for outgoing requests.