Skip to main content
Monitoring & Collection/Profiling

GetProfilingConfig

Get the current global profiling configuration.

GET/api/v1/profiling/config

Operation ID

GetProfilingConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • goroutineLeakThreshold
    Integer

    Goroutine count threshold above which a leak is reported.

    Example: 1000