# Prometheus additional configuration for a given participant prometheus target.
# Execution, beacon and validator client targets on prometheus will include this
# configuration.
prometheus_config:
# Scrape interval to be used. Default to 15 seconds
scrape_interval:15s
# Additional labels to be added. Default to empty
labels:{}
# Default configuration parameters for the Eth network
# Default configuration parameters for the Eth network
network_params:
network_params:
# The network ID of the network.
# The network ID of the network.
...
@@ -315,6 +324,13 @@ mev_params:
...
@@ -315,6 +324,13 @@ mev_params:
mev_relay_website_extra_args:[]
mev_relay_website_extra_args:[]
# Extra parameters to send to the builder
# Extra parameters to send to the builder
mev_builder_extra_args:[]
mev_builder_extra_args:[]
# Prometheus additional configuration for the mev builder participant.
# Execution, beacon and validator client targets on prometheus will include this configuration.
mev_builder_prometheus_config:
# Scrape interval to be used. Default to 15 seconds
scrape_interval:15s
# Additional labels to be added. Default to empty
labels:{}
# Image to use for mev-flood
# Image to use for mev-flood
mev_flood_image:flashbots/mev-flood
mev_flood_image:flashbots/mev-flood
# Extra parameters to send to mev-flood
# Extra parameters to send to mev-flood
...
@@ -428,9 +444,11 @@ snooper_enabled: true
...
@@ -428,9 +444,11 @@ snooper_enabled: true
</details>
</details>
## Custom labels for Docker and Kubernetes
## Custom labels for Docker and Kubernetes
There are 4 custom labels that can be used to identify the nodes in the network. These labels are used to identify the nodes in the network and can be used to run chaos tests on specific nodes. An example for these labels are as follows:
There are 4 custom labels that can be used to identify the nodes in the network. These labels are used to identify the nodes in the network and can be used to run chaos tests on specific nodes. An example for these labels are as follows: