diff --git a/src/prometheus-net.DotNetRuntime/EventListening/Parsers/SocketsEventParser.cs b/src/prometheus-net.DotNetRuntime/EventListening/Parsers/SocketsEventParser.cs index 12b0ab9..ef21656 100644 --- a/src/prometheus-net.DotNetRuntime/EventListening/Parsers/SocketsEventParser.cs +++ b/src/prometheus-net.DotNetRuntime/EventListening/Parsers/SocketsEventParser.cs @@ -13,10 +13,10 @@ public class SocketsEventParser : EventCounterParserBase, So [CounterName("incoming-connections-established")] public event Action IncomingConnectionsEstablished; - [CounterName("bytes-received")] + [CounterName("bytes-sent")] public event Action BytesSent; - [CounterName("bytes-sent")] + [CounterName("bytes-received")] public event Action BytesReceived; [CounterName("datagrams-received")]