Skip to content
This repository was archived by the owner on Jan 12, 2020. It is now read-only.

Commit 4c5e785

Browse files
committed
send data to @metalmatze prometheus for his kubecon demo
1 parent e3efdb0 commit 4c5e785

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

group_vars/all/vars

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ prometheus_version: "2.14.0-rc.0"
33
prometheus_web_external_url: "http://{{ ansible_host }}:9090"
44
prometheus_storage_retention: "31d"
55

6+
prometheus_remote_write:
7+
- url: http://kubecon2019.observatorium.io/api/v1/receive
8+
write_relabel_configs:
9+
- replacement: cloudalchemy
10+
target_label: cluster
11+
612
prometheus_alertmanager_config:
713
- scheme: http
814
static_configs:

0 commit comments

Comments
 (0)