Package com.google.api.gax.tracing
Class ObservabilityAttributes
java.lang.Object
com.google.api.gax.tracing.ObservabilityAttributes
Utility class with common attribute names in app-centric observability.
For internal use only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe artifact name of the client library (e.g., "google-cloud-vision").static final StringThe service name of a client (e.g.static final StringThe full RPC method name, including package, service, and method.static final StringThe repository of the client library (e.g., "googleapis/google-cloud-java").static final StringThe error codes of the request.static final StringThe RPC system name, e.g.static final StringThe address of the server being called (e.g., "pubsub.googleapis.com").static final StringThe port of the server being called (e.g., 443).static final StringThe url domain of the request (e.g.static final StringThe url template of the request (e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERVER_ADDRESS_ATTRIBUTE
The address of the server being called (e.g., "pubsub.googleapis.com").- See Also:
-
SERVER_PORT_ATTRIBUTE
The port of the server being called (e.g., 443).- See Also:
-
REPO_ATTRIBUTE
The repository of the client library (e.g., "googleapis/google-cloud-java").- See Also:
-
ARTIFACT_ATTRIBUTE
The artifact name of the client library (e.g., "google-cloud-vision").- See Also:
-
GRPC_RPC_METHOD_ATTRIBUTE
The full RPC method name, including package, service, and method.- See Also:
-
RPC_SYSTEM_NAME_ATTRIBUTE
The RPC system name, e.g. 'grpc' or 'http'.- See Also:
-
RPC_RESPONSE_STATUS_ATTRIBUTE
The error codes of the request. The value will be the string representation of the canonical gRPC status code (e.g., "OK", "INTERNAL").- See Also:
-
GCP_CLIENT_SERVICE_ATTRIBUTE
The service name of a client (e.g. "bigtable", "spanner").- See Also:
-
URL_DOMAIN_ATTRIBUTE
The url domain of the request (e.g. "pubsub.googleapis.com").- See Also:
-
URL_TEMPLATE_ATTRIBUTE
The url template of the request (e.g. /v1/{name}:access).- See Also:
-
-
Constructor Details
-
ObservabilityAttributes
public ObservabilityAttributes()
-