Torkel Ödegaard
f361f324da
feat(elasticsearch): more polish to editor, made interval configurable per query, #1034
2015-09-07 16:35:40 +02:00
Torkel Ödegaard
3999a3caa2
feat(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034
2015-09-07 13:13:27 +02:00
Torkel Ödegaard
efc3def7f2
feat(elasticsearch): small refactoring and polish
2015-09-07 09:36:56 +02:00
Torkel Ödegaard
6c304924f7
feat(elastic_ds): moving time field name to dataasource option, it is no longer specified for each query and date_histogram
2015-09-07 08:57:46 +02:00
Torkel Ödegaard
f90714f8fe
feat(elasticsearch): changed default sort to asc
2015-09-06 16:11:01 +02:00
Torkel Ödegaard
0960360b35
feat(elasticsearch): added support for index time based patterns, #1034
2015-09-06 16:09:42 +02:00
Torkel Ödegaard
8db47e335f
fixed jshint errors
2015-09-06 14:45:12 +02:00
Torkel Ödegaard
c609f67e16
fixed broken editors because of some recent refactorings
2015-09-06 14:29:28 +02:00
Torkel Ödegaard
14cb2b0143
began work on support index time patterns
2015-09-06 12:58:53 +02:00
Torkel Ödegaard
b24c539206
feat(elasticsearch): began work on supporting extended stats metric agg, it gives you standard deviation and more
2015-09-05 20:22:54 +02:00
Torkel Ödegaard
52eeefa6d9
feat(elasticsearch): fields are fetch from mapping instead of docs, you can enter custom value in field options, other fixes, #1034
2015-09-05 19:55:58 +02:00
Torkel Ödegaard
f942ec952e
feat(elasticsearch): worked on percentiles metric aggregator in editor and in elasticsearch response processing
2015-09-05 18:31:42 +02:00
Torkel Ödegaard
3e9aca3ed4
feat(elasticsearch): terms aggregation options are working, things are starting to come together, #1034
2015-09-05 15:41:04 +02:00
Torkel Ödegaard
2d832e10b0
feat(elasticsearch): term metric filters are starting to work! like terms aggregation with top 5, order by metric 1 desc, where metric 1 is maybe average of @load
2015-09-05 12:51:05 +02:00
Torkel Ödegaard
f1e995ec79
feat(elasticsearch): added bucket agg id concept
2015-09-05 12:24:14 +02:00
Torkel Ödegaard
756ec8ccd7
feat(elasticsearch): close to getting group by term options ui working
2015-09-05 10:48:11 +02:00
Torkel Ödegaard
c48f24d269
feat(editor): more work on editor components, extracing things and making reusable directives
2015-09-05 10:14:21 +02:00
Torkel Ödegaard
0d2e13549a
feat(editor): thing are starting to work again
2015-09-05 09:05:09 +02:00
Torkel Ödegaard
f9ce9bdcec
feat(editor): refactoring and making new editor abstractions
2015-09-05 08:07:40 +02:00
Torkel Ödegaard
e339dbf473
feat(elasticsearch): so much work on new editor, its pretty broken right now, but when it is done it is going to be amazing
2015-09-04 22:10:56 +02:00
Torkel Ödegaard
f27f028d44
Merge pull request #2676 from jd/master
...
doc: fix link to basic concepts
2015-09-04 17:34:01 +02:00
Julien Danjou
697aaf7e70
partials: fix closing markup in datasourceHttpConfig
2015-09-04 17:14:27 +02:00
Torkel Ödegaard
cc1e3d0101
feat(elasticsearch): groundwork for a much more sophisticated elasticsearch query editor
2015-09-04 16:05:47 +02:00
Torkel Ödegaard
9daa3997e9
feat(elasticsearch): time field selector now works, #1034
2015-09-04 11:17:52 +02:00
Torkel Ödegaard
83930ec9d1
feat(elasticsearch): raw queries work, more unit tests and polish, #1034
2015-09-04 09:41:23 +02:00
Torkel Ödegaard
5beced458c
fix(): fixed problems in last commit
2015-09-04 07:41:50 +02:00
Torkel Ödegaard
ead451a979
feat(influxdb): More alias options, can now use syntax to reference part of a measurement name (seperated by dots), closes #2599
2015-09-04 07:40:28 +02:00
Torkel Ödegaard
97d42991a7
fix(graph tooltip): fixed graph tooltip when stacking and one series is not stacked (via override), fixes #2670
2015-09-03 21:18:05 +02:00
Torkel Ödegaard
cd6bdc1a78
fix(influxdb): fixed influxdb template var filter suggestion, fixes #2666
2015-09-03 20:53:20 +02:00
Torkel Ödegaard
977f538420
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 16:35:11 +02:00
Torkel Ödegaard
590b155c6c
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 15:56:41 +02:00
Torkel Ödegaard
7e9f11ea1c
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 14:55:48 +02:00
Torkel Ödegaard
525724cc1f
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 14:02:31 +02:00
Torkel Ödegaard
b3bda02063
feat(elasticsearch): lots of work on elasticsearch metrics processing, handling grouped responses, etc, #1034
2015-09-03 12:35:21 +02:00
Torkel Ödegaard
df1d56e7b1
feat(elasticsearch): lots of work on elasticsearch metrics processing, handling grouped responses, etc, #1034
2015-09-03 11:14:25 +02:00
Torkel Ödegaard
d099d8950f
feat(elasticsearch): lots of work on elasticsearch metrics queries, #1034
2015-09-03 08:18:00 +02:00
Torkel Ödegaard
ae7093e0bb
feat(elasticsearch): small progress on new elasticsearch metric query capability
2015-09-02 17:45:41 +02:00
Torkel Ödegaard
d932a877e8
fix(influxdb): removed limit of 20 for influxdb field dropdown, fixes #2655
2015-09-02 16:10:58 +02:00
Torkel Ödegaard
745a7b4461
fix(influxdb): Fixed issue when using the eye to disable queries in the query editor and when applying aliases, #2651
2015-09-02 16:06:28 +02:00
Torkel Ödegaard
9e1a9723c2
Merge branch 'cloudwatch' into elastic_ds
2015-09-02 15:25:45 +02:00
Torkel Ödegaard
e48754c73c
feat(elasticsearch): began work on elasticsearch datasource, based on work in pr #2293 , will need a lot more work
2015-09-02 15:25:40 +02:00
Torkel Ödegaard
096a554bfb
Merge branch 'elasticsearch-datasource' of https://github.com/aheinz-sg/grafana into elastic_ds
2015-09-02 15:12:26 +02:00
Torkel Ödegaard
74da5a610c
fix(spelling): capitalize text
2015-09-02 13:20:19 +02:00
Torkel Ödegaard
ea7c6edcd0
feat(cloudwatch): lots of refactoring and polish work on cloudwatch query editor
2015-09-02 12:40:08 +02:00
Torkel Ödegaard
27d5f02329
refactoring(query editors): broke out metric segment
2015-09-02 11:33:32 +02:00
Torkel Ödegaard
6d7c8431be
fix(inspector): lots of improvements and fixes for the error inspector, now shows you request details and responses in many more cases, fixes #2646
2015-09-02 10:35:15 +02:00
Torkel Ödegaard
3ed63d09d9
Merge branch 'master' into cloudwatch
2015-09-01 17:25:36 +02:00
Torkel Ödegaard
4b4299604b
fix(import): fixed nav link in header, fixes #2633
2015-09-01 17:14:48 +02:00
Torkel Ödegaard
3842bcb921
fix(influxdb): quote field name, fixes #2629
2015-09-01 14:49:42 +02:00
Torkel Ödegaard
6989c6332d
fix(influxdb): fixed issue in last commit
2015-09-01 13:04:59 +02:00
Torkel Ödegaard
209e9ebda7
fix(influxdb): fixes and refactorings of influxdb 0.9 editor, no longer shows template vars in keys dropdown and group by dropdownm, fixes #2636
2015-09-01 13:01:21 +02:00
Torkel Ödegaard
aa89416bca
fix(invite): fixes to org invite stuff, #2630
2015-09-01 12:35:06 +02:00
Torkel Ödegaard
e93fba206d
fix(kariosdb): fixed how kairosdb makes datasource requests, fixes #2628
2015-08-31 19:13:45 +02:00
Torkel Ödegaard
822a689b82
datasource(cloudwatch): began on polishing cloudwatch datasource, #684 , #2445
2015-08-31 19:07:25 +02:00
Torkel Ödegaard
ffbf70af25
Merge branch 'cloudwatch' of https://github.com/mtanda/grafana into cloudwatch
2015-08-31 15:45:49 +02:00
Adam Heinz
d3e307b102
Refactor post-rebase to configure directives.
2015-08-31 09:32:47 -04:00
Adam Heinz
a3e4abfd5e
Added group by to Elasticsearch data source.
2015-08-31 09:04:56 -04:00
Adam Heinz
56d1411253
Replace deprecated facets with aggregations.
2015-08-31 08:53:49 -04:00
Adam Heinz
7bccd17bbe
Enable 'Test Connection' for Elasticsearch datasource.
2015-08-31 08:53:49 -04:00
Adam Heinz
c193208cd2
Rewrite query builder to allow for multiple time series.
2015-08-31 08:53:49 -04:00
Joseph Jones
923f9345a7
add elasticsearch query fields to the es query editor
2015-08-31 08:53:49 -04:00
Adam Heinz
d618526037
Copy/paste influxdb query editor.
2015-08-31 08:53:49 -04:00
Adam Heinz
a1dcd5f069
Initial prototype returning time series from (partially hardcoded) Elasticsearch data source.
2015-08-31 08:53:29 -04:00
Torkel Ödegaard
3dfa28570f
ui(timepicker): slight polish to the time picker options view
2015-08-31 14:12:10 +02:00
Torkel Ödegaard
6fac241404
Merge branch 'signup_remake'
2015-08-31 11:42:30 +02:00
Torkel Ödegaard
d19e101e6b
feat(signup): almost done with new sign up flow, #2353
2015-08-31 11:35:07 +02:00
Torkel Ödegaard
13c70ac02c
feat(signup): selecting org after invite now works
2015-08-31 09:37:14 +02:00
Mitsuhiro Tanda
3405e44a1d
add legend format tip
2015-08-31 16:03:39 +09:00
Mitsuhiro Tanda
8c5a28c0b8
improve dollar escape
2015-08-31 16:03:28 +09:00
Mitsuhiro Tanda
7229c59b8e
escape {} in tip
2015-08-31 16:02:59 +09:00
Torkel Ödegaard
14884d5a2b
feat(signup): progress on new signup flow, #2353
2015-08-30 18:56:53 +02:00
Torkel Ödegaard
688ed405df
fix(graph tooltip): multi series tooltip did no highlight correct point when stacking was enabled and series were of different resolution, fixes #2620
2015-08-30 11:11:43 +02:00
Torkel Ödegaard
d3c79c9b49
fix(datasource query editors): fixed issue with duplicate query and the query letter (refId)
2015-08-30 10:24:15 +02:00
Torkel Ödegaard
c61b22cefb
feat(signup): progress on new sign up and email verification flow, #2353
2015-08-28 13:45:16 +02:00
Torkel Ödegaard
24dfa55465
feat(signup): progress on new sign up and email verification flow, #2353
2015-08-28 09:24:30 +02:00
Torkel Ödegaard
d25624a8ad
feat(signup): began work on new / alternate signup flow that includes email verification, #2353
2015-08-27 13:59:58 +02:00
Torkel Ödegaard
7e44a8ed1d
feat(tagmanager): added Name variable to datalayer
2015-08-26 15:07:39 +02:00
Torkel Ödegaard
874503ca68
fix(ngblur): removed ngblur directive as it conflicted with angular naitive directive, fixes #2429
2015-08-26 13:05:33 +02:00
robbie
46c0215b1f
updating the limit of returned tagvs in a MetricKeyLookup since opentsdb supports limit in 2.1.0
2015-08-25 12:46:54 -07:00
Mitsuhiro Tanda
7c6e49ec65
fix too much CloudWatch query
2015-08-26 00:31:59 +09:00
Torkel Ödegaard
9a142cea7a
fix(panel links): fixed panel height issue when using panel links, could cause strange panel flow, fixes #2576
2015-08-25 15:49:46 +02:00
Torkel Ödegaard
af95daadf4
fix(jscs): fixed failing js style check
2015-08-25 09:39:42 +02:00
Torkel Ödegaard
6e8d5cd873
fix(opentsdb): blur event triggered twice for metric selector, caused double query to opentsdb after metric name change
2015-08-25 09:34:43 +02:00
Torkel Ödegaard
48686cf9f7
fix(influxdb_09): fix for handling empty series object in response from influxdb, fixes #2413
2015-08-25 09:11:39 +02:00
Mitsuhiro Tanda
b7fc3059b6
add legend format
2015-08-25 15:51:32 +09:00
Mitsuhiro Tanda
64ce5e0fad
add tooltip
2015-08-25 13:35:27 +09:00
Mitsuhiro Tanda
d815d06c1c
ignore empty custom metrics setting
2015-08-24 22:13:53 +09:00
Mitsuhiro Tanda
c0c8465ec2
add loading custom metrics definitions
2015-08-24 22:06:45 +09:00
Torkel Ödegaard
364d9de751
feat(ui viewer): prevent viewers from creating new dashboard or importing dashboard, closes #2590
2015-08-24 14:24:10 +02:00
Mitsuhiro Tanda
e74be5887c
don't require cloudwatch dimension
2015-08-24 11:38:52 +09:00
Mitsuhiro Tanda
253d0c834c
change required option by access mode
2015-08-23 14:54:08 +09:00
Mitsuhiro Tanda
feb19adb8f
fix checkbox
2015-08-23 14:53:58 +09:00
Denis Doria
06077faa6a
Fix small typo "dashbord" to dashboard
2015-08-22 11:48:35 +02:00
Torkel Ödegaard
960a4f71a3
fix(jsc): fixed javascript indenting
2015-08-21 16:28:01 +02:00
Torkel Ödegaard
292db86c9e
feat(relative time override): You can now use the new relative time option in panel time override, closes #2575
2015-08-21 16:19:51 +02:00
Torkel Ödegaard
6d3b36d61b
fix(annotations): removed accidental test code from annotationsSrv
2015-08-21 15:32:20 +02:00
Torkel Ödegaard
c876aa537a
feat(panel resize): Resize handles in panel bottom right corners for easy width and height change, closes #2577
...
Conflicts:
public/app/features/panel/panelDirective.js
2015-08-21 14:59:15 +02:00
Mitsuhiro Tanda
f1e5238e16
escape dimension if it is variable name
2015-08-21 20:15:45 +09:00
Mitsuhiro Tanda
d75d4a5c08
filter empty dimension
2015-08-21 18:29:38 +09:00
Mitsuhiro Tanda
266fe876ba
pass dimension in metricFindQuery
2015-08-21 18:29:32 +09:00
Torkel Ödegaard
ca53ae4fc5
fix(templating): Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url), fixes #2564
2015-08-21 10:40:14 +02:00
Torkel Ödegaard
8f35683ccb
fix(annotations): Fixed issue when html sanitizer failes for title to annotation body, now fallbacks to html escaping title and text, fixes #2563
2015-08-21 10:17:02 +02:00
Torkel Ödegaard
30cd782e92
fix(snapshot): Fix for snapshot with expire 7 days option, 7 days option not correct, was 7 hours, fixes #2574
2015-08-21 09:51:16 +02:00
Torkel Ödegaard
3d37c9c9a3
feat(tagmanager): support to add google tagmanager id, closes #2569
2015-08-21 09:30:39 +02:00
Mitsuhiro Tanda
c72bddf15e
add cloudwatch datasource test
2015-08-21 12:55:18 +09:00
Torkel Ödegaard
abd7c15ba8
fix(TimePicker): Fix for when you applied custom time range it did not refreh dashboard, fixes #2565
2015-08-20 17:57:15 +02:00
Torkel Ödegaard
5b9ea96dc5
Merge branch 'v2.1.x'
...
Conflicts:
CHANGELOG.md
package.json
2015-08-20 11:16:05 +02:00
Torkel Ödegaard
e5794ed1c1
fix(dragdrop): Fix for broken drag drop behavior, fixes #2558
2015-08-20 11:12:06 +02:00
Mitsuhiro Tanda
00f76ecaf6
CloudWatch proxy support
2015-08-20 00:51:23 +09:00
Torkel Ödegaard
aa21bfd8a8
fix(timepicker): fixed for viewing auto refresh submenu when timpicker selection is set to Today, fixes #2552
2015-08-19 13:25:36 +02:00
Torkel Ödegaard
0339026674
fix(default datasource): minor fix for handling of default datasource
2015-08-18 20:04:24 +02:00
Torkel Ödegaard
50281f12b9
fix(default datasource): minor fix for handling of default datasource
2015-08-18 14:54:56 +02:00
Mitsuhiro Tanda
1c6b7203cc
add template variable to drop down list
2015-08-18 20:35:12 +09:00
Torkel Ödegaard
bf5081ec8c
fix(type ahead): fixed highlight, and made the highlight more distinct, also rolled back #2436 due to its issues on linux and windows, fixes #2527
2015-08-18 10:09:12 +02:00
Torkel Ödegaard
9a9c9b2b12
Merge branch 'query-editor-breakout'
...
Conflicts:
CHANGELOG.md
2015-08-18 08:23:13 +02:00
Torkel Ödegaard
5c2d49f7ce
feat(mixed datasource): updated Elasticsearch so it uses new way to define annotations editor
2015-08-18 07:58:44 +02:00
Mitsuhiro Tanda
28ccd63255
fix templating
2015-08-18 13:29:17 +09:00
Torkel Ödegaard
3de041a411
feat(mixed datasource): added datasource name to left of query hamburger #436
2015-08-17 21:25:08 +02:00
Torkel Ödegaard
00f5f8b2a0
feat(mixed datasource): polishing feature, making sure everything works, #436
2015-08-17 21:20:09 +02:00
Torkel Ödegaard
95f1343a59
feat(mixed datasource): fixing varios issues with the query editor changes, updated kariosdb data source editor to work with the new model, #436
2015-08-17 20:53:40 +02:00
Torkel Ödegaard
b4115b0362
feat(query editor): updated influxdb 0.8.x data source query editors to new abstraction
2015-08-17 17:28:03 +02:00
Torkel Ödegaard
6ee0f2c6a7
feat(mixed data source queries): lots of minor polish to new mixed data source and all the changes it has required, #436
2015-08-17 17:07:33 +02:00
Torkel Ödegaard
af39e4de3e
Merge branch 'v2.1.x'
...
Conflicts:
CHANGELOG.md
2015-08-17 15:02:47 +02:00
Torkel Ödegaard
0d8303cf5d
fix(templating): fix for setting template variable value via url and having repeated panels or rows, fixes #2534
2015-08-17 15:01:16 +02:00
Torkel Ödegaard
4a6b5274bc
feat(invite): fixes for org invite enhancement story, #2353
2015-08-17 10:55:52 +02:00
Torkel Ödegaard
f7ea420a3f
Merge pull request #2521 from mattttt/email-tweaks
...
Email tweaks
2015-08-17 10:33:06 +02:00
Torkel Ödegaard
56d5b0b12a
feat(mixed datasource): minor progress
2015-08-17 10:31:54 +02:00
Torkel Ödegaard
a16c63a43e
feat(mixed datasources): continued work on editor design change
2015-08-16 20:52:30 +02:00
Torkel Ödegaard
3105215425
feat(mixed datasource): changed how query ref ids (letters) are assigned, now they are persisted
2015-08-16 11:24:32 +02:00
Torkel Ödegaard
e916f93787
feat(mixed datasource): fixed failing unit tests
2015-08-16 10:06:36 +02:00
Torkel Ödegaard
1332ddbc93
feat(mixed datasources): updated OpenTSDB data source query editor to new model, #436
2015-08-16 09:52:45 +02:00
Torkel Ödegaard
b30dfcf28a
feat(datasource): added new mixed data source
2015-08-16 01:34:09 +02:00
Torkel Ödegaard
b9cfade18c
feat(mutli db query): major changes to query editor and data source handling, looks promising
2015-08-15 23:11:37 +02:00
Torkel Ödegaard
ad1fa110ff
change(search): opening search dropdown should not take you out of fullscreen view or edit
2015-08-15 21:57:41 +02:00
Torkel Ödegaard
ed49962120
refactor(): began work on big design change for how data source query editors are loaded
2015-08-15 21:49:30 +02:00
Matt Toback
0651f134e4
Backed our new styles out of ink.css and moved them into style.css. Small margin tweaks, looking good to go.
2015-08-14 15:21:51 -04:00
Pivotal
dc9c2773cb
fix test connection bug
2015-08-14 13:50:01 +08:00
Matt Toback
60eec49e95
Added in additional text and incorporated the bulletproof button that was built for raintank. Needs some help from Torkel or Nick to make sure it's cleaner
2015-08-13 17:57:58 -04:00
Mitsuhiro Tanda
caccacf52b
don't calculate cumulative value if series overrides stack to false
2015-08-13 13:40:16 +09:00
Torkel Ödegaard
8fcaa4997d
feat(admin): Deleting org from orgs list now works, will permanently delete dashboards, data sources, etc, closes #2457
2015-08-12 08:59:39 +02:00
Torkel Ödegaard
745162c589
fix(graphite): Import dashboard from graphite is working again, fixes #2490
2015-08-11 21:20:20 +02:00
Torkel Ödegaard
089508db8e
fix(influxdb 0.9): removed function from function dropdown as this function does not exist in InfluxDB 0.9
2015-08-11 21:10:15 +02:00
Torkel Ödegaard
fe093c6385
feat(timepicker): added new relative time option , will set time range to midnight to now, closes #1186
2015-08-11 19:16:45 +02:00
Torkel Ödegaard
43ef9f909a
feat(admin): admin page for all grafana organizations (list / edit view), #2457
2015-08-11 15:20:50 +02:00
Mitsuhiro Tanda
4f42dae3cb
change behavior of dimension value suggestion
2015-08-11 20:43:34 +09:00
Torkel Ödegaard
234d1291f9
Merge branch 'invite'
...
Conflicts:
public/css/less/gfbox.less
public/emails/reset_password.html
public/emails/welcome_on_signup.html
2015-08-11 11:22:43 +02:00
Torkel Ödegaard
74932e6311
feat(invite): added specific email for invites to existing grafana users
2015-08-11 10:35:10 +02:00
Torkel Ödegaard
b0b96aa410
Moved reset password and welcome on sign up email to new email build template system
2015-08-11 10:01:52 +02:00
Mitsuhiro Tanda
deedd166db
add metricFindQuery
2015-08-11 14:26:24 +09:00
Mitsuhiro Tanda
6ffab821b2
refactor suggest function
2015-08-11 14:26:18 +09:00
Mitsuhiro Tanda
6705902a94
fix style
2015-08-11 10:17:48 +09:00
Mitsuhiro Tanda
fd96e30c9c
add region field in query editor
2015-08-11 10:17:39 +09:00
Torkel Ödegaard
4439545428
feat(invite): lots of work completing the new email template system and css inlineing, converted new_user_invite.html to new system, #2353
2015-08-10 21:24:47 +02:00
Torkel Ödegaard
e53c1e39d3
feat(invite): can now add org user with sername again, #2353
2015-08-10 14:03:08 +02:00
Torkel Ödegaard
775e044e69
feat(invite): progress on invite feature, #2353
2015-08-10 13:47:06 +02:00
Torkel Ödegaard
4b849243ce
Merge branch 'influxdb_alias_columns' of https://github.com/thuck/grafana into thuck-influxdb_alias_columns
2015-08-10 09:11:19 +02:00
Torkel Ödegaard
e7fc72067a
refactor(influxdb): refactoring of PR 2477, added unit tests, #2477
2015-08-10 09:09:39 +02:00
Torkel Ödegaard
ca6476a57f
Merge branch 'influxdb_operators' of https://github.com/thuck/grafana into thuck-influxdb_operators
2015-08-10 08:45:16 +02:00
Torkel Ödegaard
fb9f954882
fix(graphite): Fix for bug when using series ref (#A-Z) and referenced series is hidden in query editor. fixes #2484
2015-08-10 07:59:27 +02:00
Denis Doria
a4af30675d
Included $col as an option for the "Alias pattern" on influxdb
...
With this patch it's possible to use the column name as an identifier.
This can help when we have multiple columns as it would be possible to automatic generate a legend.
Also this would help in future when grafana could support the "AS" in the query builder.
2015-08-10 00:22:08 +02:00
Torkel Ödegaard
95cad91bae
Merge pull request #2482 from thuck/influxdb_fill
...
Including more special options for fill
2015-08-09 20:18:45 +02:00
Denis Doria
166a56828d
Including more special options for fill
...
Included "previous" and "none" as possible values for fill.
From the influxdb documentation:
- "previous" means the values of the previous window is used.
- "none" means that all null values are removed.
2015-08-09 19:17:01 +02:00
Denis Doria
950d4bb24e
Code style correction
2015-08-09 12:03:51 +02:00
Denis Doria
42caf02fb0
Include context for operators
...
Depending of the value a different set of operators will show up.
If regex only =~ and !~ will show up.
Any other value will show =, <>, <, >.
2015-08-09 11:58:08 +02:00
Denis Doria
4bd83443f8
Fixing issue for missing tag.operator
...
This should fix the case from when we migrate from a version that doesn't contain tag.operator.
2015-08-08 17:00:10 +02:00
Denis Doria
5a906e0f3e
Fix small corner case
2015-08-08 14:40:55 +02:00
Denis Doria
a51d900da0
Fix code style and included missed semicolon
2015-08-08 13:54:01 +02:00
Denis Doria
9a9902cea9
Includes more comparators/operators for influxdb
...
This patch includes some missing comparators/operators for influxdb:
> - greater than
< - less than
<> - not equal
!~ - doesn't match against
It includes the tag.operator fields to facilitate identification of the operators on the segments.
It keeps the logic for the regex syntax; although it changes the way to validate it, to handle the new operators use case.
2015-08-08 13:31:37 +02:00
Torkel Ödegaard
81790aed13
tech(lib upgrade): updated angularjs to 1.4.3
2015-08-08 12:31:37 +02:00
Torkel Ödegaard
0ed4744a33
influxdb(auth): fixed issue with using basic auth and influxdb, fixes #2455
2015-08-07 11:02:32 +02:00
Torkel Ödegaard
776ca86a60
Merge pull request #2458 from thuck/influxdb_non_negative_derivative
...
Including non_negative_derivative function on influxdb
2015-08-07 10:20:25 +02:00
Torkel Ödegaard
c43f2bbb86
fix(singlestat): fix to handle series with no data points, fixes #2460
2015-08-07 10:03:21 +02:00
Denis Doria
f3fc128ec3
Including non_negative_derivative function on influxdb
...
Since version 0.9.0 of influxdb the non_negative_derivative function
is merged, this small patch includes it as an option on grafana.
2015-08-06 10:23:52 +02:00
Mitsuhiro Tanda
6a697eed2f
fix deactivating statistics bug
2015-08-06 14:41:06 +09:00
Torkel Ödegaard
41e13fab55
fix(influxdb): fix for using template variables in side alias field in influxdb 0.9 editor, fixes #2446
2015-08-05 18:42:03 +02:00
Mitsuhiro Tanda
134819cb45
fix jshint error
2015-08-06 00:05:40 +09:00
Mitsuhiro Tanda
88ce05976e
add CloudWatch datasource
2015-08-05 23:10:32 +09:00
Torkel Ödegaard
bd7ae3dc71
fix(templating): fix for text panel when using template variables in text and repeating panel, fixes #2442
2015-08-05 14:23:09 +02:00
Torkel Ödegaard
91e5fcf8f1
fix(templating): fixed issue with repeat row, was pretty buggy due to very recent change, fixes #2443
2015-08-05 14:19:09 +02:00
Matt Toback
b64c550989
Added some small styling tweaks to the modals, and adjusted some copy.
2015-08-04 15:58:07 -04:00
Matt
997bd030f9
Changed font weight to look less muddy
...
Changed the font weight to look a bit less muddy. Any reason why we cant use a number instead of bold?
2015-08-04 15:38:45 -04:00
Torkel Ödegaard
85b606b7d2
fix(test): fix for failing unit test
2015-08-04 15:44:29 +02:00
Torkel Ödegaard
775a805959
fix(): fix for cleaning up repeat panel scope for orphaned panels or duplicated panels
2015-08-04 15:15:03 +02:00
Torkel Ödegaard
0586dbaf8b
feat(save_as): imporved save as dialog, now auto focus, and enter key to submit works, closes #2426
2015-08-03 10:46:07 +02:00
Torkel Ödegaard
dd6a34e60a
fix(influxdb): very minor fix to editor, blur event for alias input caused two refresh events, fixes #2429
2015-08-03 10:18:18 +02:00
Trent White
6b6b102079
updated some hard-coded colors to variables so they work well on light theme
2015-07-31 15:51:31 -04:00
Torkel Ödegaard
0fd4c3bd00
fix(templating): small fixed toplaceholder text in template variable editor
2015-07-31 14:56:51 +02:00
Torkel Ödegaard
7cae087eb9
fix(influxdb_09): fixed handling of regex measurement in explore queries, fixes #2415
2015-07-31 09:17:14 +02:00
Torkel Ödegaard
4c7e52288d
fix(templating): another fix for panel links and repeat panels, #2410
2015-07-30 12:04:52 +02:00
Torkel Ödegaard
e108fecdd6
fix(influxdb): fixed issue with empty influxdb result object, fixes #2294
2015-07-30 10:51:26 +02:00
Torkel Ödegaard
2cc53f328b
fix(templating): fixed scoped vars issue when generating urls for panel links, fixes #2410
2015-07-30 08:28:42 +02:00
Torkel Ödegaard
aaae23e9f0
fix(templating): fixed issue with templated dashboard and error selectOptionsForCurrentValue undefined
2015-07-30 08:08:08 +02:00
Torkel Ödegaard
fb81a4f318
Merge pull request #2299 from espenfjo/kairosdb-sensible-tag-values
...
KairosDB: Update the template functionality to cohere with the very closely related OpenTSDB plugin
2015-07-29 20:46:13 +02:00
Torkel Ödegaard
5a160f426e
feat(invite): trying to get username to work as well
2015-07-29 09:30:23 +02:00
Torkel Ödegaard
0367edf898
Merge pull request #2380 from stesie/graphite-function-removeEmptySeries
...
New graphite function: removeEmptySeries
2015-07-29 08:24:35 +02:00
wKich
cae06f6cf4
Fix font awesome in OS X Safari
2015-07-27 12:41:11 +05:00
Torkel Ödegaard
6d6af09296
feat(invite): handling of existing org user case when inviting, #2353
2015-07-21 12:18:11 +02:00
Torkel Ödegaard
55af0ce297
fix(ui): fix scrolling issue when editors are open, fixes #2371
2015-07-21 11:05:25 +02:00
Torkel Ödegaard
6b25453f11
templating(influxdb): regex escape values when multi or all format is enabled, closes #2373
2015-07-21 11:00:09 +02:00
Torkel Ödegaard
06a32ce7be
emails(): updated email templates
2015-07-21 09:59:40 +02:00
Jacob Shafton
ce45879efb
Fixes "no datapoints" from InfluxDB 0.9.1 data source
...
This removes usage of the `ORDER BY` clause for InfluxDB 0.9.x data
sources, which is currently not supported in the latest InfluxDB master
(0.9.1).
2015-07-20 11:13:57 -05:00
Torkel Ödegaard
ab54971763
feat(invite): more progress on completing invite form and actually creating a real user, #2353
2015-07-20 17:46:48 +02:00
Torkel Ödegaard
d75f96fdd5
feat(invite): more progress on invited / sigup view, #2353
2015-07-20 15:52:49 +02:00
Torkel Ödegaard
024c112944
feat(invite): redesign for pending invite list, added revoke button and link, copy invite also works now, #2353
2015-07-20 14:26:49 +02:00
Torkel Ödegaard
3242354a4b
feat(invite): worked on pending invitations list, revoke invite now works, #2353
2015-07-20 10:57:39 +02:00
Torkel Ödegaard
4ac652b127
feat(invite): began work on invited signup view, also added backdrop to login view, #2353
2015-07-19 12:34:03 +02:00
Torkel Ödegaard
6088f83408
feat(invite): inital pass on sending new user invite email, #2353
2015-07-18 17:39:12 +02:00
Torkel Ödegaard
a82aa8203b
Merge branch 'master' into invite
2015-07-18 10:14:45 +02:00
Torkel Ödegaard
0a59d6ab2f
fix(repeat panel): fix for unwanted unsaved changes warnings when using repeat panel, #2364
2015-07-18 10:14:21 +02:00
Torkel Ödegaard
2c7e807738
feat(invite): small style change
2015-07-17 17:22:42 +02:00
Torkel Ödegaard
39430e1cee
Merge pull request #2361 from mtanda/fix_link
...
Fix dashboard/panel link in Scripted Dashboard
2015-07-17 15:49:08 +02:00
Torkel Ödegaard
142a323efd
fix(save as): fixed issue with save as and overwriting a dashboard with the same name
2015-07-17 15:34:15 +02:00
Torkel Ödegaard
ea198fea6e
fix(graph): fixed legend color when having many many series, fixes #2359
2015-07-17 15:20:12 +02:00
Torkel Ödegaard
666013b010
fix(panel repeat): fixed issue with repeat panels in combination with setting variable values from URL, fixes #2351
2015-07-17 14:59:05 +02:00
Torkel Ödegaard
c7dafd4b42
fix(repeat panel): fixed issue with snapshoting a dashboard with repeated panels, Fixes #2352
2015-07-17 14:45:49 +02:00
Torkel Ödegaard
2724cf5db8
feat(invite): small progress
2015-07-17 14:42:49 +02:00
Stefan Siegl
ea623cb5a1
New graphite function removeEmptySeries
2015-07-17 12:32:29 +02:00
Torkel Ödegaard
0ffcce1b5d
feat(invite): more work on invite, basic creation works, added new tab directive from angular-ui and made new tab style, #2353
2015-07-17 09:51:34 +02:00
Mitsuhiro Tanda
8ac47b4e24
fix dashboard/panel link in scripted dashboard
2015-07-17 15:40:52 +09:00
Torkel Ödegaard
c3a5822a40
feat(user invite): progress on user invite feature, #2353
2015-07-16 12:38:55 +02:00
Torkel Ödegaard
2f4d3be303
fix(panellinks): fixed open in new tab issue for dashboard links, Fixes #2354
2015-07-16 12:06:49 +02:00
Torkel Ödegaard
57c78bc603
feat(invite): began work on invite users dialog, #2353
2015-07-16 10:44:55 +02:00
Mike Kobyakov
f76374cd8f
fix testDatasource, which was calling performSuggestQuery instead of _performSuggestQuery
2015-07-15 12:03:22 -07:00
Torkel Ödegaard
494810393a
feat(templating): new template variable selection dropdown now supports accepting custom values that are not an actual selectable value, Fixes #2344
2015-07-15 17:21:54 +02:00
Torkel Ödegaard
3e3980dbac
made snapshot post url http scheme agnostic, #1725
2015-07-13 09:37:10 +02:00
Torkel Ödegaard
9f6c9cd6ff
fix(graphite): raw query mode (disable graphite query editor mode) is now persisted property on the query, Fixes #2328 , Fixes #2307
2015-07-12 18:18:04 +02:00
Mike Kobyakov
eb88a53223
fix for a change in datasource object
2015-07-10 16:09:08 -07:00
Mike Kobyakov
76c18e50a4
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
public/app/plugins/datasource/opentsdb/datasource.js
2015-07-10 15:55:45 -07:00
Johannes Wienke
244e682c2b
Series override option to hide legend entries
...
Adds a series override option to hide certain series from the legend.
* public/app/components/timeSeries.js: boolean flag to decide display in
legend and application of override option for this flag
* public/app/panels/graph/legend.js: exclude hidden series
* public/app/panels/graph/seriesOverridesCtrl.js: add legend override
option
This fixes #2324
2015-07-10 12:16:41 +02:00
Torkel Ödegaard
8eee0d574c
Merge branch 'influxdb-09-fields-enhancements'
2015-07-09 17:17:46 +02:00
Torkel Ödegaard
150fd869a0
Finalized work on influxdb field and func selection, #2311
2015-07-09 17:17:17 +02:00
Torkel Ödegaard
50795adcf0
feat(influxdb 0.9): field lookup and other enhancements, #2311
2015-07-09 16:36:47 +02:00
Torkel Ödegaard
3f2c1de28d
fix(OpenTSDB): fixed issue with OpenTSDB and query to result matching, Fixes #2315
2015-07-09 09:00:13 +02:00
Torkel Ödegaard
597c1f6a41
feat(influxdb): began work on some influxdb enhancements, #2311
2015-07-08 17:41:36 +02:00
Torkel Ödegaard
5d7c485991
fix(templating): can now use template vars in collapsed row title, Fixes #2305
2015-07-08 13:44:36 +02:00
Espen Fjellvær Olsen
d97f24cfc3
Update QueryController to conform with OpenTSDB Controller
2015-07-08 13:00:22 +02:00
Espen Fjellvær Olsen
48975e6533
Keep QueryController up to date as well
2015-07-08 09:36:25 +02:00
Espen Fjellvær Olsen
3980d25c23
Remove superfluous whitespaces
2015-07-08 09:29:54 +02:00
Espen Fjellvær Olsen
2255cb53f0
Close the gap between the key and the value in the js objects
2015-07-08 09:29:54 +02:00
Espen Fjellvær Olsen
521072daea
KairosDB: Streamline the Templating with the very related OpenTSDB plugin
...
Since KairosDB is a fork of OpenTSDB it makes sense to (At least for the time being) keep their code bases similar-ish.
2015-07-08 09:29:54 +02:00
Haneysmith, Nathan
56c332a3dd
more test updates for influxdb quoting
2015-07-07 13:19:15 -07:00
Haneysmith, Nathan
cd53c78449
updating tests for influxdb quoting
2015-07-07 13:15:51 -07:00
Haneysmith, Nathan
f237cac074
add double quotes around tags
2015-07-07 11:56:36 -07:00
Torkel Ödegaard
8d7ac3862c
Fixed issue with dashlinks/panellinks and sending template variable value 'All', Fixes #2297
2015-07-07 14:28:49 +02:00
Torkel Ödegaard
af50188a60
Removed alpha notice for influxdb 0.9 data source config
2015-07-06 17:16:17 +02:00
Torkel Ödegaard
572d35506b
Removed some editor srv properites from data sources, they are not needed there anymore, they are in plugin.json, Closes #2283
2015-07-06 15:58:16 +02:00
Torkel Ödegaard
dbd46a523f
Work arround for slower template variable dropdown when variable has many thousand values, now only top 1000 values are rendered to html, you can still search all values, Closes #2246
2015-07-06 13:43:08 +02:00
Torkel Ödegaard
3c86c9908c
Added docs for dashboard list panel, #2276
2015-07-06 12:24:11 +02:00
Torkel Ödegaard
37d75905ed
Added min span option for panel repeater, #1888
2015-07-06 09:57:00 +02:00
Torkel Ödegaard
19812feb62
Increased max metric suggest count to 1000 for OpenTSDB, Closes #2281
2015-07-06 09:22:34 +02:00
Torkel Ödegaard
90ecb4c544
Merge pull request #2286 from awiddersheim/fix/parenthesis_typo
...
Fix 'paranthesis' typo to 'parenthesis'
2015-07-06 09:03:52 +02:00
Andrew Widdersheim
e20e2117f7
Fix 'paranthesis' typo to 'parenthesis'
...
This typo is most noticable in the Graphite lexer error hint message.
2015-07-05 21:22:40 -04:00
Andrew Widdersheim
7f602feff4
Allow pipe ('|') in Graphite lexer
...
Allow for Graphite lexer to understand metric names like
'net|usage_average'.
2015-07-05 21:19:12 -04:00
gcormier9
4a9949e643
Support dot (.) in metric name
...
I'd like to update the regex in order to support dot in metric name. For example "cpu.usage.average".
2015-07-03 15:57:46 -04:00
Torkel Ödegaard
2ac07f12b0
Merge branch 'master' of https://github.com/williamjoy/grafana
2015-07-02 10:05:45 +02:00
Torkel Ödegaard
5494be4493
Some fixes related to OpenTSDB enhancements, #1250
2015-07-02 10:04:15 +02:00
Torkel Ödegaard
8ed0df64c7
Fixes to OpenTSDB datasource, and added support for repeat panels and repeat rows
2015-07-01 08:56:47 +02:00
Torkel Ödegaard
e508db994e
OpenTSDB: Support for template variable values lookup queries, Closes #1250
2015-06-30 15:32:43 +02:00
Torkel Ödegaard
f58e228d11
Merge branch 'lexh-restrict-tag-keys-values'
2015-06-30 12:28:01 +02:00
Torkel Ödegaard
97f54ac385
Small fix to PR 2119
2015-06-30 12:27:42 +02:00
Torkel Ödegaard
15e6a4266c
Fixed OR statement for influxdb 0.9 editor, #1525
2015-06-29 16:03:30 +02:00
Torkel Ödegaard
11170dd34c
feat(singlestat): Added support for string values, Closes #2203
2015-06-29 09:22:08 +02:00
Torkel Ödegaard
68a45608e6
Merge branch 'master' of github.com:grafana/grafana
2015-06-29 09:02:39 +02:00
Torkel Ödegaard
0838f432ca
refactor(influxdb series handling): performance and refactoring of PR #2179 , also switched to InfluxDB epoch json format
2015-06-29 09:02:07 +02:00
Torkel Ödegaard
c0d2241523
Merge branch 'topic-multi-select-influxdb9' of https://github.com/randywallace/grafana into randywallace-topic-multi-select-influxdb9
2015-06-29 08:20:10 +02:00
Torkel Ödegaard
6e8505ae61
Merge pull request #2242 from sbouchex/master
...
Added Pressure units (mbar and hPa) and db unit
2015-06-29 08:14:40 +02:00
Torkel Ödegaard
aaeab3177e
Merge pull request #2243 from craftytrickster/blank-variable-fix
...
Added fix for template variables when no options are available to select
2015-06-29 08:14:01 +02:00
James Turnbull
f14c6efaf8
Capitalise panel menu items
...
It's a minor thing but other options seem to be generally capitalised. This felt discordant.
2015-06-28 14:42:39 -04:00
Sébastien Bouchex Bellomié
9d4cce74b2
Added dB unit
2015-06-27 16:59:34 +02:00
Sébastien Bouchex Bellomié
05fc34533f
Merge remote-tracking branch 'grafana/master'
2015-06-26 20:21:32 +02:00
David Raifaizen
ca42d976a7
Added fix for template variables when no options are available to select
2015-06-26 14:15:14 -04:00
Torkel Ödegaard
20d5d0eee6
Fixed issue with annotations that only occurs in optimized build, Fixes #2176 , Fixes #2239
2015-06-26 19:42:33 +02:00
Torkel Ödegaard
693af182c7
Fixed broken playlist in master, Fixes #2240
2015-06-26 19:11:52 +02:00
Torkel Ödegaard
2dbb370955
Working on resize handle, drag to resize panels & rows
2015-06-26 18:45:23 +02:00
aba824a317
Added Pressure units (mbar and hPa)
2015-06-26 17:34:21 +02:00
5f513773c1
Added Pressure units (mbar and hPa)
2015-06-26 17:28:53 +02:00
999894cccb
Added Pressure unit (mbar and hPa)
2015-06-26 17:22:41 +02:00
Torkel Ödegaard
906e70e599
Batch all influxdb 0.9 queries (per panel) in one request, #1525
2015-06-26 11:27:49 +02:00
Torkel Ödegaard
3f167d7fd1
more work on influxdb 0.9 query editor and query builder, can now handle regex conditions, tag operator and tag value quotes changes automatically depending if the tag value is a regex or not, #1525
2015-06-26 10:38:39 +02:00
Torkel Ödegaard
dd8d6bc705
Changed regex typeahead lookup, also works with literal regex patterns
2015-06-26 09:40:55 +02:00
Torkel Ödegaard
43afd7dff9
Fixed on blur event for influxdb 0.9 raw query editor, #1525
2015-06-26 07:54:55 +02:00
Torkel Ödegaard
9266d3789b
Merge remote-tracking branch 'origin/kariosdb'
...
Conflicts:
public/test/test-main.js
2015-06-25 18:34:41 +02:00
Torkel Ödegaard
7806da11e6
Fixed issue with test data source connection and direct access, Fixes #2219
2015-06-24 21:31:16 +02:00
Torkel Ödegaard
ec98f9181b
Fixed issue with new variable value select dropdown and parent -> child updates, Fixes #2215
2015-06-23 20:09:17 +02:00
Torkel Ödegaard
ba2deb5f7b
Merge branch 'master' of github.com:grafana/grafana
2015-06-22 22:30:03 +02:00
Torkel Ödegaard
7794442277
Make influxdb 0.9 raw query mode still show alias input field, #1525
2015-06-22 22:29:49 +02:00
Torkel Ödegaard
fb8775124c
Merge pull request #2207 from lahma/features/influxdb-scoped-vars
...
#1525 add support for scoped vars for InfluxDB 0.9
2015-06-22 21:26:09 +02:00
Marko Lahma
680865f13c
#1525 add support for scoped vars for InfluxDB 0.9
2015-06-22 22:22:29 +03:00
Torkel Ödegaard
98a07eff81
Worked on enhancing panel links to support dash link features, like auto variable to url params includes, Closes #2200
2015-06-22 17:44:46 +02:00
Torkel Ödegaard
3f917b0af5
Updated org creation view, after creating new org user is switched to that org and redirect to org details view, Closes #2198
2015-06-22 08:13:21 +02:00
Torkel Ödegaard
d3c6db1ba8
Fixed tabindex for organization dropdown, Fixes #2150
2015-06-19 16:42:45 -04:00
Torkel Ödegaard
2a693f7f08
Fixed issue with multi select template variable and restoring state from url, #2196
2015-06-19 15:10:34 -04:00
Torkel Ödegaard
26e5d7a3de
Graph: fixed PNG rendering of panels with legend table to the right, #2185
2015-06-19 14:13:25 -04:00
Torkel Ödegaard
021c6ac1cb
fixed panel menu while in fullscreen mode
2015-06-19 12:42:10 -04:00
Torkel Ödegaard
261e5ebbd4
Fixed bug in singlestat panel and null value handling, #2189
2015-06-19 11:51:46 -04:00
Randy D. Wallace Jr
5e6d876bd0
Support Multiple Fields in InfluxDB 0.9+
...
* Update influxdb 0.9 plugin to iterate thru fields returned by InfluxDB
and output ea. field metric separately
* Updates default label to include Field Name
* Update spec to include updated label
* Add spec for multiple fields
* Do not print the field in the label when the name is value
2015-06-17 14:43:54 -04:00
Anthony Woods
196b7846cc
add support for robots.txt file
2015-06-15 19:02:38 -04:00
Torkel Ödegaard
9b12350855
Added support for templated email subjects
2015-06-14 06:07:36 +02:00
Torkel Ödegaard
fd319bd5f5
Moved requirejs to bower, #677
2015-06-13 23:01:54 +02:00
Torkel Ödegaard
6f982b2791
Moved angular-bindonce to bower
2015-06-13 22:20:39 +02:00