Skip to content

feat: grafana uuid handling#843

Merged
cgrinds merged 3 commits into
mainfrom
rg2-grafana-uuid
Feb 9, 2022
Merged

feat: grafana uuid handling#843
cgrinds merged 3 commits into
mainfrom
rg2-grafana-uuid

Conversation

@rahulguptajss
Copy link
Copy Markdown
Contributor

No description provided.

@cla-bot cla-bot Bot added the cla-signed label Feb 9, 2022
@rahulguptajss rahulguptajss linked an issue Feb 9, 2022 that may be closed by this pull request
Comment thread cmd/tools/grafana/grafana.go Outdated
Cmd.PersistentFlags().StringVarP(&opts.datasource, "datasource", "s", grafanaDataSource, "Grafana datasource for the dashboards")
Cmd.PersistentFlags().BoolVarP(&opts.variable, "variable", "v", false, "Use datasource as variable, overrides: --datasource")
Cmd.PersistentFlags().BoolVarP(&opts.useHttps, "https", "S", false, "Use HTTPS")
Cmd.PersistentFlags().BoolVarP(&opts.overwrite, "overwrite", "o", false, "Allow dashboard overwrite")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think this is any clearer for usage text?

Overwrite existing dashboard with same title

@cgrinds cgrinds merged commit 66ae881 into main Feb 9, 2022
@cgrinds cgrinds deleted the rg2-grafana-uuid branch February 9, 2022 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Making dashboards compatible with grafana-API

2 participants