arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get the trend of deployment creation count in namespace

hashtag
Get the trend of deployment creation count in namespace

get

Get the trend of the number of deployments created in the namespace per minute.

Query parameters
clusterIdsstringRequired
namespacesstringOptional
startstringRequired
endstringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/monitoring-ns/metric/deployment-created/result/transition
200

OK

GET /v1/monitoring-ns/metric/deployment-created/result/transition?clusterIds=text&start=text&end=text HTTP/1.1
Accept: */*
[
  {
    "metrics": {
      "cluster": "thingcluster",
      "namespace": "cocktail-system"
    },
    "samples": [
      5,
      5,
      5
    ],
    "timestamps": [
      1687741080,
      1687741140,
      1687741200
    ],
    "values": null
  }
]