Skip to content

Commit

Permalink
fix: metrics server listen on localhost by default (#5777)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Jul 20, 2023
1 parent fce550c commit 81f7ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/beacon-node/src/metrics/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ export type MetricsOptions = HttpMetricsServerOpts & {
export const defaultMetricsOptions: MetricsOptions = {
enabled: false,
port: 8008,
address: "127.0.0.1",
};

0 comments on commit 81f7ab5

Please sign in to comment.