Skip to content

Commit

Permalink
add loki as default sink exmaple in deploy/config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jzwlqx committed Sep 25, 2023
1 parent 83c743c commit b6a730c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
debugmode: true
port: 10080
port: 9102
metrics:
probes:
- name: conntrack
Expand All @@ -24,4 +24,7 @@ event:
- name: file
args:
path: /tmp/exporter.json
- name: loki
args:
addr: 127.0.0.1:3100

0 comments on commit b6a730c

Please sign in to comment.