curl --location --request GET '/v1/observability/cluster//namespaces//otel/appmonitor/overview'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"dbOperationDurationSeconds": [
{
"labelname": "string",
"labelvalue": "string",
"value": 0
}
],
"p90OperationDurationSeconds": [
{
"labelname": "string",
"labelvalue": "string",
"value": 0
}
],
"p90ServiceDurationSeconds": [
{
"labelname": "string",
"labelvalue": "string",
"value": 0
}
],
"serviceErrorCount": [
{
"labelname": "string",
"labelvalue": "string",
"value": 0
}
]
}
}