Skip to content

Commit

Permalink
crio: migrate metrics port to localhost only
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Mar 28, 2024
1 parent 33b202c commit 4a636d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ contents:
[crio.metrics]
enable_metrics = true
metrics_host = "127.0.0.1"
metrics_port = 9537
metrics_collectors = [
"operations", # DEPRECATED: in favour of "operations_total"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ contents:
[crio.metrics]
enable_metrics = true
metrics_host = "127.0.0.1"
metrics_port = 9537
metrics_collectors = [
"operations", # DEPRECATED: in favour of "operations_total"
Expand Down

0 comments on commit 4a636d0

Please sign in to comment.