Observability API

Service: observability.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://observability.googleapis.com

REST Resource: v1.projects.locations.scopes

Methods
get GET /v1/{name=projects/*/locations/*/scopes/*}
Gets details of a single Scope.
patch PATCH /v1/{scope.name=projects/*/locations/*/scopes/*}
Updates the parameters of a single Scope.

REST Resource: v1.projects.locations.traceScopes

Methods
create POST /v1/{parent=projects/*/locations/*}/traceScopes
Create a new TraceScope.
delete DELETE /v1/{name=projects/*/locations/*/traceScopes/*}
Delete a TraceScope.
get GET /v1/{name=projects/*/locations/*/traceScopes/*}
Get TraceScope resource.
list GET /v1/{parent=projects/*/locations/*}/traceScopes
List TraceScopes of a project in a particular location.
patch PATCH /v1/{traceScope.name=projects/*/locations/*/traceScopes/*}
Update a TraceScope.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月27日 UTC.