summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:15:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 08:15:20 +0000
commit87d772a7d708fec12f48cd8adc0dedff6e1025da (patch)
tree1fee344c64cc3f43074a01981e21126c8482a522 /src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json
parentAdding upstream version 1.46.3. (diff)
downloadnetdata-87d772a7d708fec12f48cd8adc0dedff6e1025da.tar.xz
netdata-87d772a7d708fec12f48cd8adc0dedff6e1025da.zip
Adding upstream version 1.47.0.upstream/1.47.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json183
1 files changed, 0 insertions, 183 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json b/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json
deleted file mode 100644
index 5c71aaf5d..000000000
--- a/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-overview.json
+++ /dev/null
@@ -1,183 +0,0 @@
-{
- "management_version": "3.11.5",
- "rates_mode": "basic",
- "sample_retention_policies": {
- "global": [
- 600,
- 3600,
- 28800,
- 86400
- ],
- "basic": [
- 600,
- 3600
- ],
- "detailed": [
- 600
- ]
- },
- "exchange_types": [
- {
- "name": "direct",
- "description": "AMQP direct exchange, as per the AMQP specification",
- "enabled": true
- },
- {
- "name": "fanout",
- "description": "AMQP fanout exchange, as per the AMQP specification",
- "enabled": true
- },
- {
- "name": "headers",
- "description": "AMQP headers exchange, as per the AMQP specification",
- "enabled": true
- },
- {
- "name": "topic",
- "description": "AMQP topic exchange, as per the AMQP specification",
- "enabled": true
- }
- ],
- "product_version": "3.11.5",
- "product_name": "RabbitMQ",
- "rabbitmq_version": "3.11.5",
- "cluster_name": "rabbit@f705ea2a1bec",
- "erlang_version": "25.2",
- "erlang_full_version": "Erlang/OTP 25 [erts-13.1.3] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit:ns]",
- "release_series_support_status": "supported",
- "disable_stats": false,
- "enable_queue_totals": false,
- "message_stats": {
- "disk_reads": 0,
- "disk_reads_details": {
- "rate": 0
- },
- "disk_writes": 0,
- "disk_writes_details": {
- "rate": 0
- }
- },
- "churn_rates": {
- "channel_closed": 0,
- "channel_closed_details": {
- "rate": 0
- },
- "channel_created": 0,
- "channel_created_details": {
- "rate": 0
- },
- "connection_closed": 0,
- "connection_closed_details": {
- "rate": 0
- },
- "connection_created": 0,
- "connection_created_details": {
- "rate": 0
- },
- "queue_created": 6,
- "queue_created_details": {
- "rate": 0
- },
- "queue_declared": 6,
- "queue_declared_details": {
- "rate": 0
- },
- "queue_deleted": 2,
- "queue_deleted_details": {
- "rate": 0
- }
- },
- "queue_totals": {
- "messages": 0,
- "messages_details": {
- "rate": 0
- },
- "messages_ready": 0,
- "messages_ready_details": {
- "rate": 0
- },
- "messages_unacknowledged": 0,
- "messages_unacknowledged_details": {
- "rate": 0
- }
- },
- "object_totals": {
- "channels": 0,
- "connections": 0,
- "consumers": 0,
- "exchanges": 21,
- "queues": 4
- },
- "statistics_db_event_queue": 0,
- "node": "rabbit@localhost",
- "listeners": [
- {
- "node": "rabbit@localhost",
- "protocol": "amqp",
- "ip_address": "::",
- "port": 5672,
- "socket_opts": {
- "backlog": 128,
- "nodelay": true,
- "linger": [
- true,
- 0
- ],
- "exit_on_close": false
- }
- },
- {
- "node": "rabbit@localhost",
- "protocol": "clustering",
- "ip_address": "::",
- "port": 25672,
- "socket_opts": []
- },
- {
- "node": "rabbit@localhost",
- "protocol": "http",
- "ip_address": "::",
- "port": 15672,
- "socket_opts": {
- "cowboy_opts": {
- "sendfile": false
- },
- "ip": "0.0.0.0",
- "port": 15672
- }
- },
- {
- "node": "rabbit@localhost",
- "protocol": "http/prometheus",
- "ip_address": "::",
- "port": 15692,
- "socket_opts": {
- "cowboy_opts": {
- "sendfile": false
- },
- "port": 15692,
- "protocol": "http/prometheus"
- }
- }
- ],
- "contexts": [
- {
- "ssl_opts": [],
- "node": "rabbit@localhost",
- "description": "RabbitMQ Management",
- "path": "/",
- "cowboy_opts": "[{sendfile,false}]",
- "ip": "0.0.0.0",
- "port": "15672"
- },
- {
- "ssl_opts": [],
- "node": "rabbit@localhost",
- "description": "RabbitMQ Prometheus",
- "path": "/",
- "cowboy_opts": "[{sendfile,false}]",
- "port": "15692",
- "protocol": "'http/prometheus'"
- }
- ]
-}