add container name as metadata to metrics service
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d1c2c018cb
commit
5c9391984c
|
@ -19,6 +19,8 @@
|
|||
port: '{{ beacon_node_metrics_port }}'
|
||||
address: '{{ ansible_local.tinc.vpn_ip }}'
|
||||
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus', 'metrics']
|
||||
meta:
|
||||
container: '{{ beacon_node_cont_name }}'
|
||||
checks:
|
||||
- id: beacon-node-metrics
|
||||
type: http
|
||||
|
|
Loading…
Reference in New Issue