Skip to content

Getting Started Linux

rozetko edited this page Oct 6, 2020 · 11 revisions

Prerequisites

Installation

wget https://github.com/CorpGlory/grafana-data-exporter/releases/download/0.5.1/grafana-data-exporter-0.5.1.tar.gz
tar -zxvf grafana-data-exporter-0.5.1.tar.gz

Running

  • Get a Grafana API key: http://<your_grafana_url>/org/apikeys, viewer role is enough.
  • cd grafana-data-exporter-0.5.1
  • Set your Grafana API key in config.json (see example)
  • run node dist/server

You can check the exporter status by visiting server host and port in browser (e.g. http://localhost:8000).