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.
rozetko
57ad75e2a4
|
2 years ago | |
---|---|---|
.github | 4 years ago | |
build | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
config-example.json | 2 years ago | |
docker-compose.yml | 2 years ago | |
package.json | 2 years ago | |
tsconfig.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
Grafana Data Exporter
Server for fetching data from Grafana datasources. You would you use it:
- To export your metrics on a big range
- To migrate from one datasource to another
Getting Started
Linux
Prerequisites
- nodejs >= 14
Installation
wget https://code.corpglory.net/attachments/b4a8cbe5-7a8d-4260-a423-b0e17de614c5 -O grafana-data-exporter.tar.gz
tar -zxvf grafana-data-exporter.tar.gz
Running
node dist/server.js
Docker
Installation
docker pull corpglory/grafana-data-exporter
Running
docker run -d \
--restart always \
--name grafana-data-exporter \
-p 8000:8000 \
corpglory/grafana-data-exporter
Support and Consulting
Commercial support, professional services or any help — send us your inquiry at ping@corpglory.com
About CorpGlory Inc.
Grafana Data Exporter is developed by CorpGlory Inc., a company which provides high quality software development, data visualization, Grafana and monitoring consulting.