Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.21 KB

Templates

Templates define dashboards, variables, and additional components of the InfluxDB UI. Use the apply-templates.sh script to apply the templates to your running InfluxDB instance. Run export-templates.sh to export your components and share them with others (they need to be marked with the twinficient label to be exported).

If there are any conflicts during application, run remove-templates.sh first. This will uninstall the deployed stack. You can then apply the templates again using the apply script.

Requirements

Considerations

We used Grafana for dashboards and variable definitions because, in our opinion, Grafana is more powerful and visually appealing than the Influx dashboard components.

Additionally, the Influx tasks are not powerful enough for our needs, so we use a custom Java tool for aggregation.