Grafana

Endpoints for use with Grafana integration.
Not designed for use in other contexts.

GET
/api/unstable/grafana

Check endpoint that returns 200 used by the Simple JSON Datasource grafana plugin.

POST
/api/unstable/grafana/annotations

Annotations query endpoint used by the Simple JSON Datasource grafana plugin.

Filtering options can be passed as a JSON object to the query parameters.
All filters are optional and include most events by default:

  • cluster_id (default: null): Only show events for this cluster.
  • event: (default: null): Only show events matching this event type.
  • exclude_snapshots (default: true): Exclude SNAPSHOT_* events from the results.
  • exclude_system_events: (default: false): Exclude system-wide events from the results.
  • limit: (default: 1000): Limit the number of events returned, starting with oldest events.