- 15 Jan, 2021 17 commits
-
-
Ryan McKinley committed
-
* grafana-cli: Fix security issue Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * grafana-cli: Add and improve tests Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Pass skipCache from context * Use macaron Params instead of ParamsEscape for UIDs * Modify queries and transform to get datasource UIDs * Update github.com/grafana/grafana-plugin-sdk-go to v0.83.0
Sofia Papagiannaki committed -
Zoltán Bedi committed
-
* Fix typos * Query exemplars API * Add link to traceID * Update exemplar to show more information Reduce exemplars density * Fix typos * Query exemplars API * Add link to traceID * Update exemplar to show more information Reduce exemplars density * Update GraphNG legend type * Show new graph component in Explore * Add exemplar annotation a design update * Graph panel not to show red line annotation Exemplar plugin to use y value * Address review comments * Density filter for exemplars * Update schema of exemplars * Density filter with y-value sampling * Enforce axis scales to include 0 * Changes after merge with master * Show metrics when there is no result * Decorators tests fix * ExemplarMarker to receive component prop * Remove context menu from explore graph * Add color to graph * Update explore graph panel * Update graph config to use default values * Fix data source tests * Do not show exemplars outside of graph * Add exemplars switch * Fix typos * Add exemplars query only when enabled * Show graph in explore without filling it * Update exemplars plugin y value scale selection * Update tests * Add data source picker for internal linking * Increase pointSize for better visibility * Fix explore e2e test * Fix data link title variable interpolation * Use new switch component in PromExemplarField * Move FieldLink component to new file * Convert exemplar to datalink * Add legend toggling logic to Explore * Add legend toggling to Explore * Address Ivana's feedback * Address Andrej's comments * Address Gio's feedback * Add tests for result_transformer * Fix eslint issues * Change sampler formula for better readability Co-authored-by: David Kaltschmidt <david@leia.lan> Co-authored-by: David Kaltschmidt <david@leia.fritz.box> Co-authored-by: David Kaltschmidt <david.kaltschmidt@gmail.com>
Zoltán Bedi committed -
Bogdan Matei committed
-
Grot (@grafanabot) committed
-
Table: Fixes BarGauge cell display mode font size so that it is fixed to the default cell font size (#30303)
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
Alexander Zobnin committed
-
* Chore: moves common and response into separate packages * Chore: moves common and response into separate packages * Update pkg/api/utils/common.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: changes after PR comments * Chore: move wrap to routing package * Chore: move functions in common to response package * Chore: move functions in common to response package * Chore: formats imports Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Hugo Häggmark committed -
Dominik Prokop committed
-
* feat(tablepanel): add migration button to old table panel config * feat(tablepanel): migrate old table transformations * feat(tablepanel): migrate old styles to config overrides * feat(tablepanel): migrate catch all style override to panel defaults * refactor(tablepanel): clean up typings * refactor(tablepanel): base threshold as -Infinity * feat(tablepanel): migrate align to new table config overrides * feat(tablepanel): migrate links to new table overrides * refactor(tabelpanel): clean up threshold migrations * feat(tablepanel): introduce table transform to merge * feat(tablepanel): add note informing user to manually update links with cell values
Jack Westbrook committed -
Adds support to the terms aggregation for ordering by percentiles and extended stats. Closes #5148 Co-authored-by: Giordano Ricci <grdnricci@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Chris Cowan committed -
Torkel Ödegaard committed
-
* StatsPickerEditor - add more config to the options ui * Show calcs in the legend * Refactor the way legend items are created * Progress on refresh * Migration update * Use human-readable names in the legend stats * Disable pointer cursor in table header
Dominik Prokop committed -
* Grafana-UI: Remove sass * Grafana-UI: Add story/docs
Alex Khomenko committed
-
- 14 Jan, 2021 23 commits
-
-
Joan López de la Franca Beltran committed
-
Ivana Huckova committed
-
Joan López de la Franca Beltran committed
-
* Update getting-started.md Added language for people to start with Grafana Cloud * Update docs/sources/getting-started/getting-started.md * Update docs/sources/getting-started/getting-started.md * Update docs/sources/getting-started/getting-started.md * Updated the verbiage about Grafana Cloud to be a note for greater prominence. * Fixed a typo * Update docs/sources/getting-started/getting-started.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com> Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Scott Fingerhut committed -
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
-