- 29 Nov, 2018 2 commits
-
-
removed extra whitespace
Florian Zicklam committed -
Update export_import.md
Carl Bergquist committed
-
- 28 Nov, 2018 7 commits
-
-
Grafana v5.3.4 shows a new checkbox in the export modal "Export for sharing externally". If the checkbox is not checked then the "__inputs" section wont be included into the exported JSON file, would be great to add that note into the documentation for others to avoid confusions.
Omar Alejandro González Rojina committed -
Logging: fix query parsing for selectors with multiple labels
David committed -
- simplify selector parsing - added tests
David Kaltschmidt committed -
Explore: Scan for older logs
David committed -
Leonard Gram committed
-
Ryan McKinley committed
-
fix elastic ng-inject issue in query editor
Torkel Ödegaard committed
-
- 27 Nov, 2018 3 commits
-
-
David Kaltschmidt committed
-
Sometimes log streams dont return any lines for the given range. Would be great to automate the search until some logs are found. - Allow Explore to drive TimePicker via ref - Show `Scan` link in Logs when there is no data - Click on `Scan` sets Explore into scanning state - While scanning, tell Timepicker to shift left - TimePicker change triggers new queries with shifted time range - Remember if query transaction was started via scan - keep scanning until something was found - Manual use of timepicker cancels scanning
David Kaltschmidt committed -
Explore: Filter logs by log level
David committed
-
- 26 Nov, 2018 9 commits
-
-
Remove confusing <> from variable intro
Torkel Ödegaard committed -
The existing intro makes it look like you should use `$<varname>` to refer to a variable. That of course is incorrect, and you should use `$varname`. In my experience using the <> marker around variable names should only be used when there isn't something else explicit to set it off. In this case we have `$`. Below, you can see the <> are also not used, because we have the `[[]]` to set it off. The inconsistency is confusing.
Quentin Hartman committed -
Related to #14182
Leonard Gram committed -
chore: correct pause-all-alerts auth in docs
Marcus Efraimsson committed -
log the actual error if failing to update alert data
Marcus Efraimsson committed -
Daniel Hollcraft committed
-
docs: what's new in v5.4
Marcus Efraimsson committed -
Explore: Fix JS error when switching between 2 prometheus datasources
David committed -
- since the DataQuery rewrite, Explore starts by submitting its queries (Explore cant know if the queries are emtpty) - The datasource intercepts an empty query and returns an empty list of time series, and also no table for the table query. - The query hinter then received no series to analyse and was not guarding against this. - This PR adds this guard.
David Kaltschmidt committed
-
- 23 Nov, 2018 19 commits
-
-
Sort Prometheus range suggestions by length
Torkel Ödegaard committed -
David Kaltschmidt committed
-
Leonard Gram committed
-
Leonard Gram committed
-
David Kaltschmidt committed
-
- add `onToggleSeries` to Explore Graph props - toggling a Logging Graph series from the legend propagates its hidden series to Logs - Logs translates hidden series alias to LogLevels - Logs filters out hidden log levels
David Kaltschmidt committed -
Marcus Efraimsson committed
-
Regression: fix handle of elasticsearch 6.0+ version
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Torkel Ödegaard committed
-
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
Explore: make query field suggestions more robust
David committed -
- drop invalid history items - make highlighter more robust by defaulting to empty string on text to highlight
David Kaltschmidt committed -
flopp999 committed
-
Explore: switching to logging should keep prometheus labels in case o…
David committed -
- add sortText property to range completion items
David Kaltschmidt committed -
Marcus Efraimsson committed
-
Logging's query importer drops all labels that are not common to both datasources. - keep labels if label lookup of logging datasource came back empty - easier to remove labels than having to add them in the first place
David Kaltschmidt committed
-