- 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
-
- StackdriverTraceConfiguration - Class in io.opencensus.exporter.trace.stackdriver
-
- 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.