List OTLP destinations
List customer-visible OTLP export destinations in the authenticated organization. Project-scoped credentials can list these destinations for selection by workloads in their project. Non-dashboard reads return header values redacted.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Limit the number of destinations to return.
1 <= x <= 100Offset the number of destinations to return.
x >= 0Case-insensitive substring match against destination name or endpoint. IDs match by exact value.
Exact-match filter on destination name using the database collation. In production, matching is case- and accent-insensitive.
Response
List of OTLP destinations
OTLP/HTTP endpoint telemetry is sent to.
2048Headers sent with each export request. Names are returned in canonical form (Authorization, not authorization). Non-dashboard reads return values redacted as empty strings, so the keys are visible but the credentials are not. Dashboard reads return the stored values.
128Unique within the organization. Usable in place of the ID when selecting a destination, so it cannot be shaped like an ID.
^[a-zA-Z0-9._-]{1,255}$1024