A B C E F G S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addAttributeMapping(String, String) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Adds an attribute mapping that replaces a key in OTEL with the given key name for GCP.
- attributeMappingBuilder() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Returns the builder for the attribute mapping.
B
- batchWriteSpans(ProjectName, List<Span>) - Method in interface com.google.cloud.opentelemetry.trace.CloudTraceClient
- batchWriteSpans(ProjectName, List<Span>) - Method in class com.google.cloud.opentelemetry.trace.CloudTraceClientImpl
- build() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Builds a
TraceConfiguration. - builder() - Static method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns a new
TraceConfiguration.Builder.
C
- CloudTraceClient - Interface in com.google.cloud.opentelemetry.trace
- CloudTraceClientImpl - Class in com.google.cloud.opentelemetry.trace
- CloudTraceClientImpl(TraceServiceClient) - Constructor for class com.google.cloud.opentelemetry.trace.CloudTraceClientImpl
- com.google.cloud.opentelemetry.trace - package com.google.cloud.opentelemetry.trace
- createWithConfiguration(TraceConfiguration) - Static method in class com.google.cloud.opentelemetry.trace.TraceExporter
- createWithDefaultConfiguration() - Static method in class com.google.cloud.opentelemetry.trace.TraceExporter
E
- export(Collection<SpanData>) - Method in class com.google.cloud.opentelemetry.trace.TraceExporter
- EXPORTER_VERSION - Static variable in class com.google.cloud.opentelemetry.trace.TraceVersions
F
- flush() - Method in class com.google.cloud.opentelemetry.trace.TraceExporter
G
- getAttributeMapping() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns a map of attribute renames that will be applied to all attributes of exported spans.
- getCredentials() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns the
Credentials. - getDeadline() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns the deadline for exporting to Trace backend.
- getFixedAttributes() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns a map of attributes that is added to all the exported spans.
- getProjectId() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns the cloud project id.
- getTraceServiceEndpoint() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Returns the endpoint where to write traces.
- getTraceServiceStub() - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration
-
Deprecated.
S
- SDK_VERSION - Static variable in class com.google.cloud.opentelemetry.trace.TraceVersions
- setAttributeMapping(ImmutableMap<String, String>) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Sets the map of attribute keys that will be renamed.
- setCredentials(Credentials) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Sets the
Credentialsused to authenticate API calls. - setDeadline(Duration) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Sets the deadline for exporting to Trace backend.
- setFixedAttributes(Map<String, AttributeValue>) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Sets the map of attributes that is added to all the exported spans.
- setProjectId(String) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Sets the cloud project id.
- setTraceServiceEndpoint(String) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Sets the endpoint where to write traces.
- setTraceServiceStub(TraceServiceStub) - Method in class com.google.cloud.opentelemetry.trace.TraceConfiguration.Builder
-
Deprecated.("Use setTraceServiceEndpoint")
- shutdown() - Method in interface com.google.cloud.opentelemetry.trace.CloudTraceClient
- shutdown() - Method in class com.google.cloud.opentelemetry.trace.CloudTraceClientImpl
- shutdown() - Method in class com.google.cloud.opentelemetry.trace.TraceExporter
T
- TraceConfiguration - Class in com.google.cloud.opentelemetry.trace
-
Configurations for
TraceExporter. - TraceConfiguration.Builder - Class in com.google.cloud.opentelemetry.trace
-
Builder for
TraceConfiguration. - TraceExporter - Class in com.google.cloud.opentelemetry.trace
- TraceVersions - Class in com.google.cloud.opentelemetry.trace
-
Helper to grab version numbers from builds.
- TraceVersions() - Constructor for class com.google.cloud.opentelemetry.trace.TraceVersions
All Classes All Packages