- 10 Dec, 2018 6 commits
-
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Fix time regions using zero hours
Torkel Ödegaard committed -
Allow backslash escaping in custom variables
Carl Bergquist committed -
Use correct variable name in fail text
Carl Bergquist committed -
Claudio Kuenzler committed
-
- 09 Dec, 2018 11 commits
-
-
Fix logs panel meta wrap
Torkel Ödegaard committed -
Explore: Hide scanning again after result was found
Torkel Ödegaard committed -
Explore: Logging dedup tooltips
Torkel Ödegaard committed -
Explore: dont pass all rows to all rows, fixes profiler
Torkel Ödegaard committed -
David Kaltschmidt committed
-
- react profiler seems to evaluate all props of all components down the tree - this becomes slow when 1000 rows are passed to 1000 rows and their labels - use getter function instead to ask for rows on demand
David Kaltschmidt committed -
- use title attribute of toggle button group - add descriptions for all dedup options
David Kaltschmidt committed -
Explore: Fix timepicker inputs for absolute dates
David committed -
- when query result was found, stop scanning - this hides the scan status again
David Kaltschmidt committed -
Add the AWS/SES Cloudwatch metrics of BounceRate and ComplaintRate. …
Torkel Ödegaard committed -
- Timepicker needs to keep from and to internally as strings for the fully controlled inputs - make sure from and to are strings when time is reset
David Kaltschmidt committed
-
- 08 Dec, 2018 3 commits
-
-
AJ West committed
-
AJ West committed
-
Torkel Ödegaard committed
-
- 07 Dec, 2018 20 commits
-
-
Scott Glajch committed
-
Remove Explore > "New tab" from sidebar
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
bergquist committed
-
Add Google Hangouts Chat notifier.
Carl Bergquist committed -
bergquist committed
-
* master: (322 commits) graphInterval needs to update after query execution, fixes #14364 Explore: Parse initial dates Aligned styling of stats popover/box with rest of grafana & minor css refactoring Prometheus: Make result transformer more robust for empty responses Rebase fixes Explore: Logging line parsing and field stats fixed unit tests made unknown color theme aware and sync with graph color, some minor cleanup Explore: improve error handling use render props instead of cloneElement sort of a hacky way to figure if the small variation should be used for the label add basic button group component, using the the same label style as is explore logs styling wip: alternative level styling & hover effect wip: explore logs styling more detailed error message for loki If user login equals user email, only show the email once #14341 UserPicker and TeamPicker should use min-width instead of fixed widths to avoid overflowing form buttons. #14341 wip: explore logs styling restoring monospace & making sure width are correct when hiding columns ...
bergquist committed -
bergquist committed
-
Explore: Parse initial dates
Daniel Lee committed -
Explore: Logging line parsing and field stats
Torkel Ödegaard committed -
Explore: graphInterval needs to update after query execution
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
- parse dates passed from URL - keep everything local time for now
David Kaltschmidt committed -
Prometheus: Make result transformer more robust for empty responses
Daniel Lee committed -
Torkel Ödegaard committed
-
- we don't support tabs yet, might as well remove the entry
David Kaltschmidt committed -
- some prometheus-compatible backends may return `null` instead of empty lists - test for lists before iterating - added tests for empty responses
David Kaltschmidt committed -
Fix quota updating
Torkel Ödegaard committed -
David Kaltschmidt committed
-
Lazily parse lines and display stats for field when clicked on. - log line parsers for JSON (basic), and logfmt - delayed parsing in case user moves to other line - reuse label stats for field stats
David Kaltschmidt committed
-