You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
totalLatency: env.Exporter().NewMultiTimings(_queryThrottleAppName+"TotalLatencyNs", "Total latency of QueryThrottler.Throttle in nanoseconds", []string{"strategy", "workload", "priority"}),
85
-
evaluateLatency: env.Exporter().NewMultiTimings(_queryThrottleAppName+"EvaluateLatencyNs", "Latency from Throttle entry to completion of Evaluate in nanoseconds", []string{"strategy", "workload", "priority"}),
totalLatency: env.Exporter().NewMultiTimings(_queryThrottlerAppName+"TotalLatencyNs", "Total time each request takes in query throttling including evaluation, metric checks, and other overhead (nanoseconds)", []string{"Strategy", "Workload", "Priority"}),
85
+
evaluateLatency: env.Exporter().NewMultiTimings(_queryThrottlerAppName+"EvaluateLatencyNs", "Time each request takes to make the throttling decision (nanoseconds)", []string{"Strategy", "Workload", "Priority"}),
totalLatency: env.Exporter().NewMultiTimings(_queryThrottleAppName+"TotalLatencyMs", "Total latency of QueryThrottler.Throttle in milliseconds", []string{"strategy", "workload", "priority"}),
279
-
evaluateLatency: env.Exporter().NewMultiTimings(_queryThrottleAppName+"EvaluateLatencyMs", "Latency from Throttle entry to completion of Evaluate in milliseconds", []string{"strategy", "workload", "priority"}),
totalLatency: env.Exporter().NewMultiTimings(_queryThrottlerAppName+"TotalLatencyMs", "Total latency of QueryThrottler.Throttle in milliseconds", []string{"strategy", "workload", "priority"}),
279
+
evaluateLatency: env.Exporter().NewMultiTimings(_queryThrottlerAppName+"EvaluateLatencyMs", "Latency from Throttle entry to completion of Evaluate in milliseconds", []string{"strategy", "workload", "priority"}),
0 commit comments