Add vm_host label to prometheus targets
This commit is contained in:
@@ -36,6 +36,9 @@ scrape_configs:
|
||||
<% if t['env'] %>
|
||||
env: <%= t['env'] %>
|
||||
<% end %>
|
||||
<% if t['vm_host'] %>
|
||||
vm_host: <%= t['vm_host'] %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user