- 09 Aug, 2018 4 commits
-
-
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 19 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
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
- 06 Aug, 2018 8 commits
-
-
Explore: Add history to query fields
David committed -
* build: makes the grafana docker image smaller. * build: branches and PR:s builds the docker image.
Leonard Gram committed -
Mssql: add logo
Marcus Efraimsson committed -
unix socket docs
Marcus Efraimsson committed -
Leonard Gram committed
-
- _.reverse() was modifying state.history
David Kaltschmidt committed -
- queries are saved to localstorage history array - one history per datasource type (plugin ID) - 100 items kept with timestamps - history suggestions can be pulled up with Ctrl-SPACE
David Kaltschmidt committed -
dadosch committed
-