Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)