Skip to content

Commit

Permalink
Fix typo in swip docs (#12175)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzc9 committed Apr 30, 2024
1 parent a38628f commit 304b548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/swip/SWIP-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 304b548

Please sign in to comment.