Skip to main content
Monitoring & Collection/Profiling

GetGoroutineFlameDiff

Compare two goroutine flame graphs and return the differential result.

POST/api/v1/profiling/goroutine-flame/diff

Operation ID

GetGoroutineFlameDiff

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

  • baseId
    StringRequired

    Session ID to use as the base goroutine flame graph.

    Example: sess-base001

  • compareId
    StringRequired

    Session ID to compare against the base goroutine flame graph.

    Example: sess-cmp002

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • data
    String

    Differential goroutine flame graph data.

    Example: aGVsbG8=