Arthur D'Andréa Alemar
0a6a3f9ab7
fix(prometheus): use time independent API to list metrics and labels names
...
Using the "/api/v1/query" endpoint to extract information about metrics
and labels are limited to the metrics available at the time parameter
(that is set to current time), this can lead to labels not showing
because they have no value in the current time even when the dashboard
is displaying historic data.
On the other hand "/api/v1/series" returns results including every
metric and label known to Prometheus, independent of time and value.
2015-10-23 17:18:34 -02:00
Volker Fröhlich
6b9b08da30
Remove declaration of unused variable size
2015-10-23 12:00:20 +02:00
Volker Fröhlich
184307816f
"No limit" was not effective for ES terms aggregation
...
This may belong to #2827
2015-10-23 11:40:40 +02:00
Mitsuhiro Tanda
c1d592b72c
fix, call linkToPrometheus() directly
2015-10-23 09:58:42 +09:00
Torkel Ödegaard
2d23251da9
spelling: fixed selling in influxdb annotation partial, fixes #3012
2015-10-22 18:24:43 -04:00
Torkel Ödegaard
5b01e9ec97
fix(elasticsearch): minor fix to elasticsearch unit tests so that they work in any timezone, fixes #3010
2015-10-22 16:58:31 -04:00
Torkel Ödegaard
8526230b59
fix(influxdb_08): fixed influxdb 08 query editor issue, fixes #3009
2015-10-22 16:53:34 -04:00
Torkel Ödegaard
9d04a4c4f0
Merge branch 'master' of github.com:grafana/grafana
2015-10-22 16:23:31 -04:00
Torkel Ödegaard
ae93f2b936
fix(elasticsearch): fixed proper json escaping for lucene query, fixes #2981
2015-10-22 16:23:21 -04:00
Mitsuhiro Tanda
fcaecf4782
revert prometheus link
2015-10-23 01:35:34 +09:00
Torkel Ödegaard
0b28db7fae
Merge pull request #3005 from felixbarny/elastic_ds_min_interval
...
Ability to set a low limit for Elasticsearch date histogram interval
2015-10-22 12:35:23 -04:00
Torkel Ödegaard
87715d6231
fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
2015-10-22 12:33:42 -04:00
Torkel Ödegaard
ce5b4089b5
Merge branch 'new-units' of https://github.com/counsyl/grafana into counsyl-new-units
2015-10-22 12:19:21 -04:00
Torkel Ödegaard
0903aa4596
Merge pull request #2980 from tdyas/linkSrv_fix_query_string_appending
...
fix appending query strings in linkSrv
2015-10-22 12:18:27 -04:00
Felix Barnsteiner
eb8c2d9053
Ability to set a low limit for Elasticsearch date histogram interval
...
closes #2901
2015-10-22 13:16:36 +02:00
Torkel Ödegaard
58497ed596
feat(panel): performance improvement for loading panels, closes #2994
2015-10-21 11:22:53 -04:00
Torkel Ödegaard
ae81fbdffe
Merge branch 'master' of github.com:grafana/grafana
2015-10-21 10:59:17 -04:00
Torkel Ödegaard
fc0705e87c
fix(elasticsearch): fix for daily pattern when getting index for today, is now using utc, fixes #2913
2015-10-21 10:59:02 -04:00
Jari Sukanen
f3ecdc5af4
influxdb: fix influxdb annotation query
2015-10-21 14:31:06 +03:00
Tom Dyas
867ac5df67
fix appending query strings in linkSrv
...
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.
Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00
Torkel Ödegaard
dbc1a9cf82
fix(influxdb_0.8.x): fixed issue with new timepicker ranges like The day so far, fixes #2936
2015-10-16 12:07:35 -04:00
Torkel Ödegaard
c95a991cb3
fix(panel/common): fix for query letters when importing old dashboards, fixes #2943
2015-10-16 11:58:44 -04:00
Torkel Ödegaard
c320e9d583
fix(annotations): fixed graphite annotations, broken by recent time handling changes, fixes #2947
2015-10-16 11:07:15 -04:00
Torkel Ödegaard
e507afc3d5
fix(panel): fix for firefox and placing cursor in text inputs when in panel fullscreen edit mode, fixes #2957
2015-10-16 10:10:39 -04:00
Greg Look
882a988143
Add currency units from #1910 .
2015-10-15 12:48:48 -07:00
Greg Look
0b3e33e226
Shorten percent unit labels.
2015-10-14 15:40:04 -07:00
Greg Look
85887ad1cf
Add mile, fix menu values.
2015-10-14 14:51:33 -07:00
Greg Look
d94b6635af
Add temperature and pressure units, split submenus.
2015-10-14 14:50:45 -07:00
Greg Look
3c7a483f5c
Add length and volume units.
2015-10-14 14:14:25 -07:00
Greg Look
dc5c3a3939
Implement decibel and percentunit units.
...
Add tests to exercise new units as well.
2015-10-14 14:02:29 -07:00
ubhatnagar
9185c94a2d
Added insert row option in the row menu.
2015-10-14 13:45:47 -07:00
Greg Look
70269c8196
Reformat unit menu definition.
2015-10-14 13:34:48 -07:00
Greg Look
51a589f5a6
Change formatFuncCreator to scaledUnits builder.
...
Abstract out both decimal and binary SI prefixes into builders using
scaledUnits.
2015-10-14 13:18:02 -07:00
Greg Look
7d24c5fda2
Add fixedUnit format builder.
2015-10-14 13:07:34 -07:00
Greg Look
0bc85d27f8
Group rounding and fixed number functions.
2015-10-14 12:56:31 -07:00
Greg Look
43c2ca2d7d
Group value formats by type.
2015-10-14 12:51:59 -07:00
Greg Look
e3e21a251f
Group helper functions in kbn.js.
2015-10-14 12:41:20 -07:00
Mitsuhiro Tanda
4588c5a19a
pass dateMath to ScriptedDashboard script
2015-10-13 12:29:42 +09:00
Torkel Ödegaard
c0da52aac8
fix(share): fixed share panel image url, did not generate correct url when domain name contained word dashboards, fixes #2916
2015-10-10 14:38:22 -04:00
Torkel Ödegaard
c831369974
fix(influxdb): influxdb data source did not use right http abstraction for metric queries, fixes #2919
2015-10-10 11:46:00 -04:00
ubhatnagar
14f3a68215
Added move row to top and bottom.
2015-10-09 03:06:52 +05:30
Torkel Ödegaard
04eefb8480
fix(timepicker): fixed issue with timepicker and auto refresh and entering manual time when timepicker dropdown is open, fixes #2897
2015-10-08 15:35:17 +02:00
Torkel Ödegaard
8789be7671
Merge branch 'master' of github.com:grafana/grafana
2015-10-08 13:30:11 +02:00
Torkel Ödegaard
fe46410c31
Merge branch 'cloudwatch'
2015-10-08 13:09:27 +02:00
Torkel Ödegaard
aef644bd21
feat(cloudwatch): final polish to the cloudwatch editor, closes #684
2015-10-08 13:09:15 +02:00
Torkel Ödegaard
df4d5ea8a6
Merge pull request #2898 from zachm/ztm_patch_missing_downsample
...
Fix missing downsampling name in kairos plugin
2015-10-08 12:05:20 +02:00
Torkel Ödegaard
c34c3ac845
feat(cloudwatch): refactoring and editor improvements, #684
2015-10-08 11:37:47 +02:00
Zachary Musgrave
a94720878b
Fix missing downsampling name in kairos plugin
2015-10-07 16:43:40 -07:00
Torkel Ödegaard
f680c15283
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes #2892
2015-10-07 13:07:30 +02:00
Torkel Ödegaard
f11785001c
docs: minor fix
2015-10-06 17:51:22 +02:00
Torkel Ödegaard
106fe4854f
Merge branch 'prometheus' of github.com:grafana/grafana
...
Conflicts:
pkg/models/datasource.go
public/app/plugins/datasource/prometheus/datasource.js
public/app/plugins/datasource/prometheus/partials/query.editor.html
public/app/plugins/datasource/prometheus/queryCtrl.js
2015-10-06 16:36:58 +02:00
Torkel Ödegaard
44d377b810
feat(prometheus): refactoring and polish of the prometheus editor removing unused/uneeded code
2015-10-06 14:34:44 +02:00
Torkel Ödegaard
a2bf3e056d
Merge branch 'prometheus'
2015-10-06 14:10:06 +02:00
Torkel Ödegaard
2d722e26de
fix(cloudwatch): fixed test datasource, broken due to some function name changes
2015-10-06 14:08:48 +02:00
Torkel Ödegaard
182e079d25
Merge branch 'master' into cloudwatch
2015-10-06 14:08:10 +02:00
Torkel Ödegaard
0bcda4a2eb
minor elasticsearch fix
2015-10-05 11:17:53 +02:00
Ivan Babrou
0dc0e03c4c
Add suggest_tagk() and suggest_tagv() to OpenTSDB datasource ( #2840 )
2015-10-04 12:54:43 +01:00
Torkel Ödegaard
3d52095765
feat(cloudwatch): restored dimension keys lookup
2015-10-02 20:25:28 +02:00
Torkel Ödegaard
0912cec0e5
feat(cloudwatch): contining work on moving hard coded stuff to backend and cleaning up code, #684
2015-10-02 11:54:35 +02:00
Torkel Ödegaard
180ba33ac8
feat(cloudwatch): refactoring and cleanup of backend code, started moving hard coded stuff in the frontend to the backend, changed name of metricFind queries region() -> regions() , and namespace() -> namespaces() to be more consistent with the others, #684
2015-10-02 11:10:21 +02:00
Torkel Ödegaard
04f4454974
feat(cloudwatch): lots of code refactoring and cleanup, #684 , dimension values lookup works but seems to return all dimension values no matter what dimension key you select, removed strange formating of template dimension values query, should not return key value pair but only the dimension value
2015-10-02 09:04:46 +02:00
Torkel Ödegaard
91285baea5
feat(cloudwatch): fixed failing unit tests
2015-10-02 07:32:21 +02:00
Torkel Ödegaard
875d80aa72
feat(cloudwatch): refactoring cloudwatch datasource code, #684
2015-10-02 07:25:54 +02:00
Mitsuhiro Tanda
5e19fdb492
fix prometheus time conversion
2015-10-02 12:10:11 +09:00
Torkel Ödegaard
af8d12124a
feat(cloudwatch): code refactoring and cleanup, trying to rewrite so the code uses promises instead of ccallbacks, #684
2015-10-01 21:20:52 +02:00
Torkel Ödegaard
5e34823e7c
Merge pull request #2858 from mtanda/prometheus
...
fix unmatched tag
2015-10-01 18:47:21 +02:00
Julius Volz
3cc69112c1
Fix "Link to Prometheus" button for proxied Prometheus sources.
2015-10-01 18:23:29 +02:00
Torkel Ödegaard
205d4232b9
feat(cloudwatch): only support proxy mode, can remove frontend aws-sdk lib
2015-10-01 17:38:55 +02:00
Torkel Ödegaard
3c6a06a327
feat(cloudwatch): moved specs into plugins dir
2015-10-01 17:00:41 +02:00
Torkel Ödegaard
057b533a39
Merge branch 'master' into cloudwatch
2015-10-01 16:46:59 +02:00
Torkel Ödegaard
7dc923a292
fix(timepicker): fixed displaying of customk time ranges, #2861
2015-10-01 16:36:38 +02:00
Haneysmith, Nathan
7ca261e33e
add graphite multiplySeries function
2015-09-30 11:18:47 -07:00
Mitsuhiro Tanda
d0b744387b
fix unmatched tag
2015-10-01 01:33:13 +09:00
Jimmi Dyson
0c222c4e8c
Fix Prometheus test connection
2015-09-30 16:44:24 +01:00
Jimmi Dyson
b90e4057ba
Convert prometheus specs to typescript
2015-09-30 15:52:15 +01:00
Jimmi Dyson
2e291d73aa
jshint fixes
2015-09-30 12:46:44 +01:00
Jimmi Dyson
daee7970f3
Add label_values query to get labels on a particular metric
2015-09-30 12:29:53 +01:00
Jimmi Dyson
cf0748895e
Prometheus template params fixes
2015-09-29 17:07:11 +01:00
Jimmi Dyson
6e66b8a0fa
Add prometheus datasource
2015-09-29 17:07:11 +01:00
Torkel Ödegaard
d9d3da4def
Merge branch 'prometheus-datasource' of https://github.com/jimmidyson/grafana into prometheus
2015-09-29 08:06:16 +02:00
Jimmi Dyson
bf98cfeadc
Add prometheus datasource
2015-09-28 23:15:33 +01:00
Torkel Ödegaard
8a39b32b5c
refactor: moved elasticsearch specs to plugin folder and to typescript
2015-09-28 16:28:19 +02:00
Torkel Ödegaard
7d2646f60a
refactor: moved influxdb specs to plugins folder
2015-09-28 15:51:02 +02:00
Torkel Ödegaard
1a8bc1dd60
fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837
2015-09-28 15:26:56 +02:00
Torkel Ödegaard
7e434fc019
refactor: moved graphite specs into plugins directory
2015-09-28 15:23:53 +02:00
Torkel Ödegaard
8dfbc55851
Merge branch 'cloudwatch' of https://github.com/mtanda/grafana into cloudwatch
2015-09-28 13:44:30 +02:00
Torkel Ödegaard
3cbfe21b2c
Merge branch 'master' into cloudwatch
2015-09-28 13:43:03 +02:00
Torkel Ödegaard
cb7424ce5e
fix(playlist ui): minor polish / fix to playlist ui, fixes #2831 , other minor css / markup fixes
2015-09-28 11:53:49 +02:00
Torkel Ödegaard
a567939f78
fix(elasticsearch): quote variable value in lucene variable mulit format, fixes #2828
2015-09-28 11:28:08 +02:00
Torkel Ödegaard
b80dc92ca5
Merge branch 'master' of github.com:grafana/grafana
2015-09-27 12:09:45 +02:00
Torkel Ödegaard
57dee76c88
feat(elasticsearch): templating terms query should have size set to zero to return all terms, fixes #2827
2015-09-27 12:09:12 +02:00
Mitsuhiro Tanda
01ec8d0bcb
fix cloudwatch time error
2015-09-26 02:33:52 +09:00
Mitsuhiro Tanda
d09e8a12b4
fix jshint error
2015-09-26 02:33:52 +09:00
Mitsuhiro Tanda
5dd64b97d2
refactor
2015-09-26 02:33:52 +09:00
Mitsuhiro Tanda
9600b1f103
add ebs_volume_ids() for templating
2015-09-26 02:33:51 +09:00
Mitsuhiro Tanda
ca9861e749
fix cloudwatch config editor
2015-09-26 02:33:51 +09:00
Torkel Ödegaard
38bf07f4da
Merge pull request #2817 from utkarshcmu/axes
...
Single stat panel throws warning on multiple series result.
2015-09-25 10:23:10 +02:00
ubhatnagar
026fffa19f
Singlestat Panel Error in InspectCtrl.
2015-09-24 23:13:05 +05:30
Torkel Ödegaard
9da5ef3cbf
fix(singestat): fixed missing sparklines, caused by recent changes to time range handling, fixes #2815
2015-09-24 11:36:25 +02:00
ubhatnagar
ea7fe0c761
Single stat panel throws warning on multiple series result.
2015-09-24 09:40:09 +05:30
Torkel Ödegaard
25d7b8d08d
feat(cloudwatch): resumed work on cloudwath datasource, #684 , #2445
2015-09-23 21:13:19 +02:00
Torkel Ödegaard
f4e3c0a2e4
Revert "poc: some tests for new influxdb editor"
...
This reverts commit 075d01820c
.
2015-09-23 20:57:29 +02:00
Torkel Ödegaard
81ebaae12e
feat(opentsdb): templating, added default match format option, now new variables with opentsdb datasource will automatically use the new pipe format, #2808
2015-09-23 11:18:56 +02:00
Torkel Ödegaard
71984b25e9
Merge pull request #2808 from utkarshcmu/master
...
Implemented Opentsdb MultiSelect Templating.
2015-09-23 11:16:01 +02:00
Torkel Ödegaard
4100c9881a
fix(panel): fixed selecting text in fullscreen edit mode
2015-09-23 10:03:30 +02:00
Torkel Ödegaard
075d01820c
poc: some tests for new influxdb editor
2015-09-23 09:58:36 +02:00
ubhatnagar
866f48f92d
Added pipe in All Format list.
2015-09-23 13:12:35 +05:30
Torkel Ödegaard
2790e4e819
change(influxdb): removed derivative functions from aggregator list
2015-09-23 09:40:53 +02:00
Torkel Ödegaard
8bb2b5e290
fix(influxdb): have alias field visible when using raw query mode, fixes #2803
2015-09-23 09:34:05 +02:00
Torkel Ödegaard
5c55617585
refactor: polishing OpenTSDB related PR #1646 , added caching of aggregators request so only one call is made
2015-09-23 09:17:37 +02:00
Torkel Ödegaard
0e0caabf7d
Merge branch 'master' of https://github.com/mxk1235/grafana into mxk1235-master
2015-09-23 09:08:29 +02:00
ubhatnagar
024a319512
Implemented Opentsdb MultiSelect Templating.
2015-09-23 11:22:57 +05:30
Torkel Ödegaard
f632b3b029
feat(elasticsearch): added new templating all format and muli format named , also added automatic setting of correct all and multi format depending on data source, closes #2696
2015-09-22 14:29:41 +02:00
Torkel Ödegaard
b37f9a7db0
fix(graphite): minor fix to query editor when using summarize function with no metric segments, only series ref, fixes #2788
2015-09-22 13:32:28 +02:00
Torkel Ödegaard
6f9c306260
fix(singlestat): fixed usage of template variable in drilldown link for singlestat, fixes #2787
2015-09-22 12:48:03 +02:00
Torkel Ödegaard
c369350ca7
Merge branch 'master' of github.com:grafana/grafana
2015-09-22 09:32:13 +02:00
Torkel Ödegaard
bc3c394210
feat(elasticsearch): worked on elasticsearch templating support, #2696
2015-09-22 09:31:58 +02:00
ubhatnagar
e49bb1ccc0
Fixed #2798 . Removed unused components.
2015-09-22 12:16:10 +05:30
Torkel Ödegaard
0ef8e086a2
fixed(share modal): fixed issue with sharemodal introduced with recent change to time handling, #2791
2015-09-22 07:32:47 +02:00
Torkel Ödegaard
63665dccae
fix(grafana datasource): fixed the built in test data source, fixes #2795
2015-09-22 07:12:36 +02:00
Torkel Ödegaard
792b194d0e
feat(elasticsearch): finished work on adding support for filters aggregate, you can now split series by query using group by filters, closes #2785
2015-09-21 20:29:05 +02:00
Torkel Ödegaard
e694a74c9d
feat(elasticsearch): work on supporting filters aggregate, #2785
2015-09-21 19:23:18 +02:00
Torkel Ödegaard
9de016bfe3
feat(elasticseach): alias and lucene query fields are now visible/usable when using raw json query, #1034
2015-09-21 12:07:03 +02:00
Torkel Ödegaard
24bff6e04d
ui(dashboard cog icon): minor change to PR #2772 that adds tooltip to cog icon
2015-09-21 11:29:14 +02:00
Torkel Ödegaard
cdab0d208e
Merge branch 'master' of https://github.com/utkarshcmu/grafana into utkarshcmu-master
2015-09-21 11:16:50 +02:00
ubhatnagar
00c89b8354
Removed .jshintrc statement, implemented manage dashboard tooltip.
2015-09-21 08:09:34 +05:30
Torkel Ödegaard
fb767f5680
change: removed drilldown links from extended panel menu
2015-09-19 15:59:29 +02:00
Torkel Ödegaard
c7d22aafd2
feat(drilldown link): better access to drilldown links directly by clicking the external link icon in panel header, fixes #1575
2015-09-19 15:53:48 +02:00
Torkel Ödegaard
b5f237a69b
fix(graph): minor fix for hover tooltip when combined with a single series using stepped lines, fixes #2754
2015-09-19 15:20:53 +02:00
Torkel Ödegaard
b4093ccf59
fix(graphite): minor fix to editor, add function dropdrop extended above page, fixes #1152
2015-09-19 14:58:52 +02:00
Torkel Ödegaard
2f68687de9
feat(timepicker2): temporarily removed the the option to define custom quick range, will have to be part of future issue, closes #2761
2015-09-19 12:20:24 +02:00
Torkel Ödegaard
86f4907cc4
feat(panel fullscreen): completly changed how the fullscreen view/edit works, no longer uses css fixed position, yay, closes #2779
2015-09-19 11:40:51 +02:00
Torkel Ödegaard
c21cffa6d4
fix(timepicker): UTC now works in all scenarios I can think of, manual edit, date picker edit, #2761
2015-09-18 21:01:13 +02:00
Torkel Ödegaard
96b0e70ddd
feat(timepickerv2): fixed lots of minor issues and updated kairosdb and opentsdb data sources to work with the new date formats
2015-09-18 15:06:08 +02:00
Torkel Ödegaard
febe56b062
feat(timepicker): fixed zoomout
2015-09-18 14:04:53 +02:00
Torkel Ödegaard
f5e6722826
feat(timepickerv2): more work on new timepicker, now absolute time mixed with relative time works, yesterday, this day last week, etc now work
2015-09-18 13:54:31 +02:00
Torkel Ödegaard
cea13b1823
feat(timepicker2): moved to controllerAs and bindToController for timepicker component
2015-09-18 12:41:32 +02:00
Torkel Ödegaard
3d85e85f29
fix(events): fixed handling of onAppEvents when used from rootScope, must supply localscope, can now be used in isolate scope scenarios
2015-09-18 12:15:06 +02:00
ubhatnagar
923df8244b
Search Dashboard Panel will hide if 'Manage Dashboards' is clicked.
2015-09-18 02:30:02 -07:00
Torkel Ödegaard
69db9e0d45
feat(timepickerV2): absolute time / calendar picker works, #2761
2015-09-18 11:01:37 +02:00
Torkel Ödegaard
a8a94ef87b
Merge branch 'master' into timepicker2
2015-09-18 10:36:50 +02:00
Torkel Ödegaard
f93215f4ec
feat(timepicker2): more progress
2015-09-18 10:36:47 +02:00
ubhatnagar
9af460600d
Fixed Indentation and Grunt run.
2015-09-18 00:50:55 -07:00
ubhatnagar
e1576b7131
Added Manage Dashboard Tooltip, hides when clicked.
2015-09-18 00:45:29 -07:00
Torkel Ödegaard
2a52d9bdf6
feat(timepicker2): more work on new timepicker
2015-09-18 08:17:19 +02:00
Torkel Ödegaard
ebf49d0668
Merge pull request #2771 from decbis/maxSeries-func-for-groupByNode
...
Added maxSeries option for groupByNode Graphite function
2015-09-18 08:16:46 +02:00
Mike Kobyakov
5d516592d9
Merge remote-tracking branch 'upstream/master'
2015-09-17 23:07:52 -07:00
Eugen Dinca
7dc2b36413
Added maxSeries option for groupByNode function
2015-09-17 16:50:09 -04:00
Torkel Ödegaard
5eefa36111
feat(timepickerv2): big progress on new design of new timepicker, #2761
2015-09-17 22:44:59 +02:00
Torkel Ödegaard
a30f73fe36
feat(timepicker): more work on getting new time formats to work in all data sources
2015-09-17 12:40:04 +02:00