1{
2  "status": "success",
3  "data": {
4    "alertmanager_alerts": [
5      {
6        "type": "gauge",
7        "help": "How many alerts by state.",
8        "unit": ""
9      }
10    ],
11    "alertmanager_alerts_invalid_total": [
12      {
13        "type": "counter",
14        "help": "The total number of received alerts that were invalid.",
15        "unit": ""
16      }
17    ],
18    "alertmanager_alerts_received_total": [
19      {
20        "type": "counter",
21        "help": "The total number of received alerts.",
22        "unit": ""
23      }
24    ],
25    "alertmanager_build_info": [
26      {
27        "type": "gauge",
28        "help": "A metric with a constant '1' value labeled by version, revision, branch, and goversion from which alertmanager was built.",
29        "unit": ""
30      }
31    ],
32    "alertmanager_cluster_enabled": [
33      {
34        "type": "gauge",
35        "help": "Indicates whether the clustering is enabled or not.",
36        "unit": ""
37      }
38    ],
39    "alertmanager_config_hash": [
40      {
41        "type": "gauge",
42        "help": "Hash of the currently loaded alertmanager configuration.",
43        "unit": ""
44      }
45    ],
46    "alertmanager_config_last_reload_success_timestamp_seconds": [
47      {
48        "type": "gauge",
49        "help": "Timestamp of the last successful configuration reload.",
50        "unit": ""
51      }
52    ],
53    "alertmanager_config_last_reload_successful": [
54      {
55        "type": "gauge",
56        "help": "Whether the last configuration reload attempt was successful.",
57        "unit": ""
58      }
59    ],
60    "alertmanager_dispatcher_aggregation_groups": [
61      {
62        "type": "gauge",
63        "help": "Number of active aggregation groups",
64        "unit": ""
65      }
66    ],
67    "alertmanager_dispatcher_alert_processing_duration_seconds": [
68      {
69        "type": "summary",
70        "help": "Summary of latencies for the processing of alerts.",
71        "unit": ""
72      }
73    ],
74    "alertmanager_http_concurrency_limit_exceeded_total": [
75      {
76        "type": "counter",
77        "help": "Total number of times an HTTP request failed because the concurrency limit was reached.",
78        "unit": ""
79      }
80    ],
81    "alertmanager_http_request_duration_seconds": [
82      {
83        "type": "histogram",
84        "help": "Histogram of latencies for HTTP requests.",
85        "unit": ""
86      }
87    ]
88  }
89}
90