Skip to content

Commit

Permalink
GrafanaAdapters: Added doc ref to template dashboard for ExceedsAt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Dec 20, 2024
1 parent e073e3d commit e5eff65
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ namespace GrafanaAdapters.Functions.BuiltIn;
/// of exceeding. <c>returnDurations</c>, 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, <c>reportEndMarker</c>,
/// is a boolean flag that determines if a value should be reported at the point when threshold stops being exceeding
/// the threshold.
/// the threshold.<br/>
/// See <see href=
/// "https://github.com/GridProtectionAlliance/GrafanaTemplates?tab=readme-ov-file#exceedsat-threshold-dashboard">
/// example template dashboard</see>.
/// </summary>
/// <remarks>
/// Signature: <c>ExceedsAt(threshold, [fallsBelow = false], [returnDurations = false], [reportEndMarker = false], expression)</c><br/>
Expand Down

0 comments on commit e5eff65

Please sign in to comment.