From 82b0fb2a4e15c90f03a31e1a3eb1701c674c891e Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:42:10 +0100 Subject: [PATCH] chore: add host to cb toml config --- testnets/holesky/commit-boost/cb-bolt-config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testnets/holesky/commit-boost/cb-bolt-config.toml b/testnets/holesky/commit-boost/cb-bolt-config.toml index 9686a26e..25cba9b9 100644 --- a/testnets/holesky/commit-boost/cb-bolt-config.toml +++ b/testnets/holesky/commit-boost/cb-bolt-config.toml @@ -91,6 +91,9 @@ env_file = "./bolt-sidecar.env" # Configuration for how metrics should be collected and scraped # OPTIONAL, skip metrics collection if missing [metrics] +# Host for prometheus, grafana, and cadvisor +# OPTIONAL, DEFAULT: 127.0.0.1 +host = "0.0.0.0" # Path to a `prometheus.yml` file to use in Prometheus. If using a custom config file, be sure to add a # file discovery section as follows: # ```yml