github.com/netdata/go.d.plugin@v0.58.1/modules/rabbitmq/testdata/v3.11.5/api-overview.json (about)

     1  {
     2    "management_version": "3.11.5",
     3    "rates_mode": "basic",
     4    "sample_retention_policies": {
     5      "global": [
     6        600,
     7        3600,
     8        28800,
     9        86400
    10      ],
    11      "basic": [
    12        600,
    13        3600
    14      ],
    15      "detailed": [
    16        600
    17      ]
    18    },
    19    "exchange_types": [
    20      {
    21        "name": "direct",
    22        "description": "AMQP direct exchange, as per the AMQP specification",
    23        "enabled": true
    24      },
    25      {
    26        "name": "fanout",
    27        "description": "AMQP fanout exchange, as per the AMQP specification",
    28        "enabled": true
    29      },
    30      {
    31        "name": "headers",
    32        "description": "AMQP headers exchange, as per the AMQP specification",
    33        "enabled": true
    34      },
    35      {
    36        "name": "topic",
    37        "description": "AMQP topic exchange, as per the AMQP specification",
    38        "enabled": true
    39      }
    40    ],
    41    "product_version": "3.11.5",
    42    "product_name": "RabbitMQ",
    43    "rabbitmq_version": "3.11.5",
    44    "cluster_name": "rabbit@f705ea2a1bec",
    45    "erlang_version": "25.2",
    46    "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]",
    47    "release_series_support_status": "supported",
    48    "disable_stats": false,
    49    "enable_queue_totals": false,
    50    "message_stats": {
    51      "disk_reads": 0,
    52      "disk_reads_details": {
    53        "rate": 0
    54      },
    55      "disk_writes": 0,
    56      "disk_writes_details": {
    57        "rate": 0
    58      }
    59    },
    60    "churn_rates": {
    61      "channel_closed": 0,
    62      "channel_closed_details": {
    63        "rate": 0
    64      },
    65      "channel_created": 0,
    66      "channel_created_details": {
    67        "rate": 0
    68      },
    69      "connection_closed": 0,
    70      "connection_closed_details": {
    71        "rate": 0
    72      },
    73      "connection_created": 0,
    74      "connection_created_details": {
    75        "rate": 0
    76      },
    77      "queue_created": 6,
    78      "queue_created_details": {
    79        "rate": 0
    80      },
    81      "queue_declared": 6,
    82      "queue_declared_details": {
    83        "rate": 0
    84      },
    85      "queue_deleted": 2,
    86      "queue_deleted_details": {
    87        "rate": 0
    88      }
    89    },
    90    "queue_totals": {
    91      "messages": 0,
    92      "messages_details": {
    93        "rate": 0
    94      },
    95      "messages_ready": 0,
    96      "messages_ready_details": {
    97        "rate": 0
    98      },
    99      "messages_unacknowledged": 0,
   100      "messages_unacknowledged_details": {
   101        "rate": 0
   102      }
   103    },
   104    "object_totals": {
   105      "channels": 0,
   106      "connections": 0,
   107      "consumers": 0,
   108      "exchanges": 21,
   109      "queues": 4
   110    },
   111    "statistics_db_event_queue": 0,
   112    "node": "rabbit@localhost",
   113    "listeners": [
   114      {
   115        "node": "rabbit@localhost",
   116        "protocol": "amqp",
   117        "ip_address": "::",
   118        "port": 5672,
   119        "socket_opts": {
   120          "backlog": 128,
   121          "nodelay": true,
   122          "linger": [
   123            true,
   124            0
   125          ],
   126          "exit_on_close": false
   127        }
   128      },
   129      {
   130        "node": "rabbit@localhost",
   131        "protocol": "clustering",
   132        "ip_address": "::",
   133        "port": 25672,
   134        "socket_opts": []
   135      },
   136      {
   137        "node": "rabbit@localhost",
   138        "protocol": "http",
   139        "ip_address": "::",
   140        "port": 15672,
   141        "socket_opts": {
   142          "cowboy_opts": {
   143            "sendfile": false
   144          },
   145          "ip": "0.0.0.0",
   146          "port": 15672
   147        }
   148      },
   149      {
   150        "node": "rabbit@localhost",
   151        "protocol": "http/prometheus",
   152        "ip_address": "::",
   153        "port": 15692,
   154        "socket_opts": {
   155          "cowboy_opts": {
   156            "sendfile": false
   157          },
   158          "port": 15692,
   159          "protocol": "http/prometheus"
   160        }
   161      }
   162    ],
   163    "contexts": [
   164      {
   165        "ssl_opts": [],
   166        "node": "rabbit@localhost",
   167        "description": "RabbitMQ Management",
   168        "path": "/",
   169        "cowboy_opts": "[{sendfile,false}]",
   170        "ip": "0.0.0.0",
   171        "port": "15672"
   172      },
   173      {
   174        "ssl_opts": [],
   175        "node": "rabbit@localhost",
   176        "description": "RabbitMQ Prometheus",
   177        "path": "/",
   178        "cowboy_opts": "[{sendfile,false}]",
   179        "port": "15692",
   180        "protocol": "'http/prometheus'"
   181      }
   182    ]
   183  }