- 30 Nov, 2018 2 commits
-
-
Minamiya_Natsuki committed
-
add notice to MacOS Docker user, if docker memory limit is less than 2GiB, build process may fail when run ./node_modules/.bin/grunt build
Minamiya_Natsuki committed
-
- 29 Nov, 2018 6 commits
-
-
Explore: Logging label filtering
David committed -
removed extra whitespace
Carl Bergquist committed -
added google_tag_manager_id from defaults.ini
Carl Bergquist committed -
Florian Zicklam committed
-
removed extra whitespace
Florian Zicklam committed -
Update export_import.md
Carl Bergquist committed
-
- 28 Nov, 2018 8 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 -
- adds a custom label renderer to Logs viewer in Explore - labels are no longer treated as strings, they are passed as parsed objects to the log row - label renderer supports onClick handler for an action - renamed Explore's `onClickTableCell` to `onClickLabel` and wired up log label renderers - reuse Prometheus `addLabelToSelector` to modify Logging queries via click on label - added tests to `addLabelToSelector`, changed to include the surrounding `{}` - use label render also for common labels in the controls panel - logging meta data section has now a custom renderer that can render numbers, strings, and labels - style adjustments
David Kaltschmidt 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 12 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
-