Skip to main content
Monitoring & Collection/Profiling

UpdateRateLimitConfig

Update the rate limit configuration for profiling operations.

PUT/api/v1/profiling/rate-limit-config

Operation ID

UpdateRateLimitConfig

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 rate limit configuration to apply to profiling operations.

    • cpuSessionGlobalPerMin
      Integer

      Global per-minute limit for CPU profiling sessions.

      Example: 10

    • heapSessionPerTenantPerMin
      Integer

      Per-tenant per-minute limit for heap profiling sessions.

      Example: 5

    • flameDataPerTenantPerMin
      Integer

      Per-tenant per-minute limit for flame data requests.

      Example: 30

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • cpuSessionGlobalPerMin
    Integer

    Global per-minute limit for CPU profiling sessions.

    Example: 10

  • heapSessionPerTenantPerMin
    Integer

    Per-tenant per-minute limit for heap profiling sessions.

    Example: 5

  • flameDataPerTenantPerMin
    Integer

    Per-tenant per-minute limit for flame data requests.

    Example: 30