Skip navigation links
B C D G I P S 

B

build() - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration.Builder
Builds a new PrometheusStatsConfiguration with current settings.
builder() - Static method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration

C

collect() - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsCollector
 
createAndRegister() - Static method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsCollector
Creates a PrometheusStatsCollector and registers it to Prometheus CollectorRegistry.defaultRegistry.
createAndRegister(PrometheusStatsConfiguration) - Static method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsCollector
Creates a PrometheusStatsCollector and registers it to the given Prometheus CollectorRegistry in the PrometheusStatsConfiguration.

D

describe() - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsCollector
 

G

getNamespace() - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration
Returns the namespace used for Prometheus metrics.
getRegistry() - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration
Returns the Prometheus CollectorRegistry.

I

io.opencensus.exporter.stats.prometheus - package io.opencensus.exporter.stats.prometheus
 

P

PrometheusStatsCollector - Class in io.opencensus.exporter.stats.prometheus
OpenCensus Metrics Collector for Prometheus.
PrometheusStatsConfiguration - Class in io.opencensus.exporter.stats.prometheus
Configurations for PrometheusStatsCollector.
PrometheusStatsConfiguration.Builder - Class in io.opencensus.exporter.stats.prometheus

S

setNamespace(String) - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration.Builder
Sets the namespace used for Prometheus metrics.
setRegistry(CollectorRegistry) - Method in class io.opencensus.exporter.stats.prometheus.PrometheusStatsConfiguration.Builder
Sets the given Prometheus CollectorRegistry.
B C D G I P S 
Skip navigation links