- 14 Jan, 2021 8 commits
-
-
The current backend code doesn't honor the minimum interval set in the UI for alerts using the Elasticsearch data source. This means that the data the alerts are triggering against will never match the data in the visualization if auto is used in the date histogram as interval. This fixes the problem to make sure that date histogram auto interval is set according to min interval set in UI for the query or fallback to data source min interval setting. Fixes #22082 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Chris Cowan committed -
Torkel Ödegaard committed
-
* CODEOWNERS: Make backend squad owners of backend style guidelines Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Arve Knudsen committed -
* Auth: Add Content-Type to SigV4 header allowlist * add MT headers to permitted headers * add Kibana API header to allowlist * add Content-Length header to allow list
Will Browne committed -
* Grafana-UI: Add story/docs for FilterPill * Grafana-UI: Update args
Alex Khomenko committed -
* Grafana-UI: Add story/docs for Counter * Grafana-UI: Fix naming
Alex Khomenko committed -
* Backend style guide: Document JSON guidelines Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Leon Sorokin committed
-
- 13 Jan, 2021 12 commits
-
-
* Update prometheus.md * Update docs/sources/datasources/prometheus.md Co-authored-by: Dan Cech <dcech@grafana.com> * Update prometheus.md Co-authored-by: Dan Cech <dcech@grafana.com>
Diana Payton committed -
Example `ec2_instance_attribute(default, InstanceId, { 'tag:Environment': ['production'] });` will cause `SyntaxError: Unexpected token ' in JSON at position 2`
Tomo Wang committed -
- also add Get by UID+OrgID to datasource cache - Refactor backend commands for Delete and Get to be unified
Kyle Brandt committed -
Diana Payton committed
-
* get meta data from dataframe meta * gmdMeta is not used anymore * wip: move deep link creation to backend * Refactor backend. Remove not used front end code * Unit test deep links. Remove not used frontend tests * remove reference to gmdmeta * fix goimports error * fixed after pr feedback * more changes according to pr feedback * fix lint issue * fix bad math expression check and fix bad test * Decrease nesting * put link on first data field only
Erik Sundell committed -
* QueryMetricsV2: Stream response Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * API: Use jsoniter instead of standard JSON package Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
Tom Wilkie committed -
Erik Sundell committed
-
Agnès Toulet committed
-
runRequest: Fixes issue with request time range and time range returned to panels are off causing data points to be cut off (outside) (#30227) * runRequest: Fixes issue with request time range and time range returned to panels are off causing data points to be cut off (outside) * Updated test
Torkel Ödegaard committed -
Giordano Ricci committed
-
* Add sigv4 overview and links to AWS docs * minor wording tweak * Update prometheus.md * move supported version in Prometheus-AMP docs Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * move supported version Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * move version support note Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Mitch Seaman committed
-
- 12 Jan, 2021 16 commits
-
-
Diana Payton committed
-
Diana Payton committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Minor changes * Print Node.js and toolkit versions when building
Steven Vachon committed -
* chore(packages): bump all rollup dependencies * chore: refresh yarn.lock * build(rollup): remove namedExports from config * chore(packages): downgrade rollup so grafana-ui builds
Jack Westbrook committed -
* Backend style guide: Document database patterns Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Wording Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Avoid stacked headings Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Legends: Refactoring and rewrites of legend components to simplify components & reuse * Removed onSeriesAxisToggle * More removal of onSeriesAxisToggle and storybook improvements * Added story with legend values * Move table legend styles from inline to defined in stylesFactory * Update styles * Change to circle * Updated style to fat line * Rename to VizLegend * More renamed and fixes / polish * Removed imports * Minor change * Updates * Updates
Torkel Ödegaard committed -
Steven Vachon committed
-
* extracting the field config registry factory method into its own module. * added docs comment.
Marcus Andersson committed -
* LibraryPanels: adds connections * Chore: testing signing verification * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/librarypanels_test.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: changes after PR comments * Chore: changes after PR comments Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
Torkel Ödegaard committed
-
* Variables: Add deprecation warning for value group tags * Removed style changes, moving to seprate PR * Update docs/sources/variables/variable-value-tags.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/variables/variable-value-tags.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Torkel Ödegaard committed -
* GraphNG: Hide grid for right-y axis * Correct fix so it works if you just a right x-axis * Removed import
Torkel Ödegaard committed -
* Middleware: Add support for CSP Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored by @iOrcohen
Arve Knudsen committed -
* Updated image links to have newer format. * Fixed numbering.
achatterjee-grafana committed
-
- 11 Jan, 2021 4 commits
-
-
Diana Payton committed
-
* Added 2 image links. * Fixed a typo * Fixed one more typo * Added images to the "Share a panel" and "Share a dashboard" topics. * Updated title of the section on panel embed. * Update docs/sources/sharing/share-dashboard.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Fixed numbering. Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
Diana Payton committed
-
Torkel Ödegaard committed
-