feat: add connz mqtt_client filtering for open and closed connections

This commit is contained in:
Joseph Doherty
2026-02-23 05:53:24 -05:00
parent 4a242f614f
commit 3f48d1c5ee
5 changed files with 57 additions and 0 deletions

View File

@@ -22,4 +22,5 @@ public sealed record ClosedClient
public TimeSpan Rtt { get; init; }
public string TlsVersion { get; init; } = "";
public string TlsCipherSuite { get; init; } = "";
public string MqttClient { get; init; } = "";
}