Skip to content

Commit 526d55a

Browse files
committed
feat: add mev in promtail config
1 parent 39b638b commit 526d55a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

promtail/config.yml.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ scrape_configs:
3737
regex: '.*lighthouse.*'
3838
replacement: 'lido-lighthouse'
3939
target_label: 'job'
40+
- source_labels: ['container']
41+
regex: '.*mev-boost.*'
42+
replacement: 'lido-mev-boost'
43+
target_label: 'job'
4044
- target_label: 'cluster_name'
4145
replacement: $CLUSTER_NAME
4246
- target_label: 'cluster_peer'

0 commit comments

Comments
 (0)