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.
- Host: GitHub
- URL: https://github.com/influxdata/influxdb-templates
- Owner: influxdata
- License: mit
- Created: 2019-05-13T22:59:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T20:09:41.000Z (6 months ago)
- Last Synced: 2025-03-24T22:42:03.489Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 374 KB
- Stars: 7
- Watchers: 47
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 cleanThen run the publish script in the root of the repo:
```
./publish
```