Was this helpful?
Get the trend of the number of deployments created in the namespace per minute.
/v1/monitoring-ns/metric/deployment-created/result/transition
curl -L \ --url '/v1/monitoring-ns/metric/deployment-created/result/transition?clusterIds=text&start=text&end=text'
[ { "metrics": { "cluster": "thingcluster", "namespace": "cocktail-system" }, "values": null, "samples": [ 5, 5, 5 ], "timestamps": [ 1687741080, 1687741140, 1687741200 ] } ]