diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-21 11:42:52 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-21 11:42:52 +0200 |
commit | c6867725fb8e3dfbc2018a37ed5a963103587cb6 (patch) | |
tree | 92e00e551c95553c6090e26a7502593e72bdcfd7 /config | |
parent | b63c607b92fd3ec62e370b73e398062bcf317738 (diff) | |
download | PeerTube-c6867725fb8e3dfbc2018a37ed5a963103587cb6.tar.gz PeerTube-c6867725fb8e3dfbc2018a37ed5a963103587cb6.tar.zst PeerTube-c6867725fb8e3dfbc2018a37ed5a963103587cb6.zip |
Add p2p info to metrics
Diffstat (limited to 'config')
-rw-r--r-- | config/dev.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/dev.yaml b/config/dev.yaml index f570ede1e..60179533d 100644 --- a/config/dev.yaml +++ b/config/dev.yaml | |||
@@ -35,6 +35,10 @@ smtp: | |||
35 | log: | 35 | log: |
36 | level: 'debug' | 36 | level: 'debug' |
37 | 37 | ||
38 | open_telemetry: | ||
39 | metrics: | ||
40 | enabled: true | ||
41 | |||
38 | contact_form: | 42 | contact_form: |
39 | enabled: true | 43 | enabled: true |
40 | 44 | ||