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 4d1b222334 upd link 11 months ago
.github Create FUNDING.yml 4 years ago
build fix missing version in release version 1 year ago
src fix ordering 11 months ago
.gitignore auto api key configuration 1 year ago
Dockerfile fix dockerfile 1 year ago
README.md upd link 11 months ago
config-example.json auto api key configuration 1 year ago
docker-compose.yml upd compose 1 year ago
package.json 0.7.7 11 months ago
tsconfig.json update all dependencies && switch to yarn 1 year ago
yarn.lock add errors from tsdb-kit to progress (e.g. "Unauthorized. Check the API_KEY") 1 year ago

README.md

Grafana Data Exporter

Server for fetching data from Grafana datasources. You would you use it:

  1. To export your metrics on a big range
  2. To migrate from one datasource to another

Getting Started

Linux

Prerequisites

Installation

wget https://code.corpglory.net/attachments/6020c47c-5fe2-4049-bc1d-cb4c4bc5aa7e -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.