From 89f36e1b7125fbe046fc6d334391e09be2b5de93 Mon Sep 17 00:00:00 2001 From: smcavallo Date: Thu, 4 Jul 2024 06:49:02 -0400 Subject: [PATCH] docs: fix dashboard threshold (#2709) --- website/docs/r/one_dashboard.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/one_dashboard.html.markdown b/website/docs/r/one_dashboard.html.markdown index a24ae3376..41fce844c 100644 --- a/website/docs/r/one_dashboard.html.markdown +++ b/website/docs/r/one_dashboard.html.markdown @@ -115,8 +115,8 @@ resource "newrelic_one_dashboard" "exampledash" { threshold { name = "Duration Threshold Two" - from = 0.5 - to = 0.75 + from = 2 + to = 3 severity = "warning" }