Skip to content

Commit

Permalink
[monitoring] fix missing metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored and aptos-bot committed Apr 21, 2022
1 parent f63c0a1 commit ad66a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/testnet/testnet/files/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ scrape_configs:
- targets: {{ printf "val%d-aptos-validator-validator-lb:9101" $i | quote | list }}
labels:
owner: {{ printf "val%d" $i | quote }}
role: 'validator'
{{- end }}

{{- else }}
Expand Down

0 comments on commit ad66a98

Please sign in to comment.