GetGoroutineFlameDiff
Compare two goroutine flame graphs and return the differential result.
POST
/api/v1/profiling/goroutine-flame/diffOperation ID
GetGoroutineFlameDiffSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
baseIdStringRequiredSession ID to use as the base goroutine flame graph.
Example: sess-base001
compareIdStringRequiredSession ID to compare against the base goroutine flame graph.
Example: sess-cmp002
