aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-15 13:56:04 +0100
committerChocobozzz <me@florianbigard.com>2022-11-15 13:56:04 +0100
commit31a9ed960ff1013940d677cb56f83ecd90a93e26 (patch)
tree33eb418727a762793a62839fb8d039b96e5b9c9b /config/production.yaml.example
parent077600e03774203c57ba7e8b122bd18faa3e51e6 (diff)
downloadPeerTube-31a9ed960ff1013940d677cb56f83ecd90a93e26.tar.gz
PeerTube-31a9ed960ff1013940d677cb56f83ecd90a93e26.tar.zst
PeerTube-31a9ed960ff1013940d677cb56f83ecd90a93e26.zip
Add configuration for prometheus exporter hostname
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 100bc7948..da067b3b5 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -207,13 +207,15 @@ log:
207 # Accept warn/error logs coming from the client 207 # Accept warn/error logs coming from the client
208 accept_client_log: true 208 accept_client_log: true
209 209
210# Highly experimental support of Open Telemetry 210# Support of Open Telemetry metrics and tracing
211# For more information: https://docs.joinpeertube.org/maintain-observability
211open_telemetry: 212open_telemetry:
212 metrics: 213 metrics:
213 enabled: false 214 enabled: false
214 215
215 # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics 216 # Create a prometheus exporter server on this port so prometheus server can scrape PeerTube metrics
216 prometheus_exporter: 217 prometheus_exporter:
218 hostname: '127.0.0.1'
217 port: 9091 219 port: 9091
218 220
219 tracing: 221 tracing: