googleapis.com

Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your ap

🔑 oauth2 5 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Get a trace sink by name under the parent resource (GCP project).
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudtrace.googleapis.com/v2beta1/{name}
List all sinks for the parent resource (GCP project).
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudtrace.googleapis.com/v2beta1/{parent}/traceSinks
Endpoints (5 total)
GET
/v2beta1/{name}
Get a trace sink by name under the parent resource (GCP project).
GET
/v2beta1/{parent}/traceSinks
List all sinks for the parent resource (GCP project).
POST
/v2beta1/{parent}/traceSinks
Creates a sink that exports trace spans to a destination. The export of newly…
PATCH
/v2beta1/{name}
Updates a sink. This method updates fields in the existing sink according to …
DELETE
/v2beta1/{name}
Deletes a sink.
At a glance
Total SDKs10
Languages6
Endpoints5
Authoauth2
Categories2
https://cloudtrace.googleapis.com