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

Description

Single Entity templates create a single Grafana dashboard for each matching entity. Entity labels and ids are exposed to the title and id attributes of the dashboard. In addition, the entity's label is automatically added as a tag to the created dashboard. If an entity does not possess any of the template's metrics, no dashboard is created for that entity.

The id attribute should be templated with either the entity's label or id. If left static, only one Grafana dashboard will be created for the last entity templated.

Supported Metrics:

  • Simple
  • Complex

Unsupported Metrics:

  • Complex Multi Entity Metrics

JSON:

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

Examples: