Skip to content

Commit

Permalink
chore: add pprof env vars to config yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
fbgava-wildlife committed Dec 4, 2024
1 parent 675b16d commit 729cd74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions config/docker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ stats:
host: "statsd:8125"
prefix: "push"
flushIntervalMs: 5000
pprof:
host: "127.0.0.1"
port: 8081
invalidToken:
handlers:
- pg
Expand Down
5 changes: 4 additions & 1 deletion config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 729cd74

Please sign in to comment.