Observability
ObservabilityTelemetry
List keys
client.Workers.Observability.Telemetry.Keys(ctx, params) (*SinglePage[ObservabilityTelemetryKeysResponse], error)
POST/accounts/{account_id}/workers/observability/telemetry/keys
Run a query
client.Workers.Observability.Telemetry.Query(ctx, params) (*ObservabilityTelemetryQueryResponse, error)
POST/accounts/{account_id}/workers/observability/telemetry/query
List values
client.Workers.Observability.Telemetry.Values(ctx, params) (*SinglePage[ObservabilityTelemetryValuesResponse], error)
POST/accounts/{account_id}/workers/observability/telemetry/values
Prepare live tail
client.Workers.Observability.Telemetry.LiveTail(ctx, params) (*ObservabilityTelemetryLiveTailResponse, error)
POST/accounts/{account_id}/workers/observability/telemetry/live-tail
Live tail heartbeat
client.Workers.Observability.Telemetry.LiveTailHeartbeat(ctx, params) (*ObservabilityTelemetryLiveTailHeartbeatResponse, error)
POST/accounts/{account_id}/workers/observability/telemetry/live-tail/heartbeat
ObservabilityDestinations
Get Destinations
client.Workers.Observability.Destinations.List(ctx, params) (*SinglePage[ObservabilityDestinationListResponse], error)
GET/accounts/{account_id}/workers/observability/destinations
Create Destination
client.Workers.Observability.Destinations.New(ctx, params) (*ObservabilityDestinationNewResponse, error)
POST/accounts/{account_id}/workers/observability/destinations
Update Destination
client.Workers.Observability.Destinations.Update(ctx, slug, params) (*ObservabilityDestinationUpdateResponse, error)
PATCH/accounts/{account_id}/workers/observability/destinations/{slug}
Delete Destination
client.Workers.Observability.Destinations.Delete(ctx, slug, body) (*ObservabilityDestinationDeleteResponse, error)
DELETE/accounts/{account_id}/workers/observability/destinations/{slug}
ObservabilityQueries
Save query
client.Workers.Observability.Queries.New(ctx, params) (*ObservabilityQueryNewResponse, error)
POST/accounts/{account_id}/workers/observability/queries
List queries
client.Workers.Observability.Queries.List(ctx, params) (*SinglePage[ObservabilityQueryListResponse], error)
GET/accounts/{account_id}/workers/observability/queries
ObservabilityShared Queries
Create a sharable link to a query result
client.Workers.Observability.SharedQueries.New(ctx, params) (*ObservabilitySharedQueryNewResponse, error)
POST/accounts/{account_id}/workers/observability/shared/query
View a query that has been shared
client.Workers.Observability.SharedQueries.Get(ctx, id, params) (*ObservabilitySharedQueryGetResponse, error)
GET/accounts/{account_id}/workers/observability/shared/query/{id}