Skip to content

Commit

Permalink
First release #43
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko committed Jul 17, 2018
1 parent 3a33b67 commit 54aeb6c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8,166 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ awsconfig
/public_gen
/tmp
vendor/phantomjs/phantomjs
package-lock.json

docs/AWS_S3_BUCKET
docs/GIT_BRANCH
Expand Down
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,22 @@ A better version of Grafana's default Graph Panel. Able to render Anomalies & mo

- Download hastic graph panel
```
wget [PLACEHOLDER]
wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.1.0/hastic-graph-panel-0.1.0.tar.gz
```

- Unpack downloaded files
```
tar -zxvf [PLACEHOLDER]
tar -zxvf hastic-graph-panel-0.1.0.tar.gz
```

- Restart grafana-server
- For grafana installed via Standalone Linux Binaries:
- Stop any running instances of grafana-server
- Start grafana-server by:
```$GRAFANA_PATH/bin/grafana-server```
- For grafana installed via Package Manager:
- type in ```systemctl restart grafana-server```

# Installation from source

**Note, that <GRAFANA_PATH>/data/plugins directory will NOT be present until grafana-server was started at least once!**
Expand Down Expand Up @@ -106,10 +114,13 @@ npm run build

# Changelog

[Improvements]

* You can zoom during update

### [0.1.0] - 2018-07-17
#### Changed
- Supports only hastic-server of versions **0.2.0-alpha or greater**
#### Fixed
- Choosing custom color for analytic unit [#31](https://github.com/hastic/hastic-grafana-graph-panel/issues/31)
- Deleting any analytic unit only deletes the first one [#33](https://github.com/hastic/hastic-grafana-graph-panel/issues/33)
- Problems with Singlestat and Piechart panels [#42](https://github.com/hastic/hastic-grafana-graph-panel/issues/42)

# Credits

Expand Down
Loading

0 comments on commit 54aeb6c

Please sign in to comment.