Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guychouk/grafana-to-datadog
📊 → 🐶 Convert Grafana's JSON to Datadog's
https://github.com/guychouk/grafana-to-datadog
datadog grafana
Last synced: 12 days ago
JSON representation
📊 → 🐶 Convert Grafana's JSON to Datadog's
- Host: GitHub
- URL: https://github.com/guychouk/grafana-to-datadog
- Owner: guychouk
- License: mit
- Created: 2022-02-20T22:18:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T22:21:52.000Z (about 2 years ago)
- Last Synced: 2024-07-30T09:09:50.212Z (3 months ago)
- Topics: datadog, grafana
- Language: JavaScript
- Homepage: https://grafana-to-datadog.pages.dev
- Size: 1.02 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grafana → Datadog
This repository is the source code of [this](https://grafana-to-datadog.pages.dev/) simple website, **which is still a work in progress**.
It is a small utility which runs entirely in your browser for converting Grafana's [Dashboard JSON model](https://grafana.com/docs/grafana/latest/dashboards/json-model/) to a [Datadog dashboard](https://docs.datadoghq.com/dashboards/graphing_json/).
It uses a PromQL parser generated from [this project](https://github.com/kutacoder/promql-parser) to parse the PromQL queries in the panels and convert them to Datadog queries.
![Demo](docs/demo.gif)