Skip navigation links
B C G I S U 

B

build() - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration.Builder
builder() - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration

C

createAndRegister() - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverExporter
Deprecated.
Creates and registers the Stackdriver Trace exporter to the OpenCensus library.
createAndRegister(StackdriverTraceConfiguration) - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceExporter
Creates and registers the Stackdriver Trace exporter to the OpenCensus library.
createAndRegisterWithCredentialsAndProjectId(Credentials, String) - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverExporter
Deprecated.
Creates and registers the Stackdriver Trace exporter to the OpenCensus library for an explicit project ID and using explicit credentials.
createAndRegisterWithProjectId(String) - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverExporter
Deprecated.
Creates and registers the Stackdriver Trace exporter to the OpenCensus library for an explicit project ID.

G

getCredentials() - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration
Returns the Credentials.
getDeadline() - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration
Returns the deadline for exporting to Stackdriver Trace backend.
getFixedAttributes() - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration
Returns a map of attributes that is added to all the exported spans.
getProjectId() - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration
Returns the cloud project id.
getTraceServiceStub() - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration
Returns a TraceServiceStub instance used to make RPC calls.

I

io.opencensus.exporter.trace.stackdriver - package io.opencensus.exporter.trace.stackdriver
 

S

setCredentials(Credentials) - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration.Builder
Sets the Credentials used to authenticate API calls.
setDeadline(Duration) - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration.Builder
Sets the deadline for exporting to Stackdriver Trace backend.
setFixedAttributes(Map<String, AttributeValue>) - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration.Builder
Sets the map of attributes that is added to all the exported spans.
setProjectId(String) - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration.Builder
Sets the cloud project id.
setTraceServiceStub(TraceServiceStub) - Method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceConfiguration.Builder
Sets the trace service stub used to send gRPC calls.
StackdriverExporter - Class in io.opencensus.exporter.trace.stackdriver
Deprecated.
Deprecated due to inconsistent naming. Use StackdriverTraceExporter.
StackdriverTraceConfiguration - Class in io.opencensus.exporter.trace.stackdriver
Configurations for StackdriverTraceExporter.
StackdriverTraceConfiguration.Builder - Class in io.opencensus.exporter.trace.stackdriver
StackdriverTraceExporter - Class in io.opencensus.exporter.trace.stackdriver
An OpenCensus span exporter implementation which exports data to Stackdriver Trace.

U

unregister() - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverExporter
Deprecated.
Unregisters the Stackdriver Trace exporter from the OpenCensus library.
unregister() - Static method in class io.opencensus.exporter.trace.stackdriver.StackdriverTraceExporter
Unregisters the Stackdriver Trace exporter from the OpenCensus library.
B C G I S U 
Skip navigation links