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 }}'
|
port: '{{ beacon_node_metrics_port }}'
|
||||||
address: '{{ ansible_local.tinc.vpn_ip }}'
|
address: '{{ ansible_local.tinc.vpn_ip }}'
|
||||||
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus', 'metrics']
|
tags: ['{{ env }}.{{ stage }}', 'beacon', 'nimbus', 'metrics']
|
||||||
|
meta:
|
||||||
|
container: '{{ beacon_node_cont_name }}'
|
||||||
checks:
|
checks:
|
||||||
- id: beacon-node-metrics
|
- id: beacon-node-metrics
|
||||||
type: http
|
type: http
|
||||||
|
|
Loading…
Reference in New Issue