summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/rabbitmq/testdata/v3.11.5/api-nodes-node.json
blob: cc0a0ceb05a48752dee6e52c8b8a6ef2f4fb3757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
{
  "partitions": [],
  "os_pid": "49",
  "fd_total": 1048576,
  "sockets_total": 943629,
  "mem_limit": 6713820774,
  "mem_alarm": false,
  "disk_free_limit": 16784551936,
  "disk_free_alarm": false,
  "proc_total": 1048576,
  "rates_mode": "basic",
  "uptime": 10098336,
  "run_queue": 1,
  "processors": 12,
  "exchange_types": [
    {
      "name": "topic",
      "description": "AMQP topic exchange, as per the AMQP specification",
      "enabled": true
    },
    {
      "name": "headers",
      "description": "AMQP headers exchange, as per the AMQP specification",
      "enabled": true
    },
    {
      "name": "fanout",
      "description": "AMQP fanout exchange, as per the AMQP specification",
      "enabled": true
    },
    {
      "name": "direct",
      "description": "AMQP direct exchange, as per the AMQP specification",
      "enabled": true
    }
  ],
  "auth_mechanisms": [
    {
      "name": "PLAIN",
      "description": "SASL PLAIN authentication mechanism",
      "enabled": true
    },
    {
      "name": "AMQPLAIN",
      "description": "QPid AMQPLAIN mechanism",
      "enabled": true
    },
    {
      "name": "RABBIT-CR-DEMO",
      "description": "RabbitMQ Demo challenge-response authentication mechanism",
      "enabled": false
    }
  ],
  "applications": [
    {
      "name": "accept",
      "description": "Accept header(s) for Erlang/Elixir",
      "version": "0.3.5"
    },
    {
      "name": "amqp10_common",
      "description": "Modules shared by rabbitmq-amqp1.0 and rabbitmq-amqp1.0-client",
      "version": "3.11.5"
    },
    {
      "name": "amqp_client",
      "description": "RabbitMQ AMQP Client",
      "version": "3.11.5"
    },
    {
      "name": "asn1",
      "description": "The Erlang ASN1 compiler version 5.0.21",
      "version": "5.0.21"
    },
    {
      "name": "aten",
      "description": "Erlang node failure detector",
      "version": "0.5.8"
    },
    {
      "name": "compiler",
      "description": "ERTS  CXC 138 10",
      "version": "8.2.2"
    },
    {
      "name": "cowboy",
      "description": "Small, fast, modern HTTP server.",
      "version": "2.8.0"
    },
    {
      "name": "cowlib",
      "description": "Support library for manipulating Web protocols.",
      "version": "2.9.1"
    },
    {
      "name": "credentials_obfuscation",
      "description": "Helper library that obfuscates sensitive values in process state",
      "version": "3.2.0"
    },
    {
      "name": "crypto",
      "description": "CRYPTO",
      "version": "5.1.2"
    },
    {
      "name": "cuttlefish",
      "description": "cuttlefish configuration abstraction",
      "version": "3.1.0"
    },
    {
      "name": "enough",
      "description": "A gen_server implementation with additional, overload-protected call type",
      "version": "0.1.0"
    },
    {
      "name": "gen_batch_server",
      "description": "Generic batching server",
      "version": "0.8.8"
    },
    {
      "name": "inets",
      "description": "INETS  CXC 138 49",
      "version": "8.2"
    },
    {
      "name": "kernel",
      "description": "ERTS  CXC 138 10",
      "version": "8.5.2"
    },
    {
      "name": "mnesia",
      "description": "MNESIA  CXC 138 12",
      "version": "4.21.3"
    },
    {
      "name": "observer_cli",
      "description": "Visualize Erlang Nodes On The Command Line",
      "version": "1.7.3"
    },
    {
      "name": "os_mon",
      "description": "CPO  CXC 138 46",
      "version": "2.8"
    },
    {
      "name": "osiris",
      "description": "New project",
      "version": "1.3.3"
    },
    {
      "name": "prometheus",
      "description": "Prometheus.io client in Erlang",
      "version": "4.9.1"
    },
    {
      "name": "public_key",
      "description": "Public key infrastructure",
      "version": "1.13.2"
    },
    {
      "name": "ra",
      "description": "Raft library",
      "version": "2.4.5"
    },
    {
      "name": "rabbit",
      "description": "RabbitMQ",
      "version": "3.11.5"
    },
    {
      "name": "rabbit_common",
      "description": "Modules shared by rabbitmq-server and rabbitmq-erlang-client",
      "version": "3.11.5"
    },
    {
      "name": "rabbitmq_management",
      "description": "RabbitMQ Management Console",
      "version": "3.11.5"
    },
    {
      "name": "rabbitmq_management_agent",
      "description": "RabbitMQ Management Agent",
      "version": "3.11.5"
    },
    {
      "name": "rabbitmq_prelaunch",
      "description": "RabbitMQ prelaunch setup",
      "version": "3.11.5"
    },
    {
      "name": "rabbitmq_prometheus",
      "description": "",
      "version": "3.11.5"
    },
    {
      "name": "rabbitmq_web_dispatch",
      "description": "RabbitMQ Web Dispatcher",
      "version": "3.11.5"
    },
    {
      "name": "ranch",
      "description": "Socket acceptor pool for TCP protocols.",
      "version": "2.1.0"
    },
    {
      "name": "recon",
      "description": "Diagnostic tools for production use",
      "version": "2.5.2"
    },
    {
      "name": "redbug",
      "description": "Erlang Tracing Debugger",
      "version": "2.0.7"
    },
    {
      "name": "runtime_tools",
      "description": "RUNTIME_TOOLS",
      "version": "1.19"
    },
    {
      "name": "sasl",
      "description": "SASL  CXC 138 11",
      "version": "4.2"
    },
    {
      "name": "seshat",
      "description": "Counters registry",
      "version": "0.4.0"
    },
    {
      "name": "ssl",
      "description": "Erlang/OTP SSL application",
      "version": "10.8.6"
    },
    {
      "name": "stdlib",
      "description": "ERTS  CXC 138 10",
      "version": "4.2"
    },
    {
      "name": "stdout_formatter",
      "description": "Tools to format paragraphs, lists and tables as plain text",
      "version": "0.2.4"
    },
    {
      "name": "syntax_tools",
      "description": "Syntax tools",
      "version": "3.0"
    },
    {
      "name": "sysmon_handler",
      "description": "Rate-limiting system_monitor event handler",
      "version": "1.3.0"
    },
    {
      "name": "systemd",
      "description": "systemd integration for Erlang applications",
      "version": "0.6.1"
    },
    {
      "name": "thoas",
      "description": "A blazing fast JSON parser and generator in pure Erlang.",
      "version": "0.4.0"
    },
    {
      "name": "tools",
      "description": "DEVTOOLS  CXC 138 16",
      "version": "3.5.3"
    },
    {
      "name": "xmerl",
      "description": "XML parser",
      "version": "1.3.30"
    }
  ],
  "contexts": [
    {
      "description": "RabbitMQ Management",
      "path": "/",
      "cowboy_opts": "[{sendfile,false}]",
      "ip": "0.0.0.0",
      "port": "15672"
    },
    {
      "description": "RabbitMQ Prometheus",
      "path": "/",
      "cowboy_opts": "[{sendfile,false}]",
      "port": "15692",
      "protocol": "'http/prometheus'"
    }
  ],
  "log_files": [
    "/opt/bitnami/rabbitmq/var/log/rabbitmq/rabbit@localhost.log",
    "/opt/bitnami/rabbitmq/var/log/rabbitmq/rabbit@localhost_upgrade.log",
    "<stdout>"
  ],
  "db_dir": "/bitnami/rabbitmq/mnesia/rabbit@localhost",
  "config_files": [
    "/opt/bitnami/rabbitmq/etc/rabbitmq/rabbitmq.conf"
  ],
  "net_ticktime": 60,
  "enabled_plugins": [
    "rabbitmq_management",
    "rabbitmq_prometheus"
  ],
  "mem_calculation_strategy": "rss",
  "ra_open_file_metrics": {
    "ra_log_wal": 1,
    "ra_log_segment_writer": 0
  },
  "name": "rabbit@localhost",
  "running": true,
  "type": "disc",
  "mem_used": 172720128,
  "mem_used_details": {
    "rate": 0
  },
  "fd_used": 43,
  "fd_used_details": {
    "rate": -0.2
  },
  "sockets_used": 0,
  "sockets_used_details": {
    "rate": 0
  },
  "proc_used": 441,
  "proc_used_details": {
    "rate": -0.2
  },
  "disk_free": 189799186432,
  "disk_free_details": {
    "rate": 0
  },
  "gc_num": 74226,
  "gc_num_details": {
    "rate": 4.8
  },
  "gc_bytes_reclaimed": 1847200664,
  "gc_bytes_reclaimed_details": {
    "rate": 101998.4
  },
  "context_switches": 839195,
  "context_switches_details": {
    "rate": 59.4
  },
  "io_read_count": 1,
  "io_read_count_details": {
    "rate": 0
  },
  "io_read_bytes": 1,
  "io_read_bytes_details": {
    "rate": 0
  },
  "io_read_avg_time": 0.043,
  "io_read_avg_time_details": {
    "rate": 0
  },
  "io_write_count": 0,
  "io_write_count_details": {
    "rate": 0
  },
  "io_write_bytes": 0,
  "io_write_bytes_details": {
    "rate": 0
  },
  "io_write_avg_time": 0,
  "io_write_avg_time_details": {
    "rate": 0
  },
  "io_sync_count": 0,
  "io_sync_count_details": {
    "rate": 0
  },
  "io_sync_avg_time": 0,
  "io_sync_avg_time_details": {
    "rate": 0
  },
  "io_seek_count": 0,
  "io_seek_count_details": {
    "rate": 0
  },
  "io_seek_avg_time": 0,
  "io_seek_avg_time_details": {
    "rate": 0
  },
  "io_reopen_count": 0,
  "io_reopen_count_details": {
    "rate": 0
  },
  "mnesia_ram_tx_count": 272,
  "mnesia_ram_tx_count_details": {
    "rate": 0
  },
  "mnesia_disk_tx_count": 58,
  "mnesia_disk_tx_count_details": {
    "rate": 0
  },
  "msg_store_read_count": 0,
  "msg_store_read_count_details": {
    "rate": 0
  },
  "msg_store_write_count": 0,
  "msg_store_write_count_details": {
    "rate": 0
  },
  "queue_index_write_count": 0,
  "queue_index_write_count_details": {
    "rate": 0
  },
  "queue_index_read_count": 0,
  "queue_index_read_count_details": {
    "rate": 0
  },
  "connection_created": 0,
  "connection_created_details": {
    "rate": 0
  },
  "connection_closed": 0,
  "connection_closed_details": {
    "rate": 0
  },
  "channel_created": 0,
  "channel_created_details": {
    "rate": 0
  },
  "channel_closed": 0,
  "channel_closed_details": {
    "rate": 0
  },
  "queue_declared": 6,
  "queue_declared_details": {
    "rate": 0
  },
  "queue_created": 6,
  "queue_created_details": {
    "rate": 0
  },
  "queue_deleted": 2,
  "queue_deleted_details": {
    "rate": 0
  },
  "cluster_links": [],
  "metrics_gc_queue_length": {
    "connection_closed": 0,
    "channel_closed": 0,
    "consumer_deleted": 0,
    "exchange_deleted": 0,
    "queue_deleted": 0,
    "vhost_deleted": 0,
    "node_node_deleted": 0,
    "channel_consumer_deleted": 0
  }
}