Skip to content

Commit 871953b

Browse files
authored
fix: Fix typo in infra.awsnlb.failedClientNlbTlsHandshakes (#95)
There is one too many open paren's in the select clause.
1 parent 110e25e commit 871953b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

definitions/infra-awsnlb/golden_metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
failedClientNlbTlsHandshakes:
22
title: Failed client-NLB TLS handshakes
33
query:
4-
select: rate((sum(provider.clientTlsNegotiationErrorCount.Sum),1 minute)
4+
select: rate(sum(provider.clientTlsNegotiationErrorCount.Sum),1 minute)
55
from: LoadBalancerSample
66
where: provider='Nlb'
77
eventId: entityGuid
@@ -30,4 +30,4 @@ concurrentTlsFlows:
3030
where: provider='Nlb'
3131
eventId: entityGuid
3232
facet: entityName
33-
33+

0 commit comments

Comments
 (0)