curl --request GET \
--url https://api.example.com/v1/metrics/json{
"timestamp": "2023-11-07T05:31:56Z",
"metrics": [
{
"name": "<string>",
"value": 123,
"labels": {},
"type": "<string>"
}
]
}Retrieves application metrics in JSON format for programmatic access and custom dashboards.
curl --request GET \
--url https://api.example.com/v1/metrics/json{
"timestamp": "2023-11-07T05:31:56Z",
"metrics": [
{
"name": "<string>",
"value": 123,
"labels": {},
"type": "<string>"
}
]
}