Skip to main content
Monitoring & Collection/Profiling

GetGoroutineFlame

Get goroutine flame graph data for the specified session.

GET/api/v1/profiling/goroutine-flame/{sessionId}

Operation ID

GetGoroutineFlame

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

Path Parameters

  • sessionId
    StringRequired

    Session identifier to retrieve goroutine flame data for.

Query Parameters

  • format
    String

    Output format for the goroutine flame graph.

  • state
    String

    Filter goroutines by state; empty string returns all.

  • minCount
    Integer

    Minimum goroutine count to include a stack in the output.

    Example: 0

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • data
    String

    Goroutine flame graph data encoded in the requested format.

    Example: aGVsbG8=