- 20 May, 2020 12 commits
-
-
First example of the use of a variable in influxdb query should not use a regex query but a simple one. A first time influxdb user (like me) could think that the proper way to use variable in a dashboard template is to use regex query, but it's not true. Also "=~ /$region/" may be erroniously thought identical to "= '$region'" while instead "=~ /^$region$/" is identical to "= '$region'", and for that type of query is useless (if not slower) use a regex query.
Alcarin committed -
Mohit Nain committed
-
* Fixes dashboard links by tags not working * removes code duplication
Kamal Galrani committed -
Ryan McKinley committed
-
* Remove beta text from What is new in Grafana 7 * Update docs/sources/guides/whats-new-in-v7-0.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Ivana Huckova committed -
Signed-off-by: Richard Hartmann <richih@richih.org>
Richard Hartmann committed -
Diana Payton committed
-
Caleb Collins-Parks committed
-
Diana Payton committed
-
Diana Payton committed
-
* Alerting: Adds support for multiple URLs in Alertmanager notifier Adds support for multiple URLs in Alertmanager notifier following alertmanager documentation for high availability setup. Update the documentation for alertmanager notifier. Closes #24195 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: bergquist <carl.bergquist@gmail.com>
Victor Coutellier committed -
crazyscience committed
-
- 19 May, 2020 15 commits
-
-
* The URL variables link returned a 404 Im not quite sure if what i put down is the right syntax - but im trying to help and get that link updated to https://grafana.com/docs/grafana/latest/variables/url-variables/ * Update docs/sources/linking/data-links.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
john159753 committed -
Diana Payton committed
-
* Explore: fix undo in query editor * Add e2e test for regression
Zoltán Bedi committed -
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Carl Bergquist committed -
Now just displays query expression rather than stringified JSON
kay delaney committed -
Pandelis Zembashis committed
-
* Add docs for trace view, jaeger and zipkin * Update docs/sources/features/datasources/jaeger.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/jaeger.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/jaeger.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/zipkin.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/zipkin.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/zipkin.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/zipkin.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update data source docs * Update docs/sources/features/explore/index.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Split trace UI description across multiple sections * Update docs/sources/features/datasources/jaeger.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Update docs/sources/features/datasources/jaeger.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * Add screenshots * Fix image params * Fix params Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Andrej Ocenas committed -
Rob Russo committed
-
* Add SelectoOrgPage * Remove old code * Remove import
Tobias Skarhed committed -
* Remove beta info from what's new in 6.7 * Remove white space edits
Ivana Huckova committed -
* TablePanel: Adding sort order persistance * adds panel test dashboard for table panel
Torkel Ödegaard committed -
Marcus Olsson committed
-
Marcus Olsson committed
-
* Core: add location option to parse timerange * Extensions: add go-datemath to not break Enterprise
Agnès Toulet committed -
Sofia Papagiannaki committed
-
- 18 May, 2020 13 commits
-
-
Andrew Rodgers committed
-
* Correction in abbreviation * Minor correction in abbreviation * Correcting abbreviation * Correction in abbreviation * Correcting abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update stack_guide_graphite.md * Update whats-new-in-v4-6.md * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update ldap.md * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Correction in abbreviation * Update docs/sources/guides/whats-new-in-v5.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Amal committed -
* Update menu.yaml * Update menu.yaml * Update whats-new-in-v7-0.md * Revert "Update whats-new-in-v7-0.md" This reverts commit ca7a0e5a16533dc0614ba870716fd69c77825fe2. * Update menu.yaml * fixing links * added data-links to menu, deleted old topic * Update docs/sources/menu.yaml Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net> * Update menu.yaml * Update menu.yaml * Delete links.md Co-authored-by: Marcus Olsson <accounts+github@marcus.se.net>
Diana Payton committed -
Daniel Lee committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
Julien Pivotto committed -
Signed-off-by: Richard Hartmann <richih@richih.org>
Richard Hartmann committed -
* refactor aliasBy and PopoverCtrl components * refactor Aggregations component * refactor MetricSelect component * refactor UserProvider * popoverCtr: remove redundant logic * simplified the MetricsSelect a bit. * skipping testing of internal component logic. * changed to componentWillMount. * changed elapsed time to a functional component. * rewrote the tests. * fixed missing test title. * fixed a tiny issue with elapsed time. * rename of field. Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Boyko committed -
* Grafana v7.0 changelog update * enterprise changelog * docs: white-labeling login title and subtitle * Add backend plugins breaking change regarding plugin signing * Update CHANGELOG.md Co-authored-by: Kyle Brandt <kyle@grafana.com> * Update docs/sources/installation/upgrading.md Co-authored-by: Kyle Brandt <kyle@grafana.com> * Update docs/sources/installation/upgrading.md Co-authored-by: Leonard Gram <leo@xlson.com> Co-authored-by: Kyle Brandt <kyle@grafana.com>
Marcus Efraimsson committed -
Marcus Andersson committed
-
Marcus Efraimsson committed
-
Diana Payton committed
-
Josh Soref committed
-