diff --git a/Source/Libraries/Adapters/GrafanaAdapters/Functions/BuiltIn/ExceedsAt.cs b/Source/Libraries/Adapters/GrafanaAdapters/Functions/BuiltIn/ExceedsAt.cs index 09d0c0d035..866ee8548c 100644 --- a/Source/Libraries/Adapters/GrafanaAdapters/Functions/BuiltIn/ExceedsAt.cs +++ b/Source/Libraries/Adapters/GrafanaAdapters/Functions/BuiltIn/ExceedsAt.cs @@ -14,7 +14,10 @@ namespace GrafanaAdapters.Functions.BuiltIn; /// of exceeding. returnDurations, optional, is a boolean that determines if the duration (in seconds) from where /// value exceeded threshold should be returned instead of the original value. Forth parameter, reportEndMarker, /// is a boolean flag that determines if a value should be reported at the point when threshold stops being exceeding -/// the threshold. +/// the threshold.
+/// See +/// example template dashboard. /// /// /// Signature: ExceedsAt(threshold, [fallsBelow = false], [returnDurations = false], [reportEndMarker = false], expression)