opentelemetry_semantic_conventions::attribute

Constant GCP_CLIENT_SERVICE

source
pub const GCP_CLIENT_SERVICE: &str = "gcp.client.service";
Expand description

Identifies the Google Cloud service for which the official client library is intended.

§Notes

Intended to be a stable identifier for Google Cloud client libraries that is uniform across implementation languages. The value should be derived from the canonical service domain for the service; for example, ‘foo.googleapis.com’ should result in a value of ‘foo’.

§Examples

  • "appengine"
  • "run"
  • "firestore"
  • "alloydb"
  • "spanner"