curl --request GET \
--url https://api.example.com/api/metrics \
--header 'Authorization: Bearer <token>'{
"observability": {
"provider": "<string>",
"enabled": true,
"endpoint": "<string>",
"serviceName": "<string>",
"protocol": "<string>",
"exportInterval": "<string>"
},
"instrumentation": {
"automatic": [
"<string>"
],
"custom": [
"<string>"
]
},
"metrics": {
"automatic": [
"<string>"
],
"custom": [
"<string>"
]
},
"docs": "<string>"
}curl --request GET \
--url https://api.example.com/api/metrics \
--header 'Authorization: Bearer <token>'{
"observability": {
"provider": "<string>",
"enabled": true,
"endpoint": "<string>",
"serviceName": "<string>",
"protocol": "<string>",
"exportInterval": "<string>"
},
"instrumentation": {
"automatic": [
"<string>"
],
"custom": [
"<string>"
]
},
"metrics": {
"automatic": [
"<string>"
],
"custom": [
"<string>"
]
},
"docs": "<string>"
}