Uses of Class
io.prometheus.metrics.config.PrometheusProperties
Packages that use PrometheusProperties
Package
Description
-
Uses of PrometheusProperties in io.prometheus.metrics.config
Methods in io.prometheus.metrics.config that return PrometheusPropertiesModifier and TypeMethodDescriptionPrometheusProperties.Builder.build()static PrometheusPropertiesPrometheusProperties.get()Get the properties instance.static PrometheusPropertiesPrometheusPropertiesLoader.load()static PrometheusProperties -
Uses of PrometheusProperties in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic Counter.BuilderCounter.builder(PrometheusProperties config) static CounterWithCallback.BuilderCounterWithCallback.builder(PrometheusProperties properties) static Gauge.BuilderGauge.builder(PrometheusProperties config) static GaugeWithCallback.BuilderGaugeWithCallback.builder(PrometheusProperties properties) static Histogram.BuilderHistogram.builder(PrometheusProperties config) static Info.BuilderInfo.builder(PrometheusProperties config) static StateSet.BuilderStateSet.builder(PrometheusProperties config) static Summary.BuilderSummary.builder(PrometheusProperties config) static SummaryWithCallback.BuilderSummaryWithCallback.builder(PrometheusProperties properties) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.common
Constructors in io.prometheus.metrics.exporter.common with parameters of type PrometheusPropertiesModifierConstructorDescriptionPrometheusScrapeHandler(PrometheusProperties config, PrometheusRegistry registry) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.httpserver
Methods in io.prometheus.metrics.exporter.httpserver with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic HTTPServer.BuilderHTTPServer.builder(PrometheusProperties config) Constructors in io.prometheus.metrics.exporter.httpserver with parameters of type PrometheusPropertiesModifierConstructorDescriptionMetricsHandler(PrometheusProperties config) MetricsHandler(PrometheusProperties config, PrometheusRegistry registry) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.opentelemetry
Methods in io.prometheus.metrics.exporter.opentelemetry with parameters of type PrometheusProperties -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.pushgateway
Methods in io.prometheus.metrics.exporter.pushgateway with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic PushGateway.BuilderPushGateway.builder(PrometheusProperties config) ThePrometheusPropertieswill be used to override what is set in thePushGateway.Builder. -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.servlet.jakarta
Constructors in io.prometheus.metrics.exporter.servlet.jakarta with parameters of type PrometheusPropertiesModifierConstructorDescriptionPrometheusMetricsServlet(PrometheusProperties config, PrometheusRegistry registry) -
Uses of PrometheusProperties in io.prometheus.metrics.exporter.servlet.javax
Constructors in io.prometheus.metrics.exporter.servlet.javax with parameters of type PrometheusPropertiesModifierConstructorDescriptionConstructor with custom PrometheusProperties.PrometheusMetricsServlet(PrometheusProperties config, PrometheusRegistry registry) Constructor with custom PrometheusProperties and PrometheusRegistry. -
Uses of PrometheusProperties in io.prometheus.metrics.instrumentation.jvm
Methods in io.prometheus.metrics.instrumentation.jvm with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionstatic JvmBufferPoolMetrics.BuilderJvmBufferPoolMetrics.builder(PrometheusProperties config) JvmClassLoadingMetrics.builder(PrometheusProperties config) JvmCompilationMetrics.builder(PrometheusProperties config) JvmGarbageCollectorMetrics.builder(PrometheusProperties config) static JvmMemoryMetrics.BuilderJvmMemoryMetrics.builder(PrometheusProperties config) JvmMemoryPoolAllocationMetrics.builder(PrometheusProperties config) static JvmMetrics.BuilderJvmMetrics.builder(PrometheusProperties config) JvmNativeMemoryMetrics.builder(PrometheusProperties config) static JvmRuntimeInfoMetric.BuilderJvmRuntimeInfoMetric.builder(PrometheusProperties config) static JvmThreadsMetrics.BuilderJvmThreadsMetrics.builder(PrometheusProperties config) static ProcessMetrics.BuilderProcessMetrics.builder(PrometheusProperties config) -
Uses of PrometheusProperties in io.prometheus.metrics.simpleclient.bridge
Methods in io.prometheus.metrics.simpleclient.bridge with parameters of type PrometheusPropertiesModifier and TypeMethodDescriptionSimpleclientCollector.builder(PrometheusProperties config) Currently there are no configuration options for the SimpleclientCollector.