Matt Toback
15e369ec02
First pass of getting started panel for home dashboard
2016-11-02 17:21:11 -04:00
Julien Pivotto
d1eb7e5fcd
Allow to set current on graph panel
...
Refs #6335
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2016-10-20 21:13:32 +02:00
Ben RUBSON
d1e8418c74
Correct tooltip timestamp ( #6283 )
...
Corrects #6275 , follows #6211
2016-10-15 08:02:07 +02:00
Torkel Ödegaard
c9d7eb0a7a
feat(alerting): added clear history button to alert state history view, #6244
2016-10-14 09:33:42 +02:00
Torkel Ödegaard
44f064392d
feat(alerting): different colored lines/icons for alert annotations based on state, #6244
2016-10-13 15:22:54 +02:00
Torkel Ödegaard
0bae12e4ae
change(graph): Changed default for stack hover value
2016-10-12 11:21:23 +02:00
Torkel Ödegaard
3d593492c9
fix to text panel and transparent mode
2016-10-12 07:04:53 +02:00
Ben RUBSON
f7124f1638
Patch: 4 tooltip bugs ( #6211 )
...
* Order tooltip by yaxis by default
solves #6174
* typo
* Avoid sorting multiple times
and evaluate series.yaxis.n as it may not exist.
* typo
* typo
* typo
* Tooltip values loose their format when reordered
solves #6208
* Hover the correct point
* Make tooltip sort happy with hidden series
2016-10-11 13:53:49 +02:00
bergquist
04f417a423
feat(alerting): enabled by default. configurable elert engine
...
closes #6210
2016-10-10 13:09:16 +02:00
Torkel Ödegaard
cc1452277b
added testdata scenario for null data and stacking, also updated testdata dashbord, #2912
2016-10-06 10:53:42 +02:00
Torkel Ödegaard
7c339f0794
feat(alerting): show alertin state in panel header, closes #6136
2016-09-30 17:37:47 +02:00
Torkel Ödegaard
88ec307f3e
fix(graph panel): fixed issue with graph axis labels
2016-09-28 21:39:51 +02:00
Alexander Zobnin
c2856926aa
fix(graph): fix X axis value selection. ( #6145 )
2016-09-28 21:29:51 +02:00
Torkel Ödegaard
3ecd96e682
feat(testdata): lots of work on new test data data source and scenarios
2016-09-27 18:17:39 +02:00
Torkel Ödegaard
ade8aa5b92
feat(graph): refactorings
2016-09-27 14:47:04 +02:00
Torkel Ödegaard
34f15d92d0
feat(testdata): worked on testdata app
2016-09-27 14:39:51 +02:00
Torkel Ödegaard
81cb4a740b
refactor(graph): progress on graph panel work
2016-09-26 17:25:29 +02:00
Torkel Ödegaard
40e6317b7b
feat(graph): refactoring
2016-09-26 14:04:13 +02:00
Torkel Ödegaard
acfde82c0a
refactor(graph): js -> typescript refactoring
2016-09-26 13:55:42 +02:00
Torkel Ödegaard
5682520603
feat(graph): more work on graph panel and support for non time series
2016-09-24 13:08:58 +02:00
Torkel Ödegaard
cd270f14a2
feat(graph): more work on graph panel and support for non time series
2016-09-23 17:12:10 +02:00
Torkel Ödegaard
f2f3115749
feat(graph panel): more progress on graph panel and non time series data support
2016-09-22 16:47:37 +02:00
Torkel Ödegaard
6cd4db12c7
feat(graph panel): refactoring axes tab options into it's own component
2016-09-22 16:19:44 +02:00
Torkel Ödegaard
23246605b0
feat(graph panel): working on adding non time series support to graph panel
2016-09-22 16:05:20 +02:00
Torkel Ödegaard
f3d4a97f49
Merge branch 'master' into graph-panel-non-timeseries
2016-09-22 14:03:06 +02:00
Torkel Ödegaard
dc3b614749
fix(submenu): fixed issue with submenu and annotation display, and annotation issue in table panel
2016-09-21 13:45:26 +02:00
Torkel Ödegaard
8b90eedb35
feat(table): table options tab form layout changes
2016-09-21 11:23:39 +02:00
Torkel Ödegaard
7c10af012e
feat(singlestat): slight layout changes to options tab
2016-09-21 10:56:17 +02:00
Alexander Zobnin
392976981c
fix(table panel): update Table Panel options tab styles. ( #6087 )
2016-09-21 07:40:12 +02:00
Alexander Zobnin
159a8bf734
fix(singlestat): update singlestat options tab styles. ( #6084 )
2016-09-20 15:29:10 +02:00
Alexander Zobnin
e926b01185
Bug fixes for flexible Y-Min and Y-Max settings ( #6066 )
...
* fix(flexible_y-min/max): fixed negative values support and added tests for this.
* fix(flexible_y-min/max): fixed issue with Y-Min and Y-Max values stored as numbers.
Issue: panels with configured Y-Min and Y-Max don't display anything
after upgrade.
2016-09-20 11:23:31 +02:00
bergquist
1cb45c3416
fix(alertlist): better description
2016-09-19 10:11:33 +02:00
bergquist
0bde2ae689
fix(alertlist): remove timerange checkbox option
2016-09-19 10:07:53 +02:00
bergquist
05d43999dc
feat(alertlist): add support for time range lockdown
...
closes #5981
2016-09-16 15:55:38 +02:00
Alexander Zobnin
4fa22e2158
Refactor: flexible Y-Min and Y-Max settings ( #6051 )
...
* Feature: Flexible Y-Min and Y-Max settings.
Y-Min and Y-Max is now string.
New usage for both Y-Min and Y-Max (Where X is a real number):
>X Y-Max/Y-Max is auto if data is above X else X
<X Y-Max/Y-Min is auto if data is below X else X
=X Y-Max/Y-Min is scaled to current value +/- X
~X Y-Max/Y-Min is caled to average value +/- X
Example: Y-Min: <100 Y-Max: >200
If all points are within 100 and 200: Y-Min is 100 and Y-Max is 200
If some points are above 200: Y-Min is 100 and Y-Max is auto
If some points are below 100: Y-Min is auto and Y-Max is 200
if some points are below 100 and above 200: Y-Min and Y-Max is auto
Tests for new settings added
* Use parseFloat instead of implicit conversion
* feat(flexible_y-min/max): refactor.
* feat(flexible_y-min/max): added more tests.
2016-09-15 21:03:54 +02:00
bergquist
31892ed73c
style(alertlist): remove unused code
2016-09-14 14:21:56 +02:00
bergquist
9dd8b3b408
wip
2016-09-14 14:12:19 +02:00
bergquist
d0f9623037
feat(alertlistpanel): support state filter
...
ref #5981
2016-09-14 10:49:05 +02:00
bergquist
b49a642ca5
feat(alerting): extract method for join eval matches
2016-09-14 10:49:05 +02:00
bergquist
d02f29fb02
feat(alertlist): basic alert list panel
...
ref #5981
2016-09-14 10:49:05 +02:00
Torkel Ödegaard
0fa0066cd9
tech(lodash): began migration work
2016-09-13 22:10:44 +02:00
Torkel Ödegaard
6375418d8c
Merge branch 'alerting' into grafana-annotations
2016-09-13 09:38:12 +02:00
Torkel Ödegaard
014b70ded9
fix(graph): fixed showing rendering error in inspector, fixes #5995
2016-09-10 12:00:33 +02:00
Torkel Ödegaard
4a2f2fba73
feat(alerting): show panel specific alert annotations, #5694
2016-09-09 11:30:55 +02:00
Torkel Ödegaard
0ac4ece00d
feat(annotations): refactoring annotations srv to typescript, #5990
2016-09-08 14:31:30 +02:00
Torkel Ödegaard
b1ed641d73
fix(graph): fixed issue with duplicate metric calls when doing full page reload of graph in edit/view mode
2016-09-06 09:20:34 +02:00
Torkel Ödegaard
395213abd7
feat(graph panel): more refactoring of #5917
2016-09-05 11:46:16 +02:00
Torkel Ödegaard
31642b472c
refactoring(graph panel): #5917
2016-09-05 11:07:41 +02:00
Alexander Zobnin
1bdd24ab9e
Graph panel: fix merge conflicts introduced by alerting branch, issue #5812 .
2016-08-26 21:22:46 +03:00
Alexander Zobnin
7a6d32138b
Graph panel: refactor, issue #5812 .
2016-08-26 20:47:12 +03:00