WarpBuild LogoWarpBuild Docs
Org config

PUT /organization/config/telemetry-export

Points runner telemetry at an OTLP endpoint the organization owns. `secret` is write-only: omit it to keep the stored credential, send an empty string to clear it.

PUT
/organization/config/telemetry-export

Authorization

JWTKeyAuth
Authorization<token>

In: header

Request Body

application/json

Telemetry export configuration

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/organization/config/telemetry-export" \  -H "Content-Type: application/json" \  -d '{}'
{  "auth_header_name": "string",  "enabled": true,  "headers": {    "property1": "string",    "property2": "string"  },  "logs_endpoint": "string",  "metrics_endpoint": "string",  "provider": "datadog",  "resource_attrs": {    "property1": "string",    "property2": "string"  },  "secret": "string",  "secret_hint": "string",  "secret_set": true}