Skip to content

Commit

Permalink
Update high-sales-processing-latency-composite.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nofir authored Nov 5, 2024
1 parent 98e90a6 commit c51903d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c51903d

Please sign in to comment.