grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API

Home Page:https://grafana.github.io/grizzly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshots should have a title, instead of "Unnamed snapshot"

robbat2 opened this issue · comments

Snapshots are generated with a title of Unnamed snapshot

I suggest a default of {{.title}}, with an option to customize the title, which would be esp. useful for use in CI workflows:

grr preview --name "CI-PR 1234: {{.title}}" -t Dashboard.... ...