1295 Commits

Author SHA1 Message Date
a25b594506 docs: updated 2018-09-06 12:13:23 +02:00
4f91087d9a docs: minor updates, more work to do 2018-08-31 07:15:07 +02:00
76bd173a36 created a section under administration for authentication, moved ldap guide here, created pages for auth-proxy, oauth, anonymous auth, ldap sync with grafana ee, and overview, moved authentication guides from configuration to, added linksin configuration page to guides 2018-08-23 15:58:37 +02:00
2b1f84cd43 Update notifications.md 2018-08-21 15:53:57 +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
d06c8c0e68 Doc - fix title level 2018-08-17 10:29:45 +02:00
ea704fcf9b Update doc about repeating panels
There's no per-row contextual menu anymore
Instead there's a  option
2018-08-17 10:29:45 +02:00
04d50fb405 Doc - fix broken link 2018-08-17 10:00:17 +02:00
0ce8a6a69d docs: cleanup. 2018-08-16 13:48:19 +02:00
d244b59cc1 docs: docker and restarts.
Closes #10784
2018-08-16 13:48:19 +02:00
b8671b201e Merge pull request #12879 from anwar6953/patch-1
Fix typo
2018-08-14 22:56:00 +02:00
6a8b1e14cc docs: cloudwatch dimensions reference link. 2018-08-14 16:42:20 +02:00
c5c518fd17 docs: remove message property in response from get alerts http api
Fixes #12524
2018-08-14 15:17:29 +02:00
189de87619 docs: add grafana version note for gitlab oauth 2018-08-14 14:24:02 +02:00
5a91e670d8 docs: gitlab: add note about more restrictive API scope
If `allowed_groups` is not used with GitLab authentication, the
*read_user* scope can be used instead of *api*.
2018-08-14 14:11:48 +02:00
47cb0c47fd docs: document GitLab authentication backend 2018-08-14 14:11:48 +02:00
660530a3a6 Merge pull request #12914 from dehrax/12224-final
Karma to Jest: rename and cleanup
2018-08-14 12:55:23 +02:00
de25a4fe4e docs: update 2018-08-14 12:40:07 +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
e696dc4d5f Remove Karma scripts and docs 2018-08-14 09:28:08 +02:00
4cebf38ff2 Merge pull request #12807 from nyxi/master
Support client certificates for LDAP servers
2018-08-13 15:48:39 +02:00
d110343e53 Merge pull request #12838 from grafana/12476-show-teams-on-profile
show teams on profile
2018-08-13 15:16:04 +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
5fd8849d65 Update dashboard.md 2018-08-11 23:44:15 -07:00
8d2aac0936 Fix typo 2018-08-11 23:42:31 -07:00
62a25a4f28 Add example OR search_filter to docs 2018-08-08 09:13:28 -07: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
beddfdd86b add api route for retrieving teams of signed in user 2018-08-08 10:26:05 +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
4e33314c14 unix socket docs 2018-08-06 14:40:30 +02:00
5bea54eaaa Support client certificates for LDAP servers 2018-08-03 12:00:20 +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
48d9b37559 Merge pull request #12693 from dehrax/docs-prom-queryvars
Docs: Prometheus template query variables
2018-07-25 16:32:08 +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
59c1705399 docs: mentation that config changes requires restart. 2018-07-24 10:34:11 +02:00