- 14 Jan, 2021 20 commits
-
-
Kyle Brandt committed
-
Agnès Toulet committed
-
* Fix summing of label names for Loki * Add test
Ivana Huckova committed -
* Set min step to 0.1 sec instead of 1 sec * Remove duplicated test * Update * Change minInterval to 1ms * Remove unused import
Ivana Huckova committed -
* processLabels: Use Sets instead of Array * Add and update comment * Limit autocomplete items to 10000 * Remove lookup treshold, limit display of items * Update tests * Add test * Update public/app/plugins/datasource/prometheus/language_provider.ts
Ivana Huckova committed -
* Icons: Adds custom icon support ands new panel and interpolation icons * Removed icon files * updated snapshot * Updates
Torkel Ödegaard committed -
* ReleaseNotes: Updated changelog and release notes for 7.3.7 * Changelog: set everything as bug fixes Co-authored-by: Agnès Toulet <agnes.toulet@gmail.com>
Grot (@grafanabot) committed -
Andrej Ocenas committed
-
* Convert Cloud Monitoring (Stackdriver) Datasource to use Dataframes #29830 * add deeplink into config * omggggggggggggggg this deeplink works! * move unit to the backend part * remove unit from frontend * only set the config fields[1] for deeplink and unit * refactory + fix some test * remove frontend test for unit * adding backend test for unit mapping * resolve review * rewrtie unit logic to do exactly the same as frontend filter * refactory
ying-jeanne committed -
* added support for changing color of series. * removed dependency on internal type.
Marcus Andersson committed -
* AzureMonitor: rename labels for queryType dropdown * Reorder to match original order * Docs: rename query types * Docs: update KQL url * Docs: update Azure Monitor / Log Analytics names * Update documentation to include new name * Docs formatting * Rename Azure Monitor config editor names * update test snapshots
Josh Hunt committed -
* Big improvement to decimals logic is finally working * Removed unused elements from old solution * Updated test
Torkel Ödegaard committed -
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 8 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
-