You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alexey Velikiy 696bc59db3
Fix failing TravisCI tests #106 (#107)
5 years ago
.vscode add launch.json 6 years ago
__mocks__/grafana/app/core Fix failing TravisCI tests #106 (#107) 5 years ago
assets add light theme mag and pin icons 6 years ago
build No crosshair #50 (#53) 6 years ago
examples 162-remove-analytics-types 6 years ago
src Fix failing TravisCI tests #106 (#107) 5 years ago
tests Fix failing TravisCI tests #106 (#107) 5 years ago
.gitignore Add jest basic tests #30 (#51) 6 years ago
.travis.yml Fix failing TravisCI tests #106 (#107) 5 years ago
LICENSE Initial commit 6 years ago
README.md add travisci status 5 years ago
jest.config.js Add jest basic tests #30 (#51) 6 years ago
package.json Bump version to 0.2.6 5 years ago
tsconfig.jest.json Add jest basic tests #30 (#51) 6 years ago
tsconfig.json Add src 6 years ago

README.md

Hastic Graph Panel

Website | Twitter | IRC

Last master push status

A better version of Grafana's default Graph Panel. Able to render Anomalies & more.

Please note that we are still in alpha, so features are subject to change

See also:

Prerequisites

Installation

  • Navigate to /plugins directory in <GRAFANA_PATH>/data/plugins

  • Download hastic graph panel

wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.2.6/hastic-graph-panel-0.2.6.tar.gz
  • Unpack downloaded files
tar -zxvf hastic-graph-panel-0.2.6.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

Credits

Based on