From 304b548e71cd9404e8cbdf06dcd80aa6ad9e20f5 Mon Sep 17 00:00:00 2001 From: liuzc9 <90489940+liuzc9@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:18:02 +0800 Subject: [PATCH] Fix typo in swip docs (#12175) --- docs/en/swip/SWIP-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/swip/SWIP-8.md b/docs/en/swip/SWIP-8.md index 6c598e0f7eac..27d7cfd1469f 100644 --- a/docs/en/swip/SWIP-8.md +++ b/docs/en/swip/SWIP-8.md @@ -49,7 +49,7 @@ Using openTelemetry receiver to fetch these metrics to SkyWalking OAP server. |--------------------------------------------|-----------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------- |-------------------------| | Uptime | sec | meter_activemq_broker_uptime | Uptime of the broker in day. | JMX Prometheus Exporter | | State | | meter_activemq_broker_state | If slave broker 1 else 0. | JMX Prometheus Exporter | -| Current Connentions | Count | meter_activemq_broker_current_connentions | The number of clients connected to the broker currently. | JMX Prometheus Exporter | +| Current Connections | Count | meter_activemq_broker_current_connections | The number of clients connected to the broker currently. | JMX Prometheus Exporter | | Current Producer Count | Count | meter_activemq_broker_current_producer_count | The number of producers currently attached to the broker. | JMX Prometheus Exporter | | Current Consumer Count | Count | meter_activemq_broker_current_consumer_count | The number of consumers consuming messages from the broker. | JMX Prometheus Exporter | | Producer Count | Count | meter_activemq_broker_producer_count | Number of message producers active on destinations. | JMX Prometheus Exporter |