An open API service indexing awesome lists of open source software.

https://github.com/influxdata/influxdb-templates

This repo is a collection of dashboard templates used in the InfluxDB UI.
https://github.com/influxdata/influxdb-templates

Last synced: about 2 months ago
JSON representation

This repo is a collection of dashboard templates used in the InfluxDB UI.

Awesome Lists containing this project

README

        

# InfluxDB Templates

This repo is a collection of [templates](https://v2.docs.influxdata.com/v2.0/visualize-data/templates/) used in the InfluxDB 2.x UI.

## Development

### Releasing a new version

Ensure that:

- You have administrator access to this repo on GitHub
- You have permissions to publish to the [influxdata](https://www.npmjs.com/org/influxdata) organization on npm
- You are logged into Yarn (`yarn login`)
- You are on `master` and the working tree is clean

Then run the publish script in the root of the repo:

```
./publish
```