Skip navigation links
B C G I S U 

B

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

C

createAndRegister(StackdriverStatsConfiguration) - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
Creates a Stackdriver Stats exporter with a StackdriverStatsConfiguration.
createAndRegister() - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
Creates a Stackdriver Stats exporter with default settings.
createAndRegister(Duration) - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
createAndRegisterWithCredentialsAndProjectId(Credentials, String, Duration) - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
createAndRegisterWithMonitoredResource(Duration, MonitoredResource) - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
createAndRegisterWithProjectId(String, Duration) - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
createAndRegisterWithProjectIdAndMonitoredResource(String, Duration, MonitoredResource) - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter

G

getConstantLabels() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the constant labels that will be applied to every Stackdriver metric.
getCredentials() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the Credentials.
getDeadline() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the deadline for exporting to Stackdriver Monitoring backend.
getDisplayNamePrefix() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the display name prefix for Stackdriver metrics.
getExportInterval() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the export interval between pushes to StackDriver.
getMetricNamePrefix() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the name prefix for Stackdriver metrics.
getMetricServiceStub() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the MetricServiceStub to be used to make calls to Stackdriver Monitoring v3 APIs.
getMonitoredResource() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the Stackdriver MonitoredResource.
getProjectId() - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration
Returns the project id.

I

io.opencensus.exporter.stats.stackdriver - package io.opencensus.exporter.stats.stackdriver
 

S

setConstantLabels(Map<LabelKey, LabelValue>) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the constant labels that will be applied to every Stackdriver metric.
setCredentials(Credentials) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the given Credentials.
setDeadline(Duration) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the deadline for exporting to Stackdriver Monitoring backend.
setDisplayNamePrefix(String) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the the display name prefix for Stackdriver metrics.
setExportInterval(Duration) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the export interval.
setMetricNamePrefix(String) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the the name prefix for Stackdriver metrics.
setMetricServiceStub(MetricServiceStub) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the MetricServiceStub to be used to make calls to Stackdriver Monitoring v3 APIs.
setMonitoredResource(MonitoredResource) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the MonitoredResource.
setProjectId(String) - Method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsConfiguration.Builder
Sets the given project id.
StackdriverStatsConfiguration - Class in io.opencensus.exporter.stats.stackdriver
Configurations for StackdriverStatsExporter.
StackdriverStatsConfiguration.Builder - Class in io.opencensus.exporter.stats.stackdriver
StackdriverStatsExporter - Class in io.opencensus.exporter.stats.stackdriver
Exporter to Stackdriver Monitoring Client API v3.

U

unregister() - Static method in class io.opencensus.exporter.stats.stackdriver.StackdriverStatsExporter
Unregisters the StackdriverStatsExporter and stops metrics exporting.
B C G I S U 
Skip navigation links