1. 03 Dec, 2018 9 commits
  2. 30 Nov, 2018 17 commits
  3. 29 Nov, 2018 11 commits
  4. 28 Nov, 2018 3 commits
    • Update export_import.md · 804bd822
      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
    • Explore: Logging label filtering · c3b67f3a
      - 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
    • Merge pull request #14215 from grafana/davkal/fix-logging-selector-parsing · 8830c133
      Logging: fix query parsing for selectors with multiple labels
      David committed