SkillAgentSearch skills...

Converter

Convert a Grafana Dashboard to OpenObserve

Install / Use

/learn @kubserv/Converter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Converter

Convert a Grafana Dashboard to OpenObserve

Example Image

Usage

  • Generate the OpenObserve dashboard go run main.go -input <file_to_grafana_dashboard.json> -output <output.json>
  • Import the <output.json> Dashboard in OpenObserve

Caveats

Please note that this is still an early prototype. It has successfuly converted multiple dashboards, but you will have to do some manual clean-up, like:

  • remove obsolete dynamic variables
  • clean up some PromQL queries
  • change chart type
  • no Tabs (everything is in Default). I plan to convert Grafana "row"s to OpenObserve tabs.

Right now I don't think that it's possible to perfectly convert a Grafana dashboard to OpenObserve, because Grafana has much more chart configuration options right now.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated4mo ago
Forks0

Languages

Go

Security Score

72/100

Audited on Nov 7, 2025

No findings