Sven Klemm
9bb2b70a95
only look in current database in findMetricTable
2018-10-24 19:21:26 +02:00
Sven Klemm
261122ff4b
sync mysql query editor template with postgres
2018-10-23 10:04:45 +02:00
Sven Klemm
fdaa153c95
add char as datatype for metric and group columns
2018-10-23 09:51:17 +02:00
Sven Klemm
7c8b4915c1
fix order for mysql, remove postgres specific code
2018-10-19 18:23:03 +02:00
Sven Klemm
8ce7e113d9
adjust meta data queries for mysql
2018-10-19 15:07:38 +02:00
Sven Klemm
aae21a631e
fix references to postgres datatypes
2018-10-19 14:52:25 +02:00
Sven Klemm
215ca50cc1
make interpolateVariable arrow function
2018-10-19 10:19:33 +02:00
Sven Klemm
c4452ba335
Fix tslint errors
2018-10-18 20:01:40 +02:00
Sven Klemm
5d8826d034
Merge remote-tracking branch 'upstream/master' into mysql_query_builder
2018-10-18 19:28:52 +02:00
Marcus Efraimsson
79929c1f00
mysql: note about connection max lifetime and wait_timeout
2018-10-04 17:42:34 +02:00
Marcus Efraimsson
12230dfa71
ux: put connection limits under own section
2018-10-02 17:43:15 +02:00
Axel Pirek
dd09ece8c9
Make max open, max idle connections and connection max life time configurable
2018-10-02 13:42:06 +02:00
Sven Klemm
7c78b64a36
Document required order for time series queries ( #13204 )
2018-09-10 09:33:06 +02:00
Marcus Efraimsson
26756f86aa
Merge pull request #13148 from svenklemm/postgres-min-interval
...
Add min time interval support for SQL datasources
2018-09-06 14:05:39 +02:00
Sven Klemm
cb526d4557
Add min time interval to mysql and mssql
2018-09-05 12:02:57 +02:00
Torkel Ödegaard
432e203df1
Merge branch '12918-only-arrow-functions3'
2018-09-05 11:26:30 +02:00
Patrick O'Carroll
0f326f18dc
changed functions to arrowfunctions for only-arrow-functions rule ( #13127 )
2018-09-04 15:55:41 +02:00
Patrick O'Carroll
19b7ad61dd
Changed functions to arrow functions for only-arrow-functions rule.
2018-09-04 14:27:03 +02:00
Patrick O'Carroll
b8d82df97e
added no-angle-bracket-type-assertion rule and updatet files to follow rule ( #13115 )
2018-09-03 11:30:44 +02:00
Sven Klemm
bcfb841cb4
pass timerange in meta data queries
2018-08-31 18:24:09 +02:00
Sven Klemm
cd708d6cb2
ignore information_schema tables
2018-08-31 16:52:26 +02:00
Patrick O'Carroll
abbb6f933c
added jsdoc-format rule and fixed files that didn't follow new rule ( #13107 )
2018-08-31 16:40:43 +02:00
Sven Klemm
8d73f53e97
use quoting functions from MysqlQuery in datasource
2018-08-31 16:27:48 +02:00
Sven Klemm
390472aa99
render query from query builder
2018-08-31 15:40:58 +02:00
Marcus Efraimsson
41b5dae606
start implementing mysql query editor as a copy of postgres query editor
2018-08-30 16:52:12 +02:00
Patrick O'Carroll
a702603e7b
changed var to const 2 ( #13068 )
...
* changed var to const
* fixed typo created in last commit
* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +02:00
Torkel Ödegaard
9b978b7203
tslint: autofix of let -> const ( #13033 )
2018-08-26 17:14:40 +02:00
Marcus Efraimsson
313a8bd033
Merge pull request #12891 from svenklemm/unixepochgroup
...
add $__unixEpochGroup and $__unixEpochGroupAlias to sql datasources
2018-08-17 14:41:33 +02:00
Tobias Skarhed
a65589a5fb
Rename test files
2018-08-14 10:52:41 +02:00
Sven Klemm
fbc67a1c64
add $__unixEpochGroup to mysql datasource
2018-08-13 12:17:05 +02:00
Sven Klemm
52c7edf2f4
rename last fillmode to previous
2018-08-07 21:11:51 +02:00
Sven Klemm
bfc66a7ed0
add fillmode "last" to sql datasource
...
This adds a new fill mode last (last observation carried forward) for grafana
to the sql datasources. This fill mode will fill in the last seen value in a
series when a timepoint is missing or NULL if no value for that series has
been seen yet.
2018-08-02 20:35:09 +02:00
Marcus Efraimsson
5cca478656
Merge pull request #12760 from svenklemm/postgres-timegroup
...
remove alias from postgres $__timeGroup macro
add $__timeGroupAlias macro to all sql datasources
2018-08-02 16:36:01 +02:00
Sven Klemm
82c473e3af
document $__timeGroupAlias
2018-08-01 21:23:00 +02:00
Brice Maron
bb7e583863
fix custom variable quoting in sql* query interpolations
2018-08-01 20:32:50 +02:00
Sven Klemm
036647ae35
document metric column prefix in query editor
2018-07-27 17:18:45 +02:00
David
9595f992b9
Merge pull request #12496 from dehrax/12224-prostgres-ds
...
Karma to Jest: 3 data sources
2018-07-10 11:13:44 +02:00
Tobias Skarhed
74bf80962d
Add mock to test files
2018-07-04 14:32:22 +02:00
Tobias Skarhed
962340bcd1
Create new instance in beforeEach
2018-07-04 14:32:22 +02:00
Tobias Skarhed
d4bd52139a
Karma to Jest: MySQL datasource
2018-07-04 14:30:36 +02:00
Marcus Efraimsson
845724e8b9
update mysql/mssql query/annotation help sections
2018-06-29 20:39:06 +02:00
Mario Trangoni
e5e6bc56c8
public: fix codespell issues
2018-04-13 20:31:29 +02:00
Marcus Efraimsson
f5654f88e2
mysql: fix precision for the time column in table/annotation query mode
...
Use the ConvertSqlTimeColumnToEpochMs function to convert any native
datetime data type or epoch time (millisecond precision).
Refactored mysql implementation to make it more similar to postgres
and mssql implementations.
Added $__timeEpoch macro function with same implementation as $__time.
Added possibility to use a time column named time in addition to
the currectly supported time_sec.
Additional tests and update of existing.
Added test dashboard.
2018-03-22 15:40:46 +01:00
Daniel Lee
6fa46d9539
plugins: update meta data for all core plugins
...
So that the readme's can be published on Grafana.com
2018-02-15 16:50:38 +01:00
Carl Bergquist
fcca578f41
updates readmes for mysql and postgres ( #10913 )
...
ref #10813
2018-02-15 09:38:39 +01:00
Daniel Lee
1a019052d5
mysql: convert numbers to text for annotation tooltip
2018-01-18 11:50:16 +01:00
Torkel Ödegaard
27835f373e
cleanup: removed unused typescript typings import
2018-01-04 10:12:02 +01:00
Torkel Ödegaard
3a1f52d8a2
prettier: ran on all files again, sorry. now settings are defined in package.json
2017-12-21 08:39:31 +01:00
Torkel Ödegaard
85879a7014
prettier: change to single quoting
2017-12-20 12:33:33 +01:00
Torkel Ödegaard
fadfc665e4
tech: ran pretttier on all typescript files
2017-12-19 16:06:54 +01:00