Liu Yubao
4fccfbf543
increase limit to lookup unique metric tag values
...
Default limit is 25 which is too small. Considering currently the
/api/search/lookup query isn't narrowed down by selected tag
keys and values (see https://github.com/grafana/grafana/pull/1433 ),
the limit is set to 3000, this should be fine because people rarely
create new graph panel.
2015-09-17 01:36:36 +08:00
Liu Yubao
62ae80eeae
deduplicate tag value suggestions for OpenTSDB
2015-09-17 01:25:28 +08:00
Torkel Ödegaard
4ffa26cf2c
feat() started work on more feature rich time picker
2015-09-15 13:23:36 +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
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
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
0339026674
fix(default datasource): minor fix for handling of default datasource
2015-08-18 20:04:24 +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
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
1332ddbc93
feat(mixed datasources): updated OpenTSDB data source query editor to new model, #436
2015-08-16 09:52:45 +02:00
Pivotal
dc9c2773cb
fix test connection bug
2015-08-14 13:50:01 +08:00
Mike Kobyakov
f76374cd8f
fix testDatasource, which was calling performSuggestQuery instead of _performSuggestQuery
2015-07-15 12:03:22 -07: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
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
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
19812feb62
Increased max metric suggest count to 1000 for OpenTSDB, Closes #2281
2015-07-06 09:22:34 +02: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
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
97f54ac385
Small fix to PR 2119
2015-06-30 12:27:42 +02:00
Lex Herbert
463a750c07
OpenTSDB: Restrict typeahead tag keys and values
...
When selecting metric tag keys, we only are interested in keys which are
associated with this metric. Likewise, when selecting a value for a
certain key, we only want to consider values which apply to the given
key and metric.
2015-06-04 17:45:09 -07:00
Torkel Ödegaard
50645cc36b
Added test connection action to all data sources, Closes #1997
2015-06-01 14:16:59 +02:00
Mike Kobyakov
e395211654
Instead of hard-coding the OpenTsdb aggregators list, pull the supported
...
aggregators from the datasource directly.
2015-04-22 12:02:45 -07:00
Torkel Ödegaard
f28af4f369
OpenTSDB: another improvement to OpenTSDB query -> query result matching
2015-04-07 21:47:06 +02:00
Torkel Ödegaard
1bd238191c
OpenTSDB: better matching for query -> query result series
2015-04-07 21:42:21 +02:00
Torkel Ödegaard
8f73328e25
Fixed datasource proxy and session timeout issue for OpenTSDB, #1667
2015-04-07 09:53:59 +02:00
Torkel Ödegaard
fde11be279
Renamed src directory to public
2015-03-29 12:57:28 +02:00