Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetTrend
Get performance trend data across historical baselines for a metric.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
profileTypeStringProfile type to retrieve trend data for.
metricStringMetric name to trend (e.g. self_pct, cumulative_pct).
funcNameStringFunction name to retrieve trend data for.
limitIntegerMaximum number of trend data points to return.
Example: 0
Responses
Endpoint
GET/api/v1/profiling/trend
/api/v1/profiling/trend
Request Example
curl -X GET '{host}/api/v1/profiling/trend' -H 'Authorization: Bearer {token}'
Response Example
200{
"metric": "self_pct",
"profileType": "cpu",
"funcName": "runtime.gcBgMarkWorker",
"items": [
{}
]
}Change History
This API has no change history records yet.
