- 14 Aug, 2018 3 commits
-
-
Sven Klemm committed
-
Sven Klemm committed
-
Sven Klemm committed
-
- 09 Aug, 2018 11 commits
-
-
Sven Klemm committed
-
Sven Klemm committed
-
Sven Klemm committed
-
Sven Klemm committed
-
This adds an option to the postgres datasource config for timescaledb support. When set to auto it will check for timescaledb when testing the datasource. When this option is enabled the $__timeGroup macro will use the time_bucket function from timescaledb to group times by an interval. This also passes the datasource edit control to testDatasource to allow for setting additional settings, this might be useful for other datasources aswell which have optional or version dependant features which can be queried.
Sven Klemm committed -
Leonard Gram committed
-
Dan Cech committed
-
Dan Cech committed
-
Dan Cech committed
-
Lorenz Brun committed
-
This Dockerfile allows anyone with a recent version of Docker to quickly build a fully working Grafana container without any local build tooling. Pulling the sources from Git and calling `docker build .` is enough.
Lorenz Brun committed
-
- 08 Aug, 2018 9 commits
-
-
* Explore: Query hints for prometheus - time series are analyzed on response - hints are shown per query - some hints have fixes - fix rendered as link after hint - click on fix executes the fix action * Added tests for determineQueryHints() * Fix index for rate hints in explore
David committed -
[skip ci]
Marcus Efraimsson committed -
Add fill mode to fill in previously seen value when point is missing to SQL datasources
Marcus Efraimsson committed -
Marcus Efraimsson committed
-
Fixing bug in url query reader and added test cases
Marcus Efraimsson committed -
[skip ci]
Marcus Efraimsson committed -
Fix issue with secret fields after updating datasource
Marcus Efraimsson committed -
fix missing *
Marcus Efraimsson committed -
tariq1890 committed
-
- 07 Aug, 2018 17 commits
-
-
The missing * causes the text to be in the box to be displayed incorrectly.
Ben de Luca committed -
Sven Klemm committed
-
Sven Klemm committed
-
Explore: prometheus query helpers
David committed -
Marcus Efraimsson committed
-
- use color variables for cascader styles - fix Table value type
David Kaltschmidt committed -
[skip ci]
Marcus Efraimsson committed -
WIP: Fit panels to screen height
Marcus Efraimsson committed -
Tobias Skarhed committed
-
Tobias Skarhed committed
-
- load all histogrammable metrics on start, based on `{le!=''}` series query - select dropdown shows all those metrics as well as histograms in a special group - select a metric will write fill the metric in the query box - if a histogram is chosen, it will write a complete `histogram_quantile` query - added new dependency: rc-cascader
David Kaltschmidt committed -
- clears the content of a query row
David Kaltschmidt committed -
- Clear All button to clear all queries and results - moved result viewer buttons below query rows to make it more clear that they govern result options
David Kaltschmidt committed -
Explore: show message if queries did not return data
David committed -
- every result viewer displays a message that it received an empty data set
David Kaltschmidt committed -
- position was determined by SPACE, but Prometheus selectors can contain spaces - added negative lookahead to check if space is outside a selector - moved braces plugin into PromQueryField since braces are prom specific
David committed -
Torkel Ödegaard committed
-