We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110e25e commit 871953bCopy full SHA for 871953b
definitions/infra-awsnlb/golden_metrics.yml
@@ -1,7 +1,7 @@
1
failedClientNlbTlsHandshakes:
2
title: Failed client-NLB TLS handshakes
3
query:
4
- select: rate((sum(provider.clientTlsNegotiationErrorCount.Sum),1 minute)
+ select: rate(sum(provider.clientTlsNegotiationErrorCount.Sum),1 minute)
5
from: LoadBalancerSample
6
where: provider='Nlb'
7
eventId: entityGuid
@@ -30,4 +30,4 @@ concurrentTlsFlows:
30
31
32
facet: entityName
33
-
+
0 commit comments