From c51903d41aab50cb552301da971cc838121ebce3 Mon Sep 17 00:00:00 2001 From: Ofir Sudai <42353301+nofir@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:51:00 -0500 Subject: [PATCH] Update high-sales-processing-latency-composite.yaml --- .../templates/high-sales-processing-latency-composite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/indexer-datadog/templates/high-sales-processing-latency-composite.yaml b/stable/indexer-datadog/templates/high-sales-processing-latency-composite.yaml index e0b3720..5783f74 100644 --- a/stable/indexer-datadog/templates/high-sales-processing-latency-composite.yaml +++ b/stable/indexer-datadog/templates/high-sales-processing-latency-composite.yaml @@ -1,5 +1,5 @@ {{- if .Values.datadogMonitors.high_sales_processing_latency_composite.enabled -}} -{{- $interval := ternary "last_15m" "last_30m" (eq (int .Values.chain_tier) 1) -}} +{{- $interval := ternary "last_5m" "last_30m" (eq (int .Values.chain_tier) 1) -}} {{- $deviations := ternary "5" "4" (eq (int .Values.chain_tier) 3) -}} apiVersion: datadoghq.com/v1alpha1 kind: DatadogMonitor