11b9f9691c
stackdriver: improve filter docs for wildcards and regular expressions
2018-10-08 15:57:31 +02:00
46ca306c2f
stackdriver: always use regex full match for =~ and !=~operator
2018-10-08 15:57:30 +02:00
69cf131f81
docs: fix minor typos
2018-10-06 17:09:41 +02:00
b29ac5c509
docs: stackdriver version notice.
2018-10-01 14:35:20 +02:00
0507ff69fb
stackdriver: resolve merge conflict
2018-09-27 10:32:30 +02:00
c14c848819
stackdriver: update docs so that they align with alignment period rules in stackdriver gui
2018-09-27 10:23:37 +02:00
d405d8f255
stackdriver: publish docs to v5.3 (not root)
2018-09-27 10:14:10 +02:00
4c695dbd57
stackdriver: docs update
2018-09-26 17:54:32 +02:00
855a2a9259
docs: changed Json Web Token wording to be just JSON key file
2018-09-21 11:30:57 +02:00
c282f39121
Merge branch 'master' into stackdriver-plugin
2018-09-21 10:17:13 +02:00
6ffca7f184
docs: add version disclaimer for postgres query editor
2018-09-17 10:32:28 +02:00
138e7ab264
Add documentation for PostgreSQL query builder
2018-09-14 21:58:02 +02:00
b8231b2903
stackdriver: ux for config page, docs updated
2018-09-14 09:39:16 +02:00
b1db6a7d1e
docs: first draft for stackdriver datasource
2018-09-14 09:35:27 +02:00
7c78b64a36
Document required order for time series queries ( #13204 )
2018-09-10 09:33:06 +02:00
db639684bb
docs: sql datasources min time interval
2018-09-06 13:52:16 +02:00
cb526d4557
Add min time interval to mysql and mssql
2018-09-05 12:02:57 +02:00
fd269945c9
document postgres min time interval
2018-09-05 09:57:09 +02:00
8fcc9b1891
docs: postgres provisioning
2018-09-04 11:33:43 +02:00
aa2098fedf
document postgres version and TimescaleDB option
2018-08-30 08:18:22 +02:00
313a8bd033
Merge pull request #12891 from svenklemm/unixepochgroup
...
add $__unixEpochGroup and $__unixEpochGroupAlias to sql datasources
2018-08-17 14:41:33 +02:00
eaa169cc47
docs: es versions supported
2018-08-17 14:40:50 +02:00
6a8b1e14cc
docs: cloudwatch dimensions reference link.
2018-08-14 16:42:20 +02:00
74077be19e
Merge pull request #12680 from svenklemm/timebucket
...
[postgres] add timescaledb option to postgres datasource
2018-08-14 12:12:43 +02:00
6225efa50c
docs: update postgres provisioning
2018-08-14 11:24:08 +02:00
a96d97e347
add version disclaimer for TimescaleDB
2018-08-14 10:26:08 +02:00
d33019ca67
document TimescaleDB datasource option
2018-08-14 10:22:57 +02:00
8c4d59363e
add $__unixEpochGroup to mssql datasource
2018-08-13 12:23:42 +02:00
fbc67a1c64
add $__unixEpochGroup to mysql datasource
2018-08-13 12:17:05 +02:00
bfe28ee061
Add $__unixEpochGroup macro to postgres datasource
2018-08-13 12:08:14 +02:00
48364f0111
Add support for $__range_s ( #12883 )
...
Fixes #12882
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
2018-08-13 07:53:41 +02:00
8952137ea2
Merge pull request #12753 from svenklemm/sql-fillmode-last
...
Add fill mode to fill in previously seen value when point is missing to SQL datasources
2018-08-08 10:29:56 +02:00
a156b6ee06
fix missing *
...
The missing * causes the text to be in the box to be displayed incorrectly.
2018-08-07 22:32:02 +02:00
ee7602ec1f
change fillmode from last to previous
2018-08-07 21:01:41 +02:00
83d7ec1da2
specify grafana version for last fill mode
2018-08-02 20:37:41 +02:00
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
82c473e3af
document $__timeGroupAlias
2018-08-01 21:23:00 +02:00
43295f9c18
remove alias from postgres $__timeGroup macro
2018-08-01 08:50:19 +02:00
8a22129177
add version note to metric prefix and fix typo
2018-07-30 14:37:23 +02:00
bc9b6ddefe
document metric column prefix for mysql and mssql
2018-07-27 17:14:27 +02:00
b28a362635
Use metric column as prefix
...
If multiple value columns are returned and a metric column is
returned aswell the metric column will be used as prefix for
the series name
2018-07-27 15:32:53 +02:00
0f99e624b6
docs: using interval and range variables in prometheus
...
Included example usages
2018-07-25 16:20:00 +02:00
582652145f
minor fixes
2018-07-24 19:21:23 +02:00
816ee82d26
Add docs about global variables in query template variables
2018-07-23 15:25:59 +02:00
59675dc564
Changed documentation for MSSQL and MySQL to reflect macro changes
2018-06-29 13:07:48 -05:00
7b3652af67
Fix error in InfluxDB query
...
Minor error in sql query to retrieve annotations
2018-06-18 16:10:40 +02:00
0cc8ccdaa5
Update graphite.md
2018-06-13 08:40:15 -04:00
27e7a28b37
Review feedback (heading, typos)
...
* iff and therefor
* mention merge in heading
* add note about checking query inspector
2018-05-25 14:47:46 +02:00
61b296afad
Document table row merge for multiple queries
...
* added section to table feature docs
* marked as 5.0+ feature
* concrete examples of what works and the limits
2018-05-23 17:08:54 +02:00
7992897418
docs: add known issues section for mssql documentation
...
Fixes #11707
2018-04-24 16:30:24 +02:00