K-Phoen / dark

(grafana) Dashboards As Resources in Kubernetes
MIT License
428 stars 21 forks source link

logs panel type unsupported by dark-converter #177

Closed automaticgiant-ml closed 2 years ago

automaticgiant-ml commented 2 years ago
2022-08-18T18:04:25Z    WARN    converter/json.go:195   unhandled panel type: skipped   {"type": "logs", "title": "Possible Errors"}
2022-08-18T18:04:25Z    WARN    converter/json.go:195   unhandled panel type: skipped   {"type": "logs", "title": "Full Logs"}
2022-08-18T18:04:25Z    WARN    converter/json.go:195   unhandled panel type: skipped   {"type": "logs", "title": "Debug Logs"}

what else is needed to make this work? i know it was added to grabana, and it might even works on dark, but i'm trying to validate/compare conversion process from existing json dashboard. thanks!

K-Phoen commented 2 years ago

Turns out I was lazy and didn't add support for "logs" panels in the converter. This is now done, and a release should be underway :)