Skip to main content
Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required

GetProfilingConfig

Get the current global profiling configuration.

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • goroutineLeakThresholdInteger

    Goroutine count threshold above which a leak is reported.

    Example: 1000

Endpoint

GET/api/v1/profiling/config

/api/v1/profiling/config

Operation ID

GetProfilingConfig

Permalink

Request Example

curl -X GET '{host}/api/v1/profiling/config' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "goroutineLeakThreshold": 1000
}

Change History

This API has no change history records yet.

View all change history