Skip to content

Commit

Permalink
Add pprof port export in satellite (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Apr 10, 2023
1 parent 8c143d7 commit 670d705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release Notes.
------------------

- Add helm chart for swck v0.7.0.
- Add `pprof` port export in satellite.

4.4.0
------------------
Expand Down
2 changes: 2 additions & 0 deletions chart/skywalking/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ satellite:
ports:
grpc: 11800
prometheus: 1234
# Disable the pprof port by default, only enabled it when you need to debug the satellite.
# pprof: 6060
service:
type: ClusterIP
antiAffinity: "soft"
Expand Down

0 comments on commit 670d705

Please sign in to comment.