Michael Ambrose
f0169656ba
Added test to for Cloudwatch EC2 tag selection
2017-06-07 16:53:49 -04:00
Michael Ambrose
525da95f49
Updated cloudwatch plugin to allow specific tag selection
...
Tags come back from AWS as a key value pair inside an array
This array is now converted to an object
Tags can be selected when using the 'ec2_instance_attribute' query
Example: `ec2_instance_attribute(us-east-1, Tags.Name, { "tag:Grafana": [ "true" ] })`
2017-06-07 16:53:49 -04:00
Daniel Lee
1b79e17970
graph: better generation of y-axis ticks for log-scale
...
If there are too many ticks generated for the y-axis (which can occur
for log scale 2, with a small y-min and a large max), then the ticks
will be regenerated using larger jumps between the ticks.
This also handles the case when y-min is set to 0. Previously, y-min of
0 was ignored as zero is not a valid value for log scale. Now the tick
generator approximates zero by setting min to 0.1.
Ref #8244
Ref #8516
2017-06-05 15:06:22 +02:00
Dhia MOAKHAR
7c1dc2444d
change size in raw_document from text to number
...
update query builder and specs
2017-06-04 13:20:58 +00:00
Dhia MOAKHAR
045f5e11fc
[elasticsearch] Fix bug when switching from "Raw Document" metric type
...
when switch to "raw Document" metric type we do free all "Group by"
however when we switch back to another type we do not reset the default aggregation (date histogram)
Thus all modification will through exception as no "Group by" is defined and panel should be recreated
the fix will reintialize the "Group by" by setting default value
2017-06-03 02:55:26 +00:00
Dhia MOAKHAR
d55cc4e2a3
[elasticsearch] Fix add metric that was not working properly
...
when selecting Raw Documet metric type, the $scope.target.metrics was replaced by [$scope.agg],
however the pointer to this variables is shared with metricAggs.
Instead we free the array and add $scope.agg
2017-06-03 02:50:10 +00:00
Dhia MOAKHAR
966c2912fc
[elasticsearch] Add option for result set size in raw_dcument
...
it allows to specify the result set size in raw_document.
Example: table panel could show more (or less) than 500 line if needed.
Added test to spec
2017-06-02 23:56:48 +00:00
Pranay Kanwar
26ec874fb1
Frontend query changes corresponding #8336 ( #8489 )
2017-05-30 09:53:11 +02:00
Torkel Ödegaard
f16e3e38ee
Merge branch 'v4.3.x'
2017-05-29 12:20:34 +02:00
Daniel Lee
d318c9093f
graph: Handle data with zeroes for log scale
...
fixes #8446 . Data with all values equal to zero, creates a max with the
value of Infinite. The for loop for creating ticks then gets stuck in an
infinite loop. This fix resets min and max and creates some fake ticks
for the y-axis if the min and max are not finite numbers.
2017-05-29 12:18:54 +02:00
Torkel Ödegaard
0d865a83bc
fix: fixed test data fake metric query, fixes #8474
2017-05-29 12:17:51 +02:00
Victor Azevedo
980b9b5ca0
use fielddata_fields in elasticsearch 2.x queries
...
Resolves issue #8467
2017-05-29 12:15:51 +02:00
Torkel Ödegaard
5e0b03928e
Merge branch 'v4.3.x'
2017-05-29 10:49:02 +02:00
Torkel Ödegaard
0d39852ef4
fix: fixed test data fake metric query, fixes #8474
2017-05-29 10:48:38 +02:00
Cédric Reginster
ee0d0155a5
Refactor to component based style
2017-05-26 15:43:09 +02:00
Cédric Reginster
f484b4c347
Make csv export date time format configurable
...
- Move export csv options to modal dialog
2017-05-26 15:43:09 +02:00
Daniel Lee
3292a48381
graph: dashes with linewidth fix. Fixes #8469
...
Adds series override options for dash spaces and dash length.
2017-05-26 15:09:05 +02:00
Victor Azevedo
0a1c2a7024
use fielddata_fields in elasticsearch 2.x queries
...
Resolves issue #8467
2017-05-25 11:43:29 -04:00
Torkel Ödegaard
90871ca12e
Merge branch 'v4.3.x'
2017-05-24 16:48:05 +02:00
Torkel Ödegaard
896f849b84
fix: influxdb query editor did no show alias by input field when in text editor mode, fixes #8459
2017-05-24 16:47:38 +02:00
Torkel Ödegaard
a5318def66
Merge branch 'v4.3.x'
2017-05-24 11:20:35 +02:00
Torkel Ödegaard
634ee0f9fa
fix: graphg panel logarithmic scale goes blow x-axis, fixes #8244
2017-05-24 11:20:07 +02:00
Torkel Ödegaard
3695337980
refactoring: Elasticearch filter label PR #8420
2017-05-23 15:14:23 +02:00
Torkel Ödegaard
648e8a9547
Merge branch 'master' of https://github.com/limefamily/grafana into limefamily-master
2017-05-23 14:48:14 +02:00
Daniel Lee
73cb035231
mysql: annotation support. Fixes #8382
...
Simple query editor - a text area with a Show Help section.
Validation for empty query and if the time_sec column is missing.
2017-05-23 09:53:20 +02:00
Torkel Ödegaard
7c50563f0f
fix: fixed crash when gzip was enabled
2017-05-22 14:09:54 +02:00
Torkel Ödegaard
a64c06d02c
mysql: add user permission notice mysql config view, closes #8359
2017-05-22 13:53:43 +02:00
Torkel Ödegaard
a0b9dcad4d
alert: alerting annotation improvements, fixes #8421
2017-05-22 13:02:49 +02:00
Torkel Ödegaard
499e01d832
feat: metrics tab reworking
2017-05-20 18:21:41 +02:00
Torkel Ödegaard
5fcb966297
feat: query troubleshooter progress
2017-05-19 17:35:36 +02:00
Torkel Ödegaard
9045be5689
fix: Prometheus & hidden queries caused no metric query to be issued, fixes #8413
2017-05-19 10:24:47 +02:00
田子宽
9c35d3f87c
Add kibana like readable label to elasticsearch query builder
2017-05-19 11:38:28 +08:00
Torkel Ödegaard
8918922179
alerting: fixed issue with included alerting error & no data reasons, fixes #8412
2017-05-18 14:10:12 +02:00
Torkel Ödegaard
d261f33c3d
influxdb: influxdb query editor changes
2017-05-17 13:27:56 +02:00
Torkel Ödegaard
972be88569
fix: singlestat gauge sizing issue when panel is very wide, fixes #7773
2017-05-17 11:56:40 +02:00
Torkel Ödegaard
8e03f321eb
fix: Elasticsearch table aggregation and support for many aggregations of same type, now uses field name if more than 1 aggregation of same type, fixes #4709
2017-05-17 11:33:08 +02:00
Torkel Ödegaard
02c79a6389
influxdb: improvements to influxdb query editor, SLIMIT, LIMIT and ORDER BY now added on demand by plus button
2017-05-16 16:28:58 +02:00
Torkel Ödegaard
8b11712f5e
fix: Graphite issue with toggle edit mode in query editor, fixes #8377
2017-05-16 14:29:30 +02:00
Torkel Ödegaard
910e54d75e
Merge branch 'master' of github.com:grafana/grafana
2017-05-11 16:31:31 +02:00
Torkel Ödegaard
2e7ac8f2da
heatmap: fix for unit options width
2017-05-11 15:20:13 +02:00
Mitsuhiro Tanda
5e85558e9e
(prometheus) fix graph link ( #8349 )
2017-05-11 14:24:13 +02:00
Torkel Ödegaard
f976e465c4
mysql: minor improvement for table panel
2017-05-11 11:06:13 +02:00
Torkel Ödegaard
4ce0bf4d16
mysql: improved mysql data source, added test feature when adding data source, fixed cache issue
2017-05-11 10:50:24 +02:00
Torkel Ödegaard
ab6740c685
heatmap: Docs and heatmap fixes
2017-05-11 10:19:47 +02:00
Torkel Ödegaard
30b6c3b54a
build: fixed heatmap test
2017-05-11 08:56:32 +02:00
Suzana Pescador
8c9cc4fae1
[Bug] Coloring Background on siglestat panel #7242 ( #8334 )
...
The bug was happening because the background color was being based on
the rounded value (accounting the user defined decimals). Changed it to
use the pure value (not the rounded) to follow whats being done in the
value color, and also in the table thresholds (they don't consider the
decimals when comparing to thresholds).
2017-05-10 20:02:35 +02:00
Torkel Ödegaard
1d4338ba54
Merge branch 'master' of github.com:grafana/grafana
2017-05-10 17:19:03 +02:00
Torkel Ödegaard
0a68dabb89
heatmap: Fixes & progress on heatmap docs
2017-05-10 17:17:51 +02:00
Suzana Pescador
d6eefcb5ce
Can't remove default avg column in table #4515 ( #8335 )
...
Avg column was being added at every rendering, if the table was empty.
Now the column will be added once as an initialization when selecting a
'timeseries_aggregations' transform.
2017-05-10 15:51:34 +02:00
Torkel Ödegaard
d791f902e9
heatmap: more refactoring
2017-05-10 13:05:26 +02:00
Torkel Ödegaard
acff78d421
Merge branch 'master' into heatmap-refactoring2
2017-05-09 12:41:11 +02:00
Torkel Ödegaard
8bbff2c44e
table: refactoring table options, now column styles are in a seperate tab
2017-05-09 12:35:44 +02:00
Torkel Ödegaard
e218052a90
fix: fixed slow down issue in table panel by removing the fillter null values feature ( #7602 ), not sure the filter null values is a good table option, should be done in metric query, fixes #8234
2017-05-09 12:07:06 +02:00
Torkel Ödegaard
79120a0b1f
Merge branch 'master' of github.com:grafana/grafana
2017-05-09 08:33:43 +02:00
Torkel Ödegaard
8d072de556
elasticsearch: changed default terms min_doc_count to 1 and order by to desc, closes #8231
2017-05-09 08:33:37 +02:00
Anton Yackushev
fdc97010b4
Rename fielddata_fields to docvalue_fields ( #8317 )
...
The parameter fielddata_fields is deprecated and removed in 5.0 https://github.com/elastic/elasticsearch/issues/19027
2017-05-09 07:16:48 +02:00
Torkel Ödegaard
25a267a7ab
fix: segment used influxdb naming for variable in options callback, should be more generic
2017-05-08 16:08:53 +02:00
Torkel Ödegaard
f168c9e53d
table: minor ux options update
2017-05-08 15:57:15 +02:00
Torkel Ödegaard
be284adacc
table: more table options refactoring
2017-05-08 15:26:05 +02:00
Torkel Ödegaard
556829eda9
table: began table options redesign
2017-05-08 11:17:29 +02:00
Dan Cech
e8fbfce59a
remove unneeded import, update docs text
2017-05-05 13:11:44 -04:00
Dan Cech
0f24b45c1a
Merge branch 'master' into table-col-alias
2017-05-05 12:41:35 -04:00
Dan Cech
29653d2bec
refactor and add column alias tests
2017-05-05 12:40:49 -04:00
Torkel Ödegaard
fbf39598b8
heatmp: removed series stats option, lacked tests
2017-05-05 17:33:54 +02:00
Torkel Ödegaard
ece21b2d95
heatmap: more refactoring
2017-05-05 17:28:33 +02:00
Torkel Ödegaard
dd5a426911
heatmap: refactoring heatmap
2017-05-05 16:15:08 +02:00
Torkel Ödegaard
43c6f74904
heatmap: removed fill background, and highlight card options
2017-05-05 12:33:04 +02:00
Torkel Ödegaard
4412e41738
ux: updated heatmap and alertlist icons
2017-05-05 11:43:42 +02:00
Torkel Ödegaard
6ee11f1172
heatmap: minor update
2017-05-05 07:05:11 +02:00
Torkel Ödegaard
f167d459fe
Merge branch 'heatmap-refactor'
2017-05-04 19:56:29 +02:00
Torkel Ödegaard
5acabc6ccb
heatmap: refactoring
2017-05-04 19:56:20 +02:00
Torkel Ödegaard
61b51c0cbf
heatmap: refactoring
2017-05-04 16:03:47 +02:00
柯豪
b7a1ff753a
update name for AWS credentials ( #8287 )
2017-05-04 11:44:36 +02:00
Torkel Ödegaard
0bab1fd088
Merge branch 'templating-docs', closes #8243
2017-05-04 11:17:39 +02:00
Torkel Ödegaard
ed8d284715
docs: updated prometheus docs
2017-05-03 15:50:38 +02:00
Torkel Ödegaard
b042c53980
ux: updated heatmap icon
2017-05-03 08:56:51 +02:00
Torkel Ödegaard
0fd96b951a
wip: heatmap refactor
2017-05-02 09:55:18 +02:00
Dan Cech
2361e2ddd9
fix moment.js deprecation warning when running tests
2017-04-27 15:29:32 -04:00
Dan Cech
b1691f1cd1
add support for column aliases in table panel
2017-04-27 15:23:49 -04:00
Torkel Ödegaard
a0d8afd435
ux: minor change to styles & heatmap option names
2017-04-26 14:18:58 +02:00
Daniel Lee
6707d77af5
graph: dashes option only used in series overrides
...
Removes dashes option from Display tab so that it is only available
for series overrides. Also removes options for dash space and length
in series overrides and just uses the default values of 10 for both of
them.
2017-04-26 13:19:24 +02:00
smalik
1a3bc60e69
feat(dashed lines): Implementing dashed lines
...
Adding support for dashed lines using jquery.flot.dashes.js
2017-04-26 13:19:24 +02:00
Torkel Ödegaard
d2a22e7b23
influxdb: fixed template variable interpolation of multi valued variables when using raw query editor mode, fixes #8165
2017-04-25 17:27:57 +02:00
Torkel Ödegaard
6ff1144abf
refactoring: prometheus PR #6140
2017-04-25 12:57:23 +02:00
Torkel Ödegaard
787fea90b9
heatmap: changed name of heatmap data format option, #8054
2017-04-24 15:17:57 +02:00
sbhenderson
c485fed744
Fix to issue 2524 by limiting number of returned measurements for display. ( #8092 )
2017-04-24 11:44:29 +02:00
Torkel Ödegaard
2b029912aa
mysql: query editor fix
2017-04-24 10:58:53 +02:00
Torkel Ödegaard
8f17a84f31
mysql: added basic templating support
2017-04-23 14:22:47 +02:00
Torkel Ödegaard
6ea99540ec
Merge branch 'master' of github.com:grafana/grafana
2017-04-21 17:30:37 +02:00
Daniel Lee
6160978019
singlestat: with table data, support string values
...
If the selected table column is string then show that in the singlestat
2017-04-21 16:54:56 +02:00
Daniel Lee
a49ef90a1d
singlestat: value mapping for table data
...
Adds support for value mapping for table data in the single stat panel.
2017-04-21 16:43:14 +02:00
Torkel Ödegaard
b22b3e5bb9
mysql: added default query template
2017-04-21 16:28:01 +02:00
Daniel Lee
8874be4c66
singlestat: add support for table data
...
If data is of type Table, then will return the first row of data. The
user can select which column should be shown in the SingleStat.
2017-04-21 16:17:31 +02:00
Daniel Lee
2c51f11440
singlestat: fix variable spelling
2017-04-21 16:17:31 +02:00
Torkel Ödegaard
ea53e7221e
mysql: added query help
2017-04-21 15:52:42 +02:00
Torkel Ödegaard
97e2d75f51
mysql: added support for tables in mysql queries
2017-04-21 15:07:43 +02:00
Torkel Ödegaard
c78c460f79
mysql: worked on mysql data soruce
2017-04-20 17:10:23 +02:00
Torkel Ödegaard
fc878bc8ad
build: fixed order
2017-04-20 11:59:11 +02:00
Torkel Ödegaard
f1276774a0
typescript: updated tslint and fixed new warnings
2017-04-20 11:16:37 +02:00
Torkel Ödegaard
e164eba677
mysql: began work on backend macro engine
2017-04-19 10:10:08 +02:00
Mitsuhiro Tanda
62d11c147b
(cloudwatch) fix dimension value find query ( #8159 )
2017-04-19 07:12:59 +02:00
Torkel Ödegaard
456b07b766
annotations: removing wip stuff so I can merge to master
2017-04-18 17:28:39 +02:00
Torkel Ödegaard
809467955a
Merge branch 'master' into create-annotations
2017-04-18 17:07:44 +02:00
Torkel Ödegaard
3ee886d0fb
Merge branch 'query-references'
2017-04-18 16:30:28 +02:00
Torkel Ödegaard
85baa50194
recfactor: added unit test for the new scenario, #8143
2017-04-18 16:30:20 +02:00
Dan Cech
a64e000f1a
process this.target separately to fix issues with tests
2017-04-17 11:10:55 -04:00
Dan Cech
715453204e
make sure graphite queries containing references are properly updated
2017-04-17 10:47:25 -04:00
Thomas Szymanski
f2dffeb543
Influxdb datasource: fix language in stacking helpful info section ( #8134 )
2017-04-16 11:56:29 +02:00
Torkel Ödegaard
fa2a7db657
ux: create annotations
2017-04-14 23:10:56 +02:00
Torkel Ödegaard
03ef1fd758
refactoring: event / annotation handling in graph panel broken out
2017-04-14 22:56:01 +02:00
Torkel Ödegaard
60ef7d8768
Merge branch 'master' into create-annotations
2017-04-14 22:36:34 +02:00
Torkel Ödegaard
aa47b9bf5c
refactoring: simplified backend_srv and subUrl handling, #8122
2017-04-14 19:01:08 +02:00
Ivan Babrou
fb163450a5
Change prometheus semantics from step to min step ( #8073 )
...
Previously `Step` parameter would set a hard value for any zoom level.
Now it's renamed to `Min step` and sets the minimal value of `step` parameter
to Prometheus query. User would usually want to set it to the scraping interval
of the target metric to avoid having shap cliffs on graphs and extra load
on Prometheus. Actual `step` value is calculated as the minimum of automatically
selected step (based on zoom level) and user provided minimal step. If user
did not provide the step, then automatic value is used as is.
Example bahavior for `60s` scrape intervals:
* `5s` automatic interval, no user specified min step:
* Before: `step=5`
* After: `step=5`
* `5s` automatic interval, `1m` user specified min step:
* Before: `step=5`
* After: `step=60`
* `5m` automatic interval, `1m` user specified min step:
* Before: `step=60` (not really visible, too dense)
* After: `step=300` (automatic value is picked)
See:
* https://github.com/grafana/grafana/issues/8065
* https://github.com/prometheus/prometheus/issues/2564
2017-04-14 14:51:22 +02:00
Torkel Ödegaard
a151de1d37
progess on adding annotations
2017-04-14 14:43:06 +02:00
Torkel Ödegaard
ff426ae9a3
more work on annotations
2017-04-14 12:23:32 +02:00
Torkel Ödegaard
dbe5480edc
create annotations work
2017-04-14 11:41:02 +02:00
Torkel Ödegaard
2fce88ee62
ux: popover forms
2017-04-14 10:18:49 +02:00
Torkel Ödegaard
c68fffcd6d
ux: popover forms
2017-04-13 20:28:13 +02:00
Torkel Ödegaard
2f61fc6afe
ux: made progress on popover forms
2017-04-13 18:39:49 +02:00
Torkel Ödegaard
dbeeb32ab6
Merge branch 'master' into popover-forms
2017-04-13 16:22:08 +02:00
Alexander Zobnin
17d3970673
graph(create annotation): push one annotation with time from and time to
2017-04-12 21:04:18 +03:00
Alexander Zobnin
8a1c35e1c2
graph(create annotation): refactor, fix two modal after range selection
...
bind create annotation handler directly to plotclick event, not to global graph-click
2017-04-12 20:27:32 +03:00
Torkel Ödegaard
de21be30d2
ux: working on how to show form in popover
2017-04-12 17:28:32 +02:00
Torkel Ödegaard
0156a94a49
annotations: you can now read annoations via manually created annoation query
2017-04-12 15:46:41 +02:00
Torkel Ödegaard
78f4bd2de9
Merge branch 'create-annotations' of github.com:grafana/grafana into create-annotations
2017-04-12 15:01:31 +02:00
Torkel Ödegaard
752b42798a
annotations: added new options hide toggle, and show option
2017-04-12 15:01:17 +02:00
Alexander Zobnin
232513bb4e
graph(add annotation): refactor
...
pass ctrlKey and metaKey through flot events
2017-04-12 15:26:34 +03:00
Torkel Ödegaard
8eb112d119
plugins: refactoring builtIn data source concept, now means data source plugins that you do not need to add via data sources page, that is automatically added as selectable data source, #8095
2017-04-12 08:23:44 +02:00
Chris Burkhart
d12dc2bfa7
Add alwaysDisplayed option to datasource plugins, this will allow it to show up as an option to select when adding queries to a panel without actually adding it as a datasource.
2017-04-11 13:47:53 -07:00
Torkel Ödegaard
89a7c2c686
influxdb: validate database exist when saving data source, fixes #7864
2017-04-11 15:05:30 +02:00
Torkel Ödegaard
9bdcc4ec5f
influxdb: holt winters edits
2017-04-11 14:40:08 +02:00
Alexander Zobnin
70bca219e3
graph(add annotation): Add keybinding for CTRL key
2017-04-11 10:24:21 +03:00
Alexander Zobnin
362860f687
graph(add annotation): able to select region (start and stop time) #1286
2017-04-10 12:45:08 +03:00
Alexander Zobnin
32d34aed7a
graph: initial Add Annotation flow #1286
2017-04-08 19:44:40 +03:00
Torkel Ödegaard
1cd632cc43
plugins: added state property to plugins
2017-04-07 12:00:03 +02:00
Torkel Ödegaard
26804d630f
Merge branch 'master' into sql-proxy
2017-04-07 10:34:51 +02:00
Torkel Ödegaard
3b47efe70e
graph: minor change to histogram buckets input field
2017-04-07 10:16:57 +02:00
Alexander Zobnin
7e14797b10
graph: initial histogram support #600 ( #8053 )
...
* graph: initial histogram support #600
* graph histogram mode: add Bars number option
* graph histogram mode: fix X axis ticks calculation
* graph histogram mode: change bar style (align and width)
* refactor(graph): move histogram functions into separate module
* graph histogram mode: rename series to "count"
* graph histogram mode: fix errors if no data
* refactor(graph and heatmap): move shared code into app/core
* graph: add tests for histogram mode
2017-04-07 10:07:30 +02:00
Alexander Zobnin
308d46e4ef
Fix 8013 ( #8027 )
...
* Add @ngInject to HeatmapCtrl constructor, issue #8013
* Remove unused loadPluginCss
2017-04-04 11:02:25 +02:00
Torkel Ödegaard
dd800fd14d
fix: table panel could not show annotations due to bug introduced in 4.2, fixes #8023
2017-04-03 22:07:09 +02:00
Alexander Zobnin
ecd404335e
heatmap: fix error with null values in ES converter ( #7999 )
2017-03-31 17:13:26 +02:00
Torkel Ödegaard
f77f8ebfc6
heatmap: changes to color spectrum, inverted some on dark theme
2017-03-31 17:12:50 +02:00
Torkel Ödegaard
39e45004cd
heatmap: inverted the color schemes
2017-03-31 16:09:00 +02:00
Torkel Ödegaard
4445c9ce60
Merge branch 'heatmap-panel' of https://github.com/alexanderzobnin/grafana into alexanderzobnin-heatmap-panel
2017-03-31 14:26:52 +02:00
Torkel Ödegaard
5af81b974e
mysql: graph showing
2017-03-31 13:57:10 +02:00
Alexander Zobnin
b18ed0b98f
heatmap: calculate bucket size automatically for ES histogram
2017-03-31 12:51:43 +03:00
Torkel Ödegaard
d6d2080f11
mysql: minor progress on response processing
2017-03-31 11:45:25 +02:00
Alexander Zobnin
cb136c07b8
heatmap: add function for bucket size calculation
2017-03-31 11:44:44 +03:00
Alexander Zobnin
9ddfeaa9c2
heatmap: initial ES histogram support
2017-03-30 21:36:36 +03:00
Alexander Zobnin
3170f0d84a
heatmap: add ES histogram converter
2017-03-30 20:55:10 +03:00
Alexander Zobnin
114431beed
heatmap: add tests for heatmap_data_converter
2017-03-30 18:21:22 +03:00
Torkel Ödegaard
080d2a2054
mysql: reading arbitrary SQL data in go is really strange, data is only in strings?
2017-03-30 13:46:46 +02:00
Torkel Ödegaard
8f90c6115d
mysql: progress on mysql data source
2017-03-29 22:54:18 +02:00
Torkel Ödegaard
1ecdf34938
sql: wip mysql stuff
2017-03-29 20:43:20 +02:00
Torkel Ödegaard
91c184d3e0
elasticseach: fixed broken unit test
2017-03-29 16:33:44 +02:00
Torkel Ödegaard
3b235612fd
elasticsearch: improve validation and error message when adding/testing elasticsearch ds, #7836
2017-03-29 16:03:28 +02:00
Alexander Zobnin
84b15fc74c
Merge branch 'master' into heatmap-panel
2017-03-29 15:46:04 +03:00
Torkel Ödegaard
085c4c56b8
elasticearch: added support for histogram aggregations, closes #3164
2017-03-29 13:44:50 +02:00
Alexander Zobnin
65a829b64d
heatmap tests: fix timezone-dependent test error
2017-03-29 13:41:19 +03:00
Alexander Zobnin
7c5b9f8c5b
heatmap tooltip: change "values" label to "count"
2017-03-29 12:41:34 +03:00
Alexander Zobnin
7770c38e30
heatmap: test for Y axis rendering
2017-03-29 11:30:30 +03:00
Alexander Zobnin
72e313a3dd
heatmap: fix type error on buckets object
2017-03-29 11:29:58 +03:00
Alexander Zobnin
ac347fa06a
heatmap: fix error while loading panel in editor mode
2017-03-28 18:09:15 +03:00
Alexander Zobnin
ece6fd73a1
heatmap: add initial rendering tests
2017-03-28 17:46:10 +03:00
Alexander Zobnin
c9801595e5
heatmap: add heatmap_ctrl tests and fix errors
2017-03-27 19:04:29 +03:00
Alexander Zobnin
0a56db7745
Add unit tests for heatmap_ctrl.
2017-03-26 18:22:54 +03:00
Alexander Zobnin
0023657701
Fix bucket size calculation if all values are 0;
2017-03-24 15:26:27 +03:00
Alexander Zobnin
96e91b5a0f
Move css styles to public/sass/components/_panel_heatmap.scss
2017-03-24 15:15:01 +03:00
Alexander Zobnin
68f5e75eba
Move heatmap panel into core grafana.
2017-03-24 14:18:26 +03:00
Torkel Ödegaard
83d864e7e4
fix: graph and fill below to issue, fixes #7916
2017-03-23 14:23:22 +01:00
Daniel Lee
69bec98962
chore: update all grafana.org urls to .com
2017-03-21 15:37:55 +01:00
Torkel Ödegaard
4d4e165be7
links: updated links from grafana.net to grafana.com
2017-03-20 10:20:32 +01:00
Daniel Lee
84ef6b9d48
Merge branch 'bigbenhur-autologscale'
...
Closes #5278 and closes #3090
2017-03-13 11:17:45 +01:00
Denis Doria
891df21969
Small fix for the Y-Max/Y-Min inputs on Axes ( #7811 )
2017-03-13 09:32:36 +01:00
Daniel Lee
6799b766a4
Merge pull request #7775 from hagen1778/prometheus-textarea-query
...
Make Prometheus query field a textarea #7663
2017-03-11 14:00:37 +01:00
Daniel Lee
e19b48840f
graph: merge fixes for #5278
...
This is an old PR so had some problems after merging in master.
- Fix for min and max that were not getting passed into the
applyLogScale function
- Fix for when min/max were undefined rather than null
- Fix for decimal ticks, as this PR populates the ticks itself then
it also needs to calculate the number of decimal places too. Flot
was showing the wrong number of decimal places sometimes otherwise
on the y-axis.
2017-03-10 18:46:36 +01:00
Daniel Lee
28cf229707
Merge branch 'autologscale' of git://github.com/bigbenhur/grafana into bigbenhur-autologscale
2017-03-10 11:57:00 +01:00
thuck
58afb1c7d6
Small fix for the "glow" when focus the field for LIMIT and SLIMIT
2017-03-09 21:22:40 +01:00
Daniel Lee
a30cf204d7
influx: small ux changes to query editor
2017-03-09 14:18:36 +01:00
Daniel Lee
2f5814d51c
Merge pull request #7735 from thuck/influxdb_limit
...
Included LIMIT, SLIMIT and ORDER BY time for influxdb. closes #6065 and closes #7232
2017-03-09 09:23:04 +01:00
Torkel Ödegaard
7f8a3a0a2d
dashboard: lazy loading panels as they become visible,fix, removed debunce #5216
2017-03-09 09:08:34 +01:00
Torkel Ödegaard
aee8f0b75e
opentsdb: fix for OpenTSDB and multi value template variable in metric field, fixes #7754
2017-03-09 08:28:31 +01:00
Torkel Ödegaard
b272f5144a
fix: graphite query ctrl, removed unnesserary check for empty paths, fixes #7740
2017-03-09 07:31:00 +01:00
Mitsuhiro Tanda
be123a07c5
(prometheus) adjust annotation step ( #7768 )
...
* (prometheus) adjust annotation step
* (prometheus) add step option
2017-03-09 06:53:50 +01:00
hagen1778
04d90d7139
Make Prometheus query field a textarea #7663
2017-03-08 21:30:20 +02:00
thuck
b8a82827b9
Fix ORDER BY to look like GROUP BY
2017-03-08 20:22:01 +01:00
thuck
1cf569ac8e
Fix tabs vs space
2017-03-08 08:25:32 +01:00
Joseph Pintozzi
a37a2259b3
Allowing "Unique Count"s of any data type ( #7704 )
2017-03-07 08:36:33 +01:00
Patric Kanngießer
3735a1ace7
remember scroll position ( https://github.com/grafana/grafana/issues/7680 ) ( #7728 )
2017-03-07 08:19:34 +01:00
Denis Doria
e71b13d9fa
Improve regex detection for influxdb measurement #7276 ( #7734 )
2017-03-06 07:47:50 +01:00
thuck
c3eb9da160
Finish query builder for LIMIT, SLIMIT and ORDER BY time #6065
2017-03-05 23:41:16 +01:00
thuck
f577dd0f38
Including LIMIT, SLIMIT and ORDER BY time on influxdb #6065
...
Initial work for the query builder interface
2017-03-05 23:13:46 +01:00
Torkel Ödegaard
d2dac02a28
Revert "ES Nested type bucket aggregation ( #4694 ) ( #4694 )"
...
This reverts commit 8087af9c89
.
2017-02-27 10:57:44 +01:00
Archit Sharma
8087af9c89
ES Nested type bucket aggregation ( #4694 ) ( #4694 )
...
* (elasticsearch): add nested agg (use bucket aggs). fixes #4693
* (elasticsearch): rebased after merge of #6043 refactored from #4527
2017-02-27 10:57:00 +01:00
Carl Bergquist
3ef1a60647
Merge pull request #7602 from Altoros/suppress-empty-results-in-table-plugin
...
Added suppressing of empty results to table plugin
2017-02-24 07:28:59 +01:00
Torkel Ödegaard
d6eaaf3add
refactor: minor refactoring
2017-02-23 15:57:36 +01:00
Mitsuhiro Tanda
68bb417db9
support [[var]] in cloudwatch datasource ( #7649 )
...
* support [[var]] form in cloudwatch datasource
* support multi variable in single dimension
* fix test
2017-02-23 15:02:35 +01:00
tamayika
b01fd3d0b5
Support for all ad-hoc filter operators on Elasticsearch ( #7612 )
2017-02-20 21:01:52 +01:00
Simon Effenberg
a4318e41f8
fixing little spelling issue ( #7603 )
2017-02-18 17:21:29 +01:00
Senkevich Alexsandr
17d02a7065
added suppressing of empty results in table plugin
2017-02-16 14:35:42 +03:00
Dennis Wiemer
8b25ba6a7c
Added click events in graph to core eventbus ( #7511 )
2017-02-15 08:47:20 +01:00
ryan
a1e071d3c5
missing space
2017-02-13 18:47:59 -08:00
ryan
2749dd8711
elasticsearch svg
2017-02-13 18:47:01 -08:00
ryan
b46fac34d9
replace elastic logo
2017-02-13 18:38:13 -08:00
ryan
fc0de84701
update influx logo
2017-02-13 18:19:14 -08:00
xginn8
3d4c3ff00d
return an empty message if table contains no data #6109 ( #7487 )
2017-02-10 08:54:00 +01:00
Vladimir Kolobaev
6eda5604d2
Full metric description ( #7493 )
...
graph: add full metric description for graph-legend-alias title
2017-02-10 08:31:51 +01:00
Torkel Ödegaard
8a95c563bb
Merge branch 'master' into websocket
2017-01-31 08:56:49 +01:00
Torkel Ödegaard
2594041eed
hiding grafana live ds
2017-01-31 08:56:46 +01:00
bergquist
163036591d
tech(build): fixes broken build
2017-01-30 15:04:55 +01:00
lpic
5b699dbf0d
Set time when testing ES datasource, fixes #7044 ( #7390 )
2017-01-28 08:30:33 +01:00
Torkel Ödegaard
7c5ef2c75a
Merge branch 'connection-reset-shared_tooltip'
2017-01-25 14:35:02 +01:00
Torkel Ödegaard
28f890e42f
refactor(): removed commented out code
2017-01-25 14:34:55 +01:00
Torkel Ödegaard
23eab81cbe
fix(): fixed minor issue with single stat tooltip, #7357
2017-01-25 14:11:30 +01:00
Torkel Ödegaard
40d39f8a3e
refactor(): renaming alerting hide ui option, #7318
2017-01-25 13:32:26 +01:00
Torkel Ödegaard
fee4846429
Merge branch 'alerting_ui' of https://github.com/smalik03/grafana into smalik03-alerting_ui
2017-01-25 13:16:48 +01:00
Naoufel JAMALI
4e1d8c9ced
Elasticsearch - Term aggregation limit fix (should fix #7112 ) ( #7338 )
...
* Elasticsearch - Term aggregation limit fix (should fix #7112 )
* Elasticsearch - Term aggregation limit fix
2017-01-25 12:29:41 +01:00
Torkel Ödegaard
697d0867fa
fix(Elasticsearch): fix for alias patterns that refers to term that is numeric zero, fixes #7323
2017-01-23 10:15:02 +01:00
lpic
cf9790fc4c
ES - Support for min_doc_count on group by terms ( #7324 )
2017-01-23 07:26:42 +01:00
lpic
a0c8380baf
ES: Change bool queries to use 'filter' clause ( #7313 )
...
Change all bool queries to use 'filter' clause instead of 'must' for
better performance
2017-01-21 08:31:29 +01:00
smalik
9862c9ff40
feat(alerting): Show/hide alerting UI using configuration variable
...
Use configuration variable "show_alerting_ui" to show/hide alerting UI
2017-01-20 10:43:29 -05:00
Axel Pirek
4b8f2aeb36
Fix tooltips sometimes rendering outside of graph panel
...
I noticed tooltips on other panels rendering outside of their panel or
even the browser window when hovering on the very edge of graphs with
relative time overrides.
2017-01-19 13:33:49 +01:00
Axel Pirek
138a79c2fb
Clear highlight when clearing tooltip and crosshair
2017-01-19 11:08:32 +01:00
Axel Pirek
ee58a6ee2b
Speed up tooltip value retrieval
2017-01-19 10:16:28 +01:00
Axel Pirek
a2e6408be1
Only render tooltip if position is in viewport
2017-01-19 10:16:20 +01:00
Adrián López
e1b82e72eb
Fix empty value tags and comma separated values ( #7289 )
...
When a tag doesn't have a value it was showing a empty 'bubble'.
If value has several values separated by commas, make a 'bubble' for
each one.
2017-01-18 16:02:40 +01:00
bergquist
55af92eba1
fix(table): fixes broken annotation rendering
...
closes #7268
2017-01-17 12:17:18 +01:00
Torkel Ödegaard
0683742e83
tech(library upgrade): fixed unit test broken by angularjs upgrade, #7274
2017-01-16 22:27:35 +01:00
bergquist
480a58d377
Merge branch 'diff-aggregate' of https://github.com/oliverpool/grafana into oliverpool-diff-aggregate
2017-01-16 11:52:22 +01:00
Torkel Ödegaard
49fe74228b
fix(browser history): fixes and enhancements to browser history, it now works properly again AND it can restore previous time ranges in dashboards, closes #7259
2017-01-13 17:37:53 +01:00
oliverpool
80c67267e8
Add the diff
option on the singlestat panel
2017-01-12 16:23:57 +01:00
Torkel Ödegaard
bd8899b37d
fix(graph): fixed table legend min-height, fixes #7221
2017-01-11 15:24:43 +01:00
Torkel Ödegaard
64f5146a62
change(text panel): removed rarely used (and not properly working), text mode option, closes #6389 , closes #7214
2017-01-11 12:33:12 +01:00
Torkel Ödegaard
149dd78298
Merge branch 'built_in_template_variables'
2017-01-11 12:10:33 +01:00
Torkel Ödegaard
44b7a26119
fix(graph): fix for table legend and scroll, fixes #7204 , fixes #6628
2017-01-11 10:35:52 +01:00
Torkel Ödegaard
8c39cd35f0
progress on interval built in variable
2017-01-11 10:18:21 +01:00
Torkel Ödegaard
e218837380
began work on built in template variables, #7190
2017-01-09 15:31:19 +01:00
Mekal Zheng
e57c764410
check validation of interval string before converting to seconds
2017-01-07 18:17:44 +08:00
Mekal Zheng
333aeb43c4
use methods of kbn to convert interval string to both second and millisecond
2017-01-07 16:33:40 +08:00
Mekal Zheng
af798092b7
add variable $intervalSecond
2017-01-07 00:28:32 +08:00
Torkel Ödegaard
20b7c2f2e2
feat(ES): refactoring PR #7154
2017-01-06 07:22:37 +01:00
Torkel Ödegaard
293fd93e6c
fix(elasticsearch): fixed predict default value, fixes #7145
2017-01-06 07:06:41 +01:00
Torkel Ödegaard
813232315e
fix(testdata): fixed test data source build issue
2017-01-06 06:50:02 +01:00
Torkel Ödegaard
63f6e86e46
feat(ES): better support for text type, closes #7151
2017-01-06 06:35:08 +01:00
Torkel Ödegaard
658d39944b
feat(elasticsearch): add support for Elasticsearch scaled_type number type, closes #7155
2017-01-06 06:12:48 +01:00
Vaibhav Tandon
b97e784555
Moving average support for all models along with additional settings associated with each model
2017-01-05 23:17:24 +00:00
Torkel Ödegaard
36929c2a92
fix(elasticsearch): add support for text type filter in templating query, fixes #7136 , fixes #7135
2017-01-04 20:14:56 +01:00
Torkel Ödegaard
083a42942f
fix(phantomsj): fixed issue with y axis label rotation in phantomjs rendered graphs, fixes #6924
2017-01-02 12:01:48 +01:00
Kerim Satirli
797e2ea25d
Adds London and Canada AWS Regions
2016-12-27 14:10:36 +01:00
Darrian
d662961ebe
Added 'linear' to fill types for InfluxDB ( #7042 )
2016-12-23 09:43:47 +01:00