Skip to content

Commit cf72d19

Browse files
committed
remove obsolete comments in activemq yaml
1 parent b9f054c commit cf72d19

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

jmx-scraper/src/main/resources/activemq.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@ rules:
1010
mapping:
1111
ProducerCount:
1212
metric: producer.count
13-
# Unit name inherited from activemq.groovy file.
14-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
1513
unit: "{producer}"
1614
type: updowncounter
1715
desc: The number of producers currently attached to the broker.
1816
ConsumerCount:
1917
metric: consumer.count
20-
# Unit name inherited from activemq.groovy file.
21-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
2218
unit: "{consumer}"
2319
type: updowncounter
2420
desc: The number of consumers currently reading from the broker.
@@ -29,29 +25,21 @@ rules:
2925
desc: The percentage of configured memory used.
3026
QueueSize:
3127
metric: message.current
32-
# Unit name inherited from activemq.groovy file.
33-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
3428
unit: "{message}"
3529
type: updowncounter
3630
desc: The current number of messages waiting to be consumed.
3731
ExpiredCount:
3832
metric: message.expired
39-
# Unit name inherited from activemq.groovy file.
40-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
4133
unit: "{message}"
4234
type: counter
4335
desc: The total number of messages not delivered because they expired.
4436
EnqueueCount:
4537
metric: message.enqueued
46-
# Unit name inherited from activemq.groovy file.
47-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
4838
unit: "{message}"
4939
type: counter
5040
desc: The total number of messages received by the broker.
5141
DequeueCount:
5242
metric: message.dequeued
53-
# Unit name inherited from activemq.groovy file.
54-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
5543
unit: "{message}"
5644
type: counter
5745
desc: The total number of messages delivered to consumers.
@@ -73,8 +61,6 @@ rules:
7361
CurrentConnectionsCount:
7462
metric: connection.count
7563
type: updowncounter
76-
# Unit name inherited from activemq.groovy file.
77-
# Will be updated to {} semconv notation when we switch to use original files from JMX Insights
7864
unit: "{connection}"
7965
desc: The total number of current connections.
8066
StorePercentUsage:

0 commit comments

Comments
 (0)