Tracing
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
POST | |
POST | |
GET |
Retrieve tracing spans attributes
Required API key scopes
tracing:readQuery parameters
- attribute_typestringOne of:
"span""resource" - limitinteger
- offsetinteger
- searchstring
Example request
GET /api /environments /:project_id /tracing /spans /attributesExample response
Status 200 No response body
Retrieve tracing spans attributes
Required API key scopes
tracing:readQuery parameters
- attribute_typestringOne of:
"span""resource" - limitinteger
- offsetinteger
- searchstring
Example request
GET /api /environments /:project_id /tracing /spans /attributesExample response
Status 200 No response body
Create tracing spans query
Required API key scopes
tracing:readRequest parameters
- query
Example request
POST /api /environments /:project_id /tracing /spans /queryExample response
Status 200 No response body
Create tracing spans query
Required API key scopes
tracing:readRequest parameters
- query
Example request
POST /api /environments /:project_id /tracing /spans /queryExample response
Status 200 No response body
Retrieve tracing spans service names
Required API key scopes
tracing:readQuery parameters
- dateRangestring
- searchstring
Example request
GET /api /environments /:project_id /tracing /spans /service-namesExample response
Status 200 No response body
Retrieve tracing spans service names
Required API key scopes
tracing:readQuery parameters
- dateRangestring
- searchstring
Example request
GET /api /environments /:project_id /tracing /spans /service-namesExample response
Status 200 No response body
Create tracing spans sparkline
Required API key scopes
tracing:readRequest parameters
- query
Example request
POST /api /environments /:project_id /tracing /spans /sparklineExample response
Status 200 No response body
Create tracing spans sparkline
Required API key scopes
tracing:readRequest parameters
- query
Example request
POST /api /environments /:project_id /tracing /spans /sparklineExample response
Status 200 No response body
Create tracing spans trace
Required API key scopes
tracing:readPath parameters
- trace_idstring
Request parameters
- dateRange
Example request
POST /api /environments /:project_id /tracing /spans /trace /:trace_idExample response
Status 200 No response body
Create tracing spans trace
Required API key scopes
tracing:readPath parameters
- trace_idstring
Request parameters
- dateRange
Example request
POST /api /environments /:project_id /tracing /spans /trace /:trace_idExample response
Status 200 No response body
Retrieve tracing spans values
Required API key scopes
tracing:readQuery parameters
- attribute_typestringOne of:
"span""resource" - keystring
- limitinteger
- offsetinteger
- valuestring
Example request
GET /api /environments /:project_id /tracing /spans /valuesExample response
Status 200 No response body
Retrieve tracing spans values
Required API key scopes
tracing:readQuery parameters
- attribute_typestringOne of:
"span""resource" - keystring
- limitinteger
- offsetinteger
- valuestring
Example request
GET /api /environments /:project_id /tracing /spans /values