diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs index a0008d256..a4c5ab6af 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs @@ -15,12 +15,12 @@ public sealed class PrometheusSocketMetrics : IMetricsConsumer private static readonly Counter _incomingConnectionsEstablished = Metrics.CreateCounter( - "yarp_sockets_incomming_connections_established", + "yarp_sockets_incoming_connections_established", "Number of incoming (Accept) Socket connections established" ); private static readonly Counter _bytesReceived = Metrics.CreateCounter( - "yarp_sockets_bytes_recieved", + "yarp_sockets_bytes_received", "Number of bytes received" );