Skip to main content
Monitoring & Collection/Profiling

UpdateProfilingConfig

Update the global profiling configuration settings.

PUT/api/v1/profiling/config

Operation ID

UpdateProfilingConfig

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

application/json

Body Fields

  • config
    ObjectRequired

    New profiling configuration to apply.

    • goroutineLeakThreshold
      Integer

      Goroutine count threshold above which a leak is reported.

      Example: 1000

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.