From 526d55ac971d1a6ac03722595bf6a3efee8e5dff Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 28 May 2025 15:11:43 +0200 Subject: [PATCH] feat: add mev in promtail config --- promtail/config.yml.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/promtail/config.yml.example b/promtail/config.yml.example index 4895f165..4f0b9922 100644 --- a/promtail/config.yml.example +++ b/promtail/config.yml.example @@ -37,6 +37,10 @@ scrape_configs: regex: '.*lighthouse.*' replacement: 'lido-lighthouse' target_label: 'job' + - source_labels: ['container'] + regex: '.*mev-boost.*' + replacement: 'lido-mev-boost' + target_label: 'job' - target_label: 'cluster_name' replacement: $CLUSTER_NAME - target_label: 'cluster_peer'