Template Type Multi Entity - absalon-james/grafanizer GitHub Wiki

Description

Creates a single Grafana dashboard involving all matching entities. Use this type of dashboard to show graphs consisting of metrics from multiple entities.

'id' and 'title' attributes are static.

Supported Metric Types:

  • Simple
  • Complex
  • Complex Multi Entity

JSON

{
  "type": "MultiEntity",
  "tags": [],
  "user": "guest",
  "group": "guest",
  "dashboard": {
    ...
  }
}

Examples: