From 729cd74cec6e62f52a9352c5878eaeffb4c3e3ec Mon Sep 17 00:00:00 2001 From: "fernando.gava" Date: Wed, 4 Dec 2024 17:06:07 -0300 Subject: [PATCH] chore: add pprof env vars to config yamls --- config/default.yaml | 3 +++ config/docker_test.yaml | 3 +++ config/test.yaml | 5 ++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config/default.yaml b/config/default.yaml index d9eb1b3..c22c2c0 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -55,6 +55,9 @@ stats: host: "localhost:8125" prefix: "push" buflen: 1 +pprof: + host: "127.0.0.1" + port: 8081 invalidToken: pg: table: "test_apns" diff --git a/config/docker_test.yaml b/config/docker_test.yaml index fe22f2f..e78534a 100644 --- a/config/docker_test.yaml +++ b/config/docker_test.yaml @@ -54,6 +54,9 @@ stats: host: "statsd:8125" prefix: "push" flushIntervalMs: 5000 +pprof: + host: "127.0.0.1" + port: 8081 invalidToken: handlers: - pg diff --git a/config/test.yaml b/config/test.yaml index 3086589..7c1f56a 100644 --- a/config/test.yaml +++ b/config/test.yaml @@ -51,7 +51,10 @@ stats: statsd: host: "localhost:40001" prefix: "push" - flushIntervalMs: 5000 + flushIntervalMs: +pprof: + host: "127.0.0.1" + port: 8081 invalidToken: handlers: - pg