sensu/grafana-sensu-go-datasource

Add support for fetching resources from "all" namespaces

calebhailey opened this issue · 0 comments

Sensu Go has API endpoints for fetching resources from "all namespaces".

Examples:

  • GET http://127.0.0.1:8080/api/core/v2/events
  • GET http://127.0.0.1:8080/api/core/v2/entities

These endpoints could be used along with Grafana variables Sensu Go's API response filtering to create Grafana dashboards that show "all" resource (e.g. all entities), with a drop-down (Grafana variable) that can be used to filter the results.