Skip to content

Commit 79c32e5

Browse files
Sort the metadata.csv files (#17177)
* Sort the `metadata.csv` files * revert otel * revert couch * revert ibm ace
1 parent 09364fe commit 79c32e5

File tree

144 files changed

+8543
-8543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+8543
-8543
lines changed

active_directory/metadata.csv

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ active_directory.dra.inbound.bytes.after_compression,gauge,,byte,,The compressed
33
active_directory.dra.inbound.bytes.before_compression,gauge,,byte,,The uncompressed size (in bytes) of compressed replication data inbound from DSAs in other sites (per second).,-1,active_directory,ad dra inbound precomp,
44
active_directory.dra.inbound.bytes.not_compressed,gauge,,byte,,"The uncompressed size (in bytes) of replication data that was not compressed at the source - that is, inbound from other DSAs in the same site (per second).",-1,active_directory,ad dra inbound not comp,
55
active_directory.dra.inbound.bytes.total,gauge,,byte,,The total number of bytes (per second) received through replication. It is the sum of the number of bytes of uncompressed data (never compressed) and compressed data (after compression).,-1,active_directory,ad dra inbound total,
6-
active_directory.dra.inbound.objects.remaining,gauge,,object,,The number of objects remaining until the full synchronization process is completed.,-1,active_directory,ad dra sync full objs,
7-
active_directory.dra.inbound.objects.persec,gauge,,object,second,The number of objects received (per second) through inbound replication from replication partners.,-1,active_directory,ad dra inbound objs,
86
active_directory.dra.inbound.objects.applied_persec,gauge,,object,second,"The number of objects received (per second) from replication partners and applied by the local directory service. This counter excludes changes that are received but not applied (for example, when the update is already made). This counter indicates how many replication updates are occurring on the server as a result of changes generated on other servers.",-1,active_directory,ad dra inbound objs applied,
97
active_directory.dra.inbound.objects.filtered_persec,gauge,,object,second,The number of objects received (per second) from replication partners that contained no updates that needed to be applied.,-1,active_directory,ad dra inbound objs filtered,
8+
active_directory.dra.inbound.objects.persec,gauge,,object,second,The number of objects received (per second) through inbound replication from replication partners.,-1,active_directory,ad dra inbound objs,
9+
active_directory.dra.inbound.objects.remaining,gauge,,object,,The number of objects remaining until the full synchronization process is completed.,-1,active_directory,ad dra sync full objs,
1010
active_directory.dra.inbound.objects.remaining_in_packet,gauge,,object,second,"The number of object updates received in the current directory replication update packet that have not yet been applied to the local server. This counter tells you whether the monitored server is receiving changes, but is taking a long time applying them to the database.",-1,active_directory,ad dra remaining updates,
1111
active_directory.dra.inbound.properties.applied_persec,gauge,,,second,The number of changes (per second) to object properties that are applied through inbound replication as a result of reconciliation logic.,-1,active_directory,ad dra properties applied,
1212
active_directory.dra.inbound.properties.filtered_persec,gauge,,,second,The number of changes (per second) to object properties received during the replication that are already made.,-1,active_directory,ad dra properties filtered,
1313
active_directory.dra.inbound.properties.total_persec,gauge,,,second,The total number of changes (per second) to object properties received from replication partners.,-1,active_directory,ad dra properties total,
14-
active_directory.dra.inbound.values.dns_persec,gauge,,,second,"The number of values of object properties received (per second) from replication partners in which the values are for object properties that belong to distinguished names. This number includes objects that reference other objects. A high number from this counter might explain why inbound changes are slow to be applied to the database.",-1,active_directory,ad dra inbound dns,
14+
active_directory.dra.inbound.values.dns_persec,gauge,,,second,The number of values of object properties received (per second) from replication partners in which the values are for object properties that belong to distinguished names. This number includes objects that reference other objects. A high number from this counter might explain why inbound changes are slow to be applied to the database.,-1,active_directory,ad dra inbound dns,
1515
active_directory.dra.inbound.values.total_persec,gauge,,,second,"The total number of values of object properties received (per second) from replication partners. Each inbound object has one or more properties, and each property has zero or more values. A value of zero indicates that the property is to be removed.",-1,active_directory,ad dra inbound total,
1616
active_directory.dra.outbound.bytes.after_compression,gauge,,byte,,The compressed size (in bytes) of compressed replication data that is outbound to DSAs in other sites (per second).,-1,active_directory,ad dra outbound comp,
1717
active_directory.dra.outbound.bytes.before_compression,gauge,,byte,,The uncompressed size (in bytes) of compressed replication data outbound to DSAs in other sites (per second).,-1,active_directory,ad dra outbound precomp,
@@ -25,7 +25,7 @@ active_directory.dra.outbound.values.total_persec,gauge,,,second,"The total numb
2525
active_directory.dra.replication.pending_synchronizations,gauge,,,,"The number of directory synchronizations that are queued for this server that are not yet processed. This counter helps in determining replication backlog - the larger the number, the larger the backlog.",-1,active_directory,ad dra replication syncs,
2626
active_directory.dra.sync_requests_made,gauge,,request,,The number of synchronization requests made to replication partners since computer was last restarted.,-1,active_directory,ad dra replication syncs,
2727
active_directory.ds.threads_in_use,gauge,,thread,,"The current number of threads in use by the directory service (different from the number of threads in the directory service process). This counter represents the number of threads currently servicing API calls by clients, and you can use it to determine whether additional CPUs would be beneficial.",-1,active_directory,ad ds threads,
28-
active_directory.ldap.client_sessions,gauge,,session,,The number of sessions of connected LDAP clients.,-1,active_directory,ad ldap sessions,
2928
active_directory.ldap.bind_time,gauge,,millisecond,,The time (in milliseconds) required for the completion of the last successful LDAP binding.,-1,active_directory,ad bind time,
30-
active_directory.ldap.successful_binds_persec,gauge,,,second,The number LDAP bindings (per second) that occurred successfully.,-1,active_directory,ad ldap binds,
29+
active_directory.ldap.client_sessions,gauge,,session,,The number of sessions of connected LDAP clients.,-1,active_directory,ad ldap sessions,
3130
active_directory.ldap.searches_persec,gauge,,,second,The number of search operations per second performed by LDAP clients.,-1,active_directory,ad ldap searches,
31+
active_directory.ldap.successful_binds_persec,gauge,,,second,The number LDAP bindings (per second) that occurred successfully.,-1,active_directory,ad ldap binds,

activemq/metadata.csv

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric
2-
activemq.queue.avg_enqueue_time,gauge,10,millisecond,,On average the amount of time (ms) that messages remained enqueued.,0,activemq,avg enq time,
3-
activemq.queue.consumer_count,gauge,10,,,The number of consumers connected.,0,activemq,cnsmr count,
4-
activemq.queue.producer_count,gauge,10,,,The number of producers connected.,0,activemq,prdcr count,
5-
activemq.queue.max_enqueue_time,gauge,10,millisecond,,The max the amount of time (ms) that messages remained enqueued.,0,activemq,max enq time,
6-
activemq.queue.min_enqueue_time,gauge,10,millisecond,,The min the amount of time (ms) that messages remained enqueued.,0,activemq,min enq time,
7-
activemq.queue.memory_pct,gauge,10,percent,,The percentage of memory currently in use.,0,activemq,mem pct,
8-
activemq.queue.size,gauge,10,message,,The amount of messages that remained queued.,0,activemq,enq size,
9-
activemq.queue.dequeue_count,gauge,10,message,,The amount of messages that remained dequeued.,0,activemq,deq size,
10-
activemq.queue.dispatch_count,gauge,10,message,,The amount of messages that have been dispatched.,0,activemq,dsptch cnt,
11-
activemq.queue.enqueue_count,gauge,10,message,,The amount of messages that have been enqueued.,0,activemq,enq cnt,
12-
activemq.queue.expired_count,gauge,10,message,,The amount of messages that have been expired.,0,activemq,exp cnt,
13-
activemq.queue.in_flight_count,gauge,10,message,,The amount of messages that have been in flight.,0,activemq,enq cnt,
14-
activemq.broker.store_pct,gauge,10,percent,,The percentage of store in use.,0,activemq,str pct,
15-
activemq.broker.temp_pct,gauge,10,percent,,The percentage of temporary in use.,0,activemq,temp pct,
16-
activemq.broker.memory_pct,gauge,10,percent,,The percentage of memory in use.,0,activemq,mem pct,
17-
activemq.artemis.address_memory_usage,gauge,,byte,,(Artemis only) Memory used by all the addresses on broker for in-memory messages.,0,activemq,art mem usage,
18-
activemq.artemis.address_memory_usage_pct,gauge,,percent,,(Artemis only) Memory used by all the addresses on broker as a percentage of the global-max-size.,0,activemq,art mem pct,
19-
activemq.artemis.max_disk_usage,gauge,,percent,,(Artemis only) Maximum limit for disk use in percentage.,0,activemq,art max disk,
20-
activemq.artemis.disk_store_usage_pct,gauge,,percent,,(Artemis only) Percentage of total disk store used.,0,activemq,art disk pct,
21-
activemq.artemis.connection_count,gauge,,connection,,(Artemis only) Number of clients connected to this server.,0,activemq,art conn count,
22-
activemq.artemis.total_connection_count,rate,,connection,,"(Artemis only) Number of clients which have connected to this server since it was started, as a rate.",0,activemq,art total conns,
23-
activemq.artemis.total_message_count,rate,,connection,,"(Artemis only) Number of messages in all queues on the server, as a rate.",0,activemq,art total messages,
24-
activemq.artemis.total_messages_added,rate,,connection,,"(Artemis only) Number of messages sent to this server since it was started, as a rate.",0,activemq,art total mess added,
25-
activemq.artemis.total_messages_acknowledged,rate,,connection,,"(Artemis only) Number of messages acknowledged from all the queues on this server since it was started, as a rate.",0,activemq,art total mess acked,
26-
activemq.artemis.total_consumer_count,rate,,,,"(Artemis only) Number of consumers consuming messages from all the queues on this server, as a rate.",0,activemq,art total consumers,
27-
activemq.artemis.address.size,gauge,,byte,,(Artemis only) Number of estimated bytes being used by all the queue(s) bound to this address; used to control paging and blocking.,0,activemq,add size,
28-
activemq.artemis.address.pages_count,gauge,,page,,(Artemis only) Number of pages used by this address.,0,activemq,add pages,
29-
activemq.artemis.address.number_of_messages,rate,,message,,"(Artemis only) The sum of messages on queue(s), including messages in delivery.",0,activemq,add num mess,
302
activemq.artemis.address.bytes_per_page,gauge,,byte,,(Artemis only) Number of bytes used by each page for this address.,0,activemq,add bytes page,
3+
activemq.artemis.address.number_of_messages,rate,,message,,"(Artemis only) The sum of messages on queue(s), including messages in delivery.",0,activemq,add num mess,
4+
activemq.artemis.address.pages_count,gauge,,page,,(Artemis only) Number of pages used by this address.,0,activemq,add pages,
315
activemq.artemis.address.routed_messages,rate,,message,,"(Artemis only) Number of messages routed to one or more bindings, as a rate.",0,activemq,add routed,
6+
activemq.artemis.address.size,gauge,,byte,,(Artemis only) Number of estimated bytes being used by all the queue(s) bound to this address; used to control paging and blocking.,0,activemq,add size,
327
activemq.artemis.address.unrouted_messages,rate,,message,,"(Artemis only) Number of messages not routed to any bindings, as a rate.",0,activemq,add unrouted,
33-
activemq.artemis.queue.message_count,gauge,,message,,"(Artemis only) Number of messages currently in this queue (includes scheduled, paged, and in-delivery messages), as a rate.",0,activemq,art q mess count,
8+
activemq.artemis.address_memory_usage,gauge,,byte,,(Artemis only) Memory used by all the addresses on broker for in-memory messages.,0,activemq,art mem usage,
9+
activemq.artemis.address_memory_usage_pct,gauge,,percent,,(Artemis only) Memory used by all the addresses on broker as a percentage of the global-max-size.,0,activemq,art mem pct,
10+
activemq.artemis.connection_count,gauge,,connection,,(Artemis only) Number of clients connected to this server.,0,activemq,art conn count,
11+
activemq.artemis.disk_store_usage_pct,gauge,,percent,,(Artemis only) Percentage of total disk store used.,0,activemq,art disk pct,
12+
activemq.artemis.max_disk_usage,gauge,,percent,,(Artemis only) Maximum limit for disk use in percentage.,0,activemq,art max disk,
3413
activemq.artemis.queue.consumer_count,gauge,,,,(Artemis only) Number of consumers consuming messages from this queue.,0,activemq,art q consumers,
3514
activemq.artemis.queue.max_consumers,gauge,,,,(Artemis only) Maximum number of consumers allowed on this queue at any one time.,0,activemq,art q max consumers,
15+
activemq.artemis.queue.message_count,gauge,,message,,"(Artemis only) Number of messages currently in this queue (includes scheduled, paged, and in-delivery messages), as a rate.",0,activemq,art q mess count,
16+
activemq.artemis.queue.messages_acknowledged,rate,,message,,"(Artemis only) Number of messages acknowledged from this queue since it was created, as a rate.",0,activemq,art q mess acked,
3617
activemq.artemis.queue.messages_added,rate,,message,,"(Artemis only) Number of messages added to this queue since it was created, as a rate.",0,activemq,art q mess added,
3718
activemq.artemis.queue.messages_expired,rate,,message,,"(Artemis only) Number of messages expired from this queue since it was created, as a rate.",0,activemq,art q mess exp,
38-
activemq.artemis.queue.messages_acknowledged,rate,,message,,"(Artemis only) Number of messages acknowledged from this queue since it was created, as a rate.",0,activemq,art q mess acked,
3919
activemq.artemis.queue.messages_killed,rate,,message,,"(Artemis only) Number of messages removed from this queue since it was created due to exceeding the max delivery attempts, as a rate.",0,activemq,art q mess killed,
20+
activemq.artemis.total_connection_count,rate,,connection,,"(Artemis only) Number of clients which have connected to this server since it was started, as a rate.",0,activemq,art total conns,
21+
activemq.artemis.total_consumer_count,rate,,,,"(Artemis only) Number of consumers consuming messages from all the queues on this server, as a rate.",0,activemq,art total consumers,
22+
activemq.artemis.total_message_count,rate,,connection,,"(Artemis only) Number of messages in all queues on the server, as a rate.",0,activemq,art total messages,
23+
activemq.artemis.total_messages_acknowledged,rate,,connection,,"(Artemis only) Number of messages acknowledged from all the queues on this server since it was started, as a rate.",0,activemq,art total mess acked,
24+
activemq.artemis.total_messages_added,rate,,connection,,"(Artemis only) Number of messages sent to this server since it was started, as a rate.",0,activemq,art total mess added,
25+
activemq.broker.memory_pct,gauge,10,percent,,The percentage of memory in use.,0,activemq,mem pct,
26+
activemq.broker.store_pct,gauge,10,percent,,The percentage of store in use.,0,activemq,str pct,
27+
activemq.broker.temp_pct,gauge,10,percent,,The percentage of temporary in use.,0,activemq,temp pct,
28+
activemq.queue.avg_enqueue_time,gauge,10,millisecond,,On average the amount of time (ms) that messages remained enqueued.,0,activemq,avg enq time,
29+
activemq.queue.consumer_count,gauge,10,,,The number of consumers connected.,0,activemq,cnsmr count,
30+
activemq.queue.dequeue_count,gauge,10,message,,The amount of messages that remained dequeued.,0,activemq,deq size,
31+
activemq.queue.dispatch_count,gauge,10,message,,The amount of messages that have been dispatched.,0,activemq,dsptch cnt,
32+
activemq.queue.enqueue_count,gauge,10,message,,The amount of messages that have been enqueued.,0,activemq,enq cnt,
33+
activemq.queue.expired_count,gauge,10,message,,The amount of messages that have been expired.,0,activemq,exp cnt,
34+
activemq.queue.in_flight_count,gauge,10,message,,The amount of messages that have been in flight.,0,activemq,enq cnt,
35+
activemq.queue.max_enqueue_time,gauge,10,millisecond,,The max the amount of time (ms) that messages remained enqueued.,0,activemq,max enq time,
36+
activemq.queue.memory_pct,gauge,10,percent,,The percentage of memory currently in use.,0,activemq,mem pct,
37+
activemq.queue.min_enqueue_time,gauge,10,millisecond,,The min the amount of time (ms) that messages remained enqueued.,0,activemq,min enq time,
38+
activemq.queue.producer_count,gauge,10,,,The number of producers connected.,0,activemq,prdcr count,
39+
activemq.queue.size,gauge,10,message,,The amount of messages that remained queued.,0,activemq,enq size,

activemq_xml/metadata.csv

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric
2-
activemq.queue.count,gauge,,,,The number of queues.,0,activemq_xml,queue count,
32
activemq.queue.consumer_count,gauge,,,,The number of consumers of a queue.,0,activemq_xml,queue cnsmr count,
3+
activemq.queue.count,gauge,,,,The number of queues.,0,activemq_xml,queue count,
44
activemq.queue.dequeue_count,gauge,,message,,The total number of messages sent to a queue since the last restart.,0,activemq_xml,queue deq count,
55
activemq.queue.enqueue_count,gauge,,message,,The total number of messages removed from a queue (acknowledged by consumer) since the last restart.,0,activemq_xml,queue enq count,
66
activemq.queue.size,gauge,,,,The size of a queue.,0,activemq_xml,queue size,
7-
activemq.topic.count,gauge,,,,The number of topics.,0,activemq_xml,topic count,
8-
activemq.topic.consumer_count,gauge,10,,,The number of consumers of a topic.,0,activemq_xml,topic cnsmr count,
9-
activemq.topic.dequeue_count,gauge,10,message,,The total number of messages sent to a topic since the last restart.,0,activemq_xml,topic deq count,
10-
activemq.topic.enqueue_count,gauge,10,message,,The total number of messages removed from a topic (acknowledged by consumer) since the last restart.,0,activemq_xml,topic enq count,
11-
activemq.topic.size,gauge,10,,,The size of a topic.,0,activemq_xml,topic size,
127
activemq.subscriber.count,gauge,,,,The number of subscribers.,0,activemq_xml,sub count,
138
activemq.subscriber.dequeue_counter,gauge,,message,,The number of messages sent to and acknowledged by the client.,0,activemq_xml,sub deq cntr,
149
activemq.subscriber.dispatched_counter,gauge,,message,,The number of messages sent to the client.,0,activemq_xml,sub disptchd cntr,
1510
activemq.subscriber.dispatched_queue_size,gauge,,message,,The number of messages dispatched that are awaiting acknowledgement.,0,activemq_xml,sub disptchd que size,
1611
activemq.subscriber.enqueue_counter,gauge,,message,,The number of messages that matched the subscription.,0,activemq_xml,sub enq cntr,
1712
activemq.subscriber.pending_queue_size,gauge,,message,,The number of messages pending delivery.,0,activemq_xml,sub pend que size,
13+
activemq.topic.consumer_count,gauge,10,,,The number of consumers of a topic.,0,activemq_xml,topic cnsmr count,
14+
activemq.topic.count,gauge,,,,The number of topics.,0,activemq_xml,topic count,
15+
activemq.topic.dequeue_count,gauge,10,message,,The total number of messages sent to a topic since the last restart.,0,activemq_xml,topic deq count,
16+
activemq.topic.enqueue_count,gauge,10,message,,The total number of messages removed from a topic (acknowledged by consumer) since the last restart.,0,activemq_xml,topic enq count,
17+
activemq.topic.size,gauge,10,,,The size of a topic.,0,activemq_xml,topic size,

0 commit comments

Comments
 (0)