ryan
909d425008
cleanup plugin versions
2019-03-05 23:40:03 -08:00
Torkel Ödegaard
5548aa7c05
Merge pull request #15799 from grafana/15614_fix
...
use default min interval of 1m for sql datasources
2019-03-05 18:37:51 +01:00
Daniel Lee
fe1c204d4a
Merge pull request #15290 from mtanda/prometheus_label_names_query
...
(prometheus) support /api/v1/labels
2019-03-05 15:45:14 +01:00
Marcus Efraimsson
df60804937
use default min interval of 1m for sql datasources
2019-03-05 15:03:15 +01:00
Peter Holmberg
ee4df15526
moving
2019-03-05 13:55:29 +01:00
Torkel Ödegaard
0016ad2cb3
Merge pull request #15774 from ryantxu/set-options
...
Rename PanelEditorProps.onChange to onOptionsChange
2019-03-05 09:11:56 +01:00
ryan
3d16528459
use onOptionsChange
2019-03-04 12:35:24 -08:00
ryan
251008f590
use replaceVariables rather than onInterpolate
2019-03-04 11:44:38 -08:00
ryan
77d709d9df
use updateOptions rather than onChange
2019-03-04 11:21:05 -08:00
Torkel Ödegaard
7540527010
Merge pull request #15612 from jsferrei/upstream_stacking_fix
...
Toggle stack should trigger a render, not a refresh
2019-03-04 10:54:36 +00:00
David Kaltschmidt
539333bb01
Explore: Enable click on name label
...
- click on the name label in a prometheus table was disabled
- it was disabled because every query used to have a metric which is no
longer true
- this change enables it
2019-02-26 14:21:46 -08:00
Jon Ferreira
0bdca7957a
Toggle stack should trigger a render, not a refresh
2019-02-25 11:29:34 -05:00
Leonard Gram
ccc97ed649
Merge pull request #15634 from grafana/15621-series-overrides
...
graph: fixes click after scroll in series override menu
2019-02-25 12:50:06 +01:00
Daniel Lee
e76655df43
graph: fixes click after scroll in series override menu
...
Makes changes to dropdown-typeahead2 so that a css
class for the button can be passed in. Means it can
be used instead of dropdown-typeahead.
Switches to using dropdown-typeahead2 for series_overrides
directive and for the influxdb, mysql and postgres datasources
as it already contains a fix for this issue.
This commit also fixes the index property which
was set using an incorrectly spelled length property in the
series_overrides directive.
Closes #15621
2019-02-25 02:11:28 +01:00
Daniel Lee
35fc0c5329
stackdriver: change reducer mapping for distribution metrics
...
- Distribution metrics are now mapped to more reducers
when the metric kind is cumulative.
- The witdth of the metrics dropdown is now much wider.
- Changed the text from Select Aggregation to Select Reducer
to line up with the UI in Stackdriver.
2019-02-24 17:44:15 +01:00
Valentin Agachi
425636ff70
Improve Loki logs render with ANSI colors ( #15558 )
...
* Improve Loki logs render with ANSI colors
* fixup! Improve Loki logs render with ANSI colors
* fixup! Improve Loki logs render with ANSI colors
* fixup! Improve Loki logs render with ANSI colors
2019-02-22 13:13:10 +01:00
Johannes Schill
5054e841ba
Merge pull request #15551 from grafana/15281-dashboard2explore
...
fix: Filter out values not supported by Explore yet #15281
2019-02-21 16:38:32 +01:00
Marcus Efraimsson
d8e655bbcf
fix: mysql query using __interval_ms variable throws error
...
fixes #14507
2019-02-21 10:25:52 +01:00
Dominik Prokop
f28cc871e1
Fix build
2019-02-21 09:09:24 +01:00
Torkel Ödegaard
20a03db144
Merge pull request #15510 from grafana/fix/graphite-func-editor
...
Display graphite function name editor in a tooltip
2019-02-20 10:48:08 +01:00
Johannes Schill
6f9edf4a22
fix: Filter out values not supported by Explore yet #15281
2019-02-19 16:43:39 +01:00
Dominik Prokop
88a46e6dd4
Bump Prettier version ( #15532 )
...
* Fix prettier version to 1.16.4
2019-02-19 15:41:35 +01:00
Torkel Ödegaard
5b1cf9c94f
Merge pull request #15530 from grafana/graph2-using-reactpanelplugin
...
graph2 should use ReactPanelPlugin from @grafana/ui
2019-02-19 12:08:02 +01:00
Johannes Schill
8876d17dc0
chore: graph2 panel plugin should use the new ReactPanelPlugin from @grafana/ui
2019-02-19 11:00:23 +01:00
Marcus Efraimsson
56136a5396
fix native annotation filtered by template variable with pipe
2019-02-18 22:54:45 +01:00
Dominik Prokop
1069d7f5b1
Display graphite function name editor in a tooltip
2019-02-18 17:55:38 +01:00
Torkel Ödegaard
abddb442a1
Changed how react panels store their options ( #15468 )
...
Changed how react panels store their options
* Added a ReactPanelPlugin as the interface that react panels export, this way react panels have clearer api, and gives us hooks to handle migrations and a way for panel to handle panel changes in the future
* Moved gauge value options into a sub oject and made editor more generic, will be moved out of gauge pane later and shared between singlestat, gauge, bargauge, honecomb
* Also remove nested options prop that was there due to bug
* Added missing Gauge props
* Fixed gauge issue that will require migration later and also value options editor did not handle null decimals or 0 decimals
* Fixed unit tests
* More fixes for react panels
2019-02-18 11:41:14 +01:00
Torkel Ödegaard
124b3486eb
Merge branch 'master' into 15330-vizpicker-red-when-0-hits
2019-02-13 14:49:11 +01:00
Torkel Ödegaard
cfea8bdcae
Prettier had not been running as a precommit hook for some time so had to run in on all files again
2019-02-13 11:14:53 +01:00
Torkel Ödegaard
88ef2e1d32
Fixed a minor plugin json lingering issue
2019-02-12 18:31:35 +01:00
Torkel Ödegaard
5708660893
Updated a few plugin json files with dataFormats
2019-02-12 16:15:05 +01:00
Torkel Ödegaard
a1453607a9
Changed noQueries to a dataFormats array that will allow a panel to define supported formats and prefered (first in array)
2019-02-12 16:05:29 +01:00
Johannes Schill
075fb8e91c
chore: Rename isDataPanel to noQueries
2019-02-12 12:28:53 +01:00
Johannes Schill
c4b2dcefbe
feat: Introduce IsDataPanel attribute to plugin.json
2019-02-12 12:28:53 +01:00
Johannes Schill
0811fbd6d0
fix: Add missing typing
2019-02-12 12:28:52 +01:00
Daniel Lee
1c364b57b5
Merge pull request #15353 from grafana/14623-azure-monitor-alerting
...
Adds alerting for the Azure Monitor API in the Azure Monitor datasource
2019-02-11 15:16:32 +01:00
Daniel Lee
52fe6b0316
Merge pull request #15198 from CorpGlory/azure-monitor-refactor-#15087
...
Azure Monitor: refactor #15087
2019-02-11 14:19:42 +01:00
Daniel Lee
22d64a8c2a
Merge pull request #15301 from grafana/azure-monitor-autocomplete
...
Azure Monitor: improve autocomplete for Log Analytics and App Insights editor
2019-02-11 14:06:43 +01:00
Marcus Efraimsson
b9c36e5301
make sure opentsdb takes dashboard timezone into consideration
2019-02-11 13:13:38 +01:00
Marcus Efraimsson
519dfd0899
make sure influx takes dashboard timezone into consideration
2019-02-11 13:11:56 +01:00
Marcus Efraimsson
37a73b6b35
make sure graphite takes dashboard timezone into consideration
2019-02-11 12:04:27 +01:00
Torkel Ödegaard
e75e69a709
Commented out the Loki dashboard query editor
2019-02-11 10:27:04 +01:00
Marcus Efraimsson
75f89ecf1f
Merge pull request #14888 from bugficks/8570-mysql-ssl-datasource
...
MySQL SSL CA in datasource connector
2019-02-11 09:00:18 +01:00
Marcus Efraimsson
bd48408e2d
Merge pull request #15215 from thatsparesh/13324-mssql-pass-timerange-for-template-variable-queries
...
mssql: pass timerange for template variable queries
2019-02-11 08:36:47 +01:00
thatsparesh
105879ab5d
use timeSrv in metricFindQuery as timeRange
2019-02-09 14:57:20 -06:00
Daniel Lee
10194df112
azuremonitor: simple alerting for Azure Monitor API
...
Lots of edge cases and functionality left to implement but
a simple query works for alerting now.
2019-02-08 18:15:17 +01:00
Torkel Ödegaard
5436c28448
Minor refactoring around theme access
2019-02-08 15:38:45 +01:00
Dominik Prokop
ac50d2b31f
Merge branch 'master' into core/theming
2019-02-07 14:20:53 +01:00
Mitsuhiro Tanda
d46bf75293
support /api/v1/labels
2019-02-07 13:59:42 +09:00
Dominik Prokop
7eb2558fc5
Fix issue with graph legend color picker disapearing on color selection
2019-02-06 15:06:27 +01:00