v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
Metrics

Lists urls of metric management tools for visualization, alert management etc.

get/v1beta/{tenantId}/metrics/urls

Response

OK

namestring required
urlstring required
descstring required

Example response

[
  {
    "name": "Grafana",
    "url": "http://localhost:3000",
    "desc": "Open Grafana tool to visualize collected metric"
  }
]