Hi there,
I am on Data Collector 3.21.x.
I tried issuing a RESTFul API call for one of our pipeline to get the metrics for a pipeline. But I get the following response,
My Request URL is,
/rest/v1/pipeline/snowflake432db0d5-22d5-4745-b7da-55bf1db2ee16/metrics?rev=0
My model schema is,
{
"version": "string",
"gauges": {},
"counters": {},
"histograms": {},
"meters": {},
"timers": {},
"slaves":
"string"
]
}
Any suggestions?