guychouk / grafana-to-datadog

📊 → 🐶 Convert Grafana's JSON to Datadog's
https://grafana-to-datadog.pages.dev
MIT License
13 stars 1 forks source link

Is there a way to convert datadog dashboard to grafana dashboard? #1

Open 775838893 opened 2 months ago

775838893 commented 2 months ago

Is there a way to convert datadog dashboard to grafana dashboard?

guychouk commented 2 months ago

@775838893 Datadog's JSON schema changes frequently, unlike Grafana's more stable open-source schema. As I didn't need this feature myself, I didn't create a parser for Datadog. However, this project serves as a good POC for how to achieve it. If you want to add this feature, I'll definitely merge it.