-
Notifications
You must be signed in to change notification settings - Fork 12.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapshot: use given key and deleteKey #16876
Conversation
Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>
Don't think these 2 keys are supposed to be specified from the outside, they should always be generated. |
Should update the doc? https://grafana.com/docs/http_api/snapshot/#create-new-snapshot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making it possible to specify these keys could be good for an automation standpoint since URLs can be predictable. Many missing pieces to have a good workflow IMO but I dont see the harm in merging this.
* grafana/master: plugins: fix how datemath utils are exposed to plugins (grafana#16976) NewDataSource: Updated page header title fix(prometheus): issue with click label to filter for recording rules in Explore Explore: Removes Promise.All from runQueries thunk (grafana#16957) Chore: Add prometheus basic auth proxy (grafana#16882) Snapshot: use given key and deleteKey (grafana#16876) DataSourcePlugins: more generics improvements (grafana#16965) AddDataSource: Updated page design & categories (grafana#16971) Templating: Support selecting all filtered values of multi-value variable (grafana#16873) Chore: Add Input stories (grafana#16897)
…data * grafana/master: Changelog: Typo guage -> gauge (grafana#16982) TestData: stream via fetch (grafana#16963) plugins: fix how datemath utils are exposed to plugins (grafana#16976) NewDataSource: Updated page header title fix(prometheus): issue with click label to filter for recording rules in Explore Explore: Removes Promise.All from runQueries thunk (grafana#16957) Chore: Add prometheus basic auth proxy (grafana#16882) Snapshot: use given key and deleteKey (grafana#16876) DataSourcePlugins: more generics improvements (grafana#16965) AddDataSource: Updated page design & categories (grafana#16971) Templating: Support selecting all filtered values of multi-value variable (grafana#16873) Chore: Add Input stories (grafana#16897)
* grafana/master: (40 commits) TableData: support name (grafana#16983) Changelog: Typo guage -> gauge (grafana#16982) TestData: stream via fetch (grafana#16963) plugins: fix how datemath utils are exposed to plugins (grafana#16976) NewDataSource: Updated page header title fix(prometheus): issue with click label to filter for recording rules in Explore Explore: Removes Promise.All from runQueries thunk (grafana#16957) Chore: Add prometheus basic auth proxy (grafana#16882) Snapshot: use given key and deleteKey (grafana#16876) DataSourcePlugins: more generics improvements (grafana#16965) AddDataSource: Updated page design & categories (grafana#16971) Templating: Support selecting all filtered values of multi-value variable (grafana#16873) Chore: Add Input stories (grafana#16897) FieldDisplay: Don't use group ui elements in field editors (grafana#16953) GettingStarted: Fixes layout issues, fixes grafana#16926 (grafana#16941) PanelModel: Fix crash after window resize, fixes grafana#16933 (grafana#16942) Singlestat: fixed centering issue for very small panels (grafana#16944) Tests: Adds end-to-end tests skeleton and basic smoke test scenario (grafana#16901) Chore: Replaces moment with Grafanas DateTime (grafana#16919) InfluxDB: Fix HTTP method should default to GET (grafana#16949) ...
* grafana/master: (40 commits) TableData: support name (grafana#16983) Changelog: Typo guage -> gauge (grafana#16982) TestData: stream via fetch (grafana#16963) plugins: fix how datemath utils are exposed to plugins (grafana#16976) NewDataSource: Updated page header title fix(prometheus): issue with click label to filter for recording rules in Explore Explore: Removes Promise.All from runQueries thunk (grafana#16957) Chore: Add prometheus basic auth proxy (grafana#16882) Snapshot: use given key and deleteKey (grafana#16876) DataSourcePlugins: more generics improvements (grafana#16965) AddDataSource: Updated page design & categories (grafana#16971) Templating: Support selecting all filtered values of multi-value variable (grafana#16873) Chore: Add Input stories (grafana#16897) FieldDisplay: Don't use group ui elements in field editors (grafana#16953) GettingStarted: Fixes layout issues, fixes grafana#16926 (grafana#16941) PanelModel: Fix crash after window resize, fixes grafana#16933 (grafana#16942) Singlestat: fixed centering issue for very small panels (grafana#16944) Tests: Adds end-to-end tests skeleton and basic smoke test scenario (grafana#16901) Chore: Replaces moment with Grafanas DateTime (grafana#16919) InfluxDB: Fix HTTP method should default to GET (grafana#16949) ...
Which issue(s) this PR fixes:
Fixes #16742