server(alarms): provider-mode gauge startup baseline; reconcile-lock comment; de-flake monitor test
This commit is contained in:
@@ -402,6 +402,12 @@ public sealed class GatewayMetrics : IDisposable
|
||||
new KeyValuePair<string, object?>("reason", reason));
|
||||
}
|
||||
|
||||
/// <summary>Sets the current alarm provider-mode gauge without recording a switch (e.g. startup baseline).</summary>
|
||||
public void SetAlarmProviderMode(int mode)
|
||||
{
|
||||
lock (_syncRoot) { _alarmProviderMode = mode; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns a snapshot of all current metric values.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user