Observability - Python SDK
Observability - Python SDK
Observability - Python SDK
The Python SDK and docs are currently in beta. Report issues on GitHub.
Observability endpoints
List the observability destinations configured for the authenticated entity’s default workspace. Use the workspace_id query parameter to scope the result to a different workspace. Only destinations with stable release status are surfaced — destinations of other types are excluded. Management key required.
operations.ListObservabilityDestinationsResponse
Create a new observability destination. A maximum of 5 destinations per type is allowed. Defaults to the authenticated entity’s default workspace; use the workspace_id body field to scope to a different workspace. Management key required.
components.CreateObservabilityDestinationResponse
Delete an existing observability destination. This performs a soft delete. Management key required.
components.DeleteObservabilityDestinationResponse
Fetch a single observability destination by its UUID. Management key required.
components.GetObservabilityDestinationResponse
Update an existing observability destination. Only the fields provided in the request body are updated. Management key required.
components.UpdateObservabilityDestinationResponse