summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/consul/testdata/v1.13.2/server_v1-agent-metrics.txt
blob: 63dbaddfcb5948bb00380aaf929525c39b0d80c3 (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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
# HELP consul_acl_ResolveToken This measures the time it takes to resolve an ACL token.
# TYPE consul_acl_ResolveToken summary
consul_acl_ResolveToken{quantile="0.5"} NaN
consul_acl_ResolveToken{quantile="0.9"} NaN
consul_acl_ResolveToken{quantile="0.99"} NaN
consul_acl_ResolveToken_sum 0
consul_acl_ResolveToken_count 0
# HELP consul_acl_authmethod_delete
# TYPE consul_acl_authmethod_delete summary
consul_acl_authmethod_delete{quantile="0.5"} NaN
consul_acl_authmethod_delete{quantile="0.9"} NaN
consul_acl_authmethod_delete{quantile="0.99"} NaN
consul_acl_authmethod_delete_sum 0
consul_acl_authmethod_delete_count 0
# HELP consul_acl_authmethod_upsert
# TYPE consul_acl_authmethod_upsert summary
consul_acl_authmethod_upsert{quantile="0.5"} NaN
consul_acl_authmethod_upsert{quantile="0.9"} NaN
consul_acl_authmethod_upsert{quantile="0.99"} NaN
consul_acl_authmethod_upsert_sum 0
consul_acl_authmethod_upsert_count 0
# HELP consul_acl_bindingrule_delete
# TYPE consul_acl_bindingrule_delete summary
consul_acl_bindingrule_delete{quantile="0.5"} NaN
consul_acl_bindingrule_delete{quantile="0.9"} NaN
consul_acl_bindingrule_delete{quantile="0.99"} NaN
consul_acl_bindingrule_delete_sum 0
consul_acl_bindingrule_delete_count 0
# HELP consul_acl_bindingrule_upsert
# TYPE consul_acl_bindingrule_upsert summary
consul_acl_bindingrule_upsert{quantile="0.5"} NaN
consul_acl_bindingrule_upsert{quantile="0.9"} NaN
consul_acl_bindingrule_upsert{quantile="0.99"} NaN
consul_acl_bindingrule_upsert_sum 0
consul_acl_bindingrule_upsert_count 0
# HELP consul_acl_blocked_check_deregistration Increments whenever a deregistration fails for a check (blocked by an ACL)
# TYPE consul_acl_blocked_check_deregistration counter
consul_acl_blocked_check_deregistration 0
# HELP consul_acl_blocked_check_registration Increments whenever a registration fails for a check (blocked by an ACL)
# TYPE consul_acl_blocked_check_registration counter
consul_acl_blocked_check_registration 0
# HELP consul_acl_blocked_node_registration Increments whenever a registration fails for a node (blocked by an ACL)
# TYPE consul_acl_blocked_node_registration counter
consul_acl_blocked_node_registration 0
# HELP consul_acl_blocked_service_deregistration Increments whenever a deregistration fails for a service (blocked by an ACL)
# TYPE consul_acl_blocked_service_deregistration counter
consul_acl_blocked_service_deregistration 0
# HELP consul_acl_blocked_service_registration Increments whenever a registration fails for a service (blocked by an ACL)
# TYPE consul_acl_blocked_service_registration counter
consul_acl_blocked_service_registration 0
# HELP consul_acl_login
# TYPE consul_acl_login summary
consul_acl_login{quantile="0.5"} NaN
consul_acl_login{quantile="0.9"} NaN
consul_acl_login{quantile="0.99"} NaN
consul_acl_login_sum 0
consul_acl_login_count 0
# HELP consul_acl_logout
# TYPE consul_acl_logout summary
consul_acl_logout{quantile="0.5"} NaN
consul_acl_logout{quantile="0.9"} NaN
consul_acl_logout{quantile="0.99"} NaN
consul_acl_logout_sum 0
consul_acl_logout_count 0
# HELP consul_acl_policy_delete
# TYPE consul_acl_policy_delete summary
consul_acl_policy_delete{quantile="0.5"} NaN
consul_acl_policy_delete{quantile="0.9"} NaN
consul_acl_policy_delete{quantile="0.99"} NaN
consul_acl_policy_delete_sum 0
consul_acl_policy_delete_count 0
# HELP consul_acl_policy_upsert
# TYPE consul_acl_policy_upsert summary
consul_acl_policy_upsert{quantile="0.5"} NaN
consul_acl_policy_upsert{quantile="0.9"} NaN
consul_acl_policy_upsert{quantile="0.99"} NaN
consul_acl_policy_upsert_sum 0
consul_acl_policy_upsert_count 0
# HELP consul_acl_role_delete
# TYPE consul_acl_role_delete summary
consul_acl_role_delete{quantile="0.5"} NaN
consul_acl_role_delete{quantile="0.9"} NaN
consul_acl_role_delete{quantile="0.99"} NaN
consul_acl_role_delete_sum 0
consul_acl_role_delete_count 0
# HELP consul_acl_role_upsert
# TYPE consul_acl_role_upsert summary
consul_acl_role_upsert{quantile="0.5"} NaN
consul_acl_role_upsert{quantile="0.9"} NaN
consul_acl_role_upsert{quantile="0.99"} NaN
consul_acl_role_upsert_sum 0
consul_acl_role_upsert_count 0
# HELP consul_acl_token_cache_hit Increments if Consul is able to resolve a token's identity, or a legacy token, from the cache.
# TYPE consul_acl_token_cache_hit counter
consul_acl_token_cache_hit 0
# HELP consul_acl_token_cache_miss Increments if Consul cannot resolve a token's identity, or a legacy token, from the cache.
# TYPE consul_acl_token_cache_miss counter
consul_acl_token_cache_miss 0
# HELP consul_acl_token_clone
# TYPE consul_acl_token_clone summary
consul_acl_token_clone{quantile="0.5"} NaN
consul_acl_token_clone{quantile="0.9"} NaN
consul_acl_token_clone{quantile="0.99"} NaN
consul_acl_token_clone_sum 0
consul_acl_token_clone_count 0
# HELP consul_acl_token_delete
# TYPE consul_acl_token_delete summary
consul_acl_token_delete{quantile="0.5"} NaN
consul_acl_token_delete{quantile="0.9"} NaN
consul_acl_token_delete{quantile="0.99"} NaN
consul_acl_token_delete_sum 0
consul_acl_token_delete_count 0
# HELP consul_acl_token_upsert
# TYPE consul_acl_token_upsert summary
consul_acl_token_upsert{quantile="0.5"} NaN
consul_acl_token_upsert{quantile="0.9"} NaN
consul_acl_token_upsert{quantile="0.99"} NaN
consul_acl_token_upsert_sum 0
consul_acl_token_upsert_count 0
# HELP consul_agent_tls_cert_expiry Seconds until the agent tls certificate expires. Updated every hour
# TYPE consul_agent_tls_cert_expiry gauge
consul_agent_tls_cert_expiry 0
# HELP consul_api_http Samples how long it takes to service the given HTTP request for the given verb and path.
# TYPE consul_api_http summary
consul_api_http{quantile="0.5"} NaN
consul_api_http{quantile="0.9"} NaN
consul_api_http{quantile="0.99"} NaN
consul_api_http_sum 0
consul_api_http_count 0
consul_api_http{method="GET",path="v1_agent_checks",quantile="0.5"} 0.11646900326013565
consul_api_http{method="GET",path="v1_agent_checks",quantile="0.9"} 0.3685469925403595
consul_api_http{method="GET",path="v1_agent_checks",quantile="0.99"} 1.142822027206421
consul_api_http_sum{method="GET",path="v1_agent_checks"} 24054.416150089353
consul_api_http_count{method="GET",path="v1_agent_checks"} 99423
consul_api_http{method="GET",path="v1_agent_metrics",quantile="0.5"} 0.8454239964485168
consul_api_http{method="GET",path="v1_agent_metrics",quantile="0.9"} 4.116001129150391
consul_api_http{method="GET",path="v1_agent_metrics",quantile="0.99"} 6.345314025878906
consul_api_http_sum{method="GET",path="v1_agent_metrics"} 169447.17186257243
consul_api_http_count{method="GET",path="v1_agent_metrics"} 118670
# HELP consul_autopilot_failure_tolerance Tracks the number of voting servers that the cluster can lose while continuing to function.
# TYPE consul_autopilot_failure_tolerance gauge
consul_autopilot_failure_tolerance 1
# HELP consul_autopilot_healthy Tracks the overall health of the local server cluster. 1 if all servers are healthy, 0 if one or more are unhealthy.
# TYPE consul_autopilot_healthy gauge
consul_autopilot_healthy 1
# HELP consul_catalog_connect_not_found Increments for each connect-based catalog query where the given service could not be found.
# TYPE consul_catalog_connect_not_found counter
consul_catalog_connect_not_found 0
# HELP consul_catalog_connect_query Increments for each connect-based catalog query for the given service.
# TYPE consul_catalog_connect_query counter
consul_catalog_connect_query 0
# HELP consul_catalog_connect_query_tag Increments for each connect-based catalog query for the given service with the given tag.
# TYPE consul_catalog_connect_query_tag counter
consul_catalog_connect_query_tag 0
# HELP consul_catalog_connect_query_tags Increments for each connect-based catalog query for the given service with the given tags.
# TYPE consul_catalog_connect_query_tags counter
consul_catalog_connect_query_tags 0
# HELP consul_catalog_deregister Measures the time it takes to complete a catalog deregister operation.
# TYPE consul_catalog_deregister summary
consul_catalog_deregister{quantile="0.5"} NaN
consul_catalog_deregister{quantile="0.9"} NaN
consul_catalog_deregister{quantile="0.99"} NaN
consul_catalog_deregister_sum 0
consul_catalog_deregister_count 0
# HELP consul_catalog_register Measures the time it takes to complete a catalog register operation.
# TYPE consul_catalog_register summary
consul_catalog_register{quantile="0.5"} NaN
consul_catalog_register{quantile="0.9"} NaN
consul_catalog_register{quantile="0.99"} NaN
consul_catalog_register_sum 15302.798070907593
consul_catalog_register_count 193
# HELP consul_catalog_service_not_found Increments for each catalog query where the given service could not be found.
# TYPE consul_catalog_service_not_found counter
consul_catalog_service_not_found 0
# HELP consul_catalog_service_query Increments for each catalog query for the given service.
# TYPE consul_catalog_service_query counter
consul_catalog_service_query 0
# HELP consul_catalog_service_query_tag Increments for each catalog query for the given service with the given tag.
# TYPE consul_catalog_service_query_tag counter
consul_catalog_service_query_tag 0
# HELP consul_catalog_service_query_tags Increments for each catalog query for the given service with the given tags.
# TYPE consul_catalog_service_query_tags counter
consul_catalog_service_query_tags 0
# HELP consul_client_api_catalog_datacenters Increments whenever a Consul agent receives a request to list datacenters in the catalog.
# TYPE consul_client_api_catalog_datacenters counter
consul_client_api_catalog_datacenters 0
# HELP consul_client_api_catalog_deregister Increments whenever a Consul agent receives a catalog deregister request.
# TYPE consul_client_api_catalog_deregister counter
consul_client_api_catalog_deregister 0
# HELP consul_client_api_catalog_gateway_services Increments whenever a Consul agent receives a request to list services associated with a gateway.
# TYPE consul_client_api_catalog_gateway_services counter
consul_client_api_catalog_gateway_services 0
# HELP consul_client_api_catalog_node_service_list Increments whenever a Consul agent receives a request to list a node's registered services.
# TYPE consul_client_api_catalog_node_service_list counter
consul_client_api_catalog_node_service_list 0
# HELP consul_client_api_catalog_node_services Increments whenever a Consul agent successfully responds to a request to list nodes offering a service.
# TYPE consul_client_api_catalog_node_services counter
consul_client_api_catalog_node_services 0
# HELP consul_client_api_catalog_nodes Increments whenever a Consul agent receives a request to list nodes from the catalog.
# TYPE consul_client_api_catalog_nodes counter
consul_client_api_catalog_nodes 0
# HELP consul_client_api_catalog_register Increments whenever a Consul agent receives a catalog register request.
# TYPE consul_client_api_catalog_register counter
consul_client_api_catalog_register 0
# HELP consul_client_api_catalog_service_nodes Increments whenever a Consul agent receives a request to list nodes offering a service.
# TYPE consul_client_api_catalog_service_nodes counter
consul_client_api_catalog_service_nodes 0
# HELP consul_client_api_catalog_services Increments whenever a Consul agent receives a request to list services from the catalog.
# TYPE consul_client_api_catalog_services counter
consul_client_api_catalog_services 0
# HELP consul_client_api_error_catalog_service_nodes Increments whenever a Consul agent receives an RPC error for request to list nodes offering a service.
# TYPE consul_client_api_error_catalog_service_nodes counter
consul_client_api_error_catalog_service_nodes 0
# HELP consul_client_api_success_catalog_datacenters Increments whenever a Consul agent successfully responds to a request to list datacenters.
# TYPE consul_client_api_success_catalog_datacenters counter
consul_client_api_success_catalog_datacenters 0
# HELP consul_client_api_success_catalog_deregister Increments whenever a Consul agent successfully responds to a catalog deregister request.
# TYPE consul_client_api_success_catalog_deregister counter
consul_client_api_success_catalog_deregister 0
# HELP consul_client_api_success_catalog_gateway_services Increments whenever a Consul agent successfully responds to a request to list services associated with a gateway.
# TYPE consul_client_api_success_catalog_gateway_services counter
consul_client_api_success_catalog_gateway_services 0
# HELP consul_client_api_success_catalog_node_service_list Increments whenever a Consul agent successfully responds to a request to list a node's registered services.
# TYPE consul_client_api_success_catalog_node_service_list counter
consul_client_api_success_catalog_node_service_list 0
# HELP consul_client_api_success_catalog_node_services Increments whenever a Consul agent successfully responds to a request to list services in a node.
# TYPE consul_client_api_success_catalog_node_services counter
consul_client_api_success_catalog_node_services 0
# HELP consul_client_api_success_catalog_nodes Increments whenever a Consul agent successfully responds to a request to list nodes.
# TYPE consul_client_api_success_catalog_nodes counter
consul_client_api_success_catalog_nodes 0
# HELP consul_client_api_success_catalog_register Increments whenever a Consul agent successfully responds to a catalog register request.
# TYPE consul_client_api_success_catalog_register counter
consul_client_api_success_catalog_register 0
# HELP consul_client_api_success_catalog_service_nodes Increments whenever a Consul agent successfully responds to a request to list nodes offering a service.
# TYPE consul_client_api_success_catalog_service_nodes counter
consul_client_api_success_catalog_service_nodes 0
# HELP consul_client_api_success_catalog_services Increments whenever a Consul agent successfully responds to a request to list services.
# TYPE consul_client_api_success_catalog_services counter
consul_client_api_success_catalog_services 0
# HELP consul_client_rpc Increments whenever a Consul agent in client mode makes an RPC request to a Consul server.
# TYPE consul_client_rpc counter
consul_client_rpc 6838
# HELP consul_client_rpc_error_catalog_datacenters Increments whenever a Consul agent receives an RPC error for a request to list datacenters.
# TYPE consul_client_rpc_error_catalog_datacenters counter
consul_client_rpc_error_catalog_datacenters 0
# HELP consul_client_rpc_error_catalog_deregister Increments whenever a Consul agent receives an RPC error for a catalog deregister request.
# TYPE consul_client_rpc_error_catalog_deregister counter
consul_client_rpc_error_catalog_deregister 0
# HELP consul_client_rpc_error_catalog_gateway_services Increments whenever a Consul agent receives an RPC error for a request to list services associated with a gateway.
# TYPE consul_client_rpc_error_catalog_gateway_services counter
consul_client_rpc_error_catalog_gateway_services 0
# HELP consul_client_rpc_error_catalog_node_service_list Increments whenever a Consul agent receives an RPC error for request to list a node's registered services.
# TYPE consul_client_rpc_error_catalog_node_service_list counter
consul_client_rpc_error_catalog_node_service_list 0
# HELP consul_client_rpc_error_catalog_node_services Increments whenever a Consul agent receives an RPC error for a request to list services in a node.
# TYPE consul_client_rpc_error_catalog_node_services counter
consul_client_rpc_error_catalog_node_services 0
# HELP consul_client_rpc_error_catalog_nodes Increments whenever a Consul agent receives an RPC error for a request to list nodes.
# TYPE consul_client_rpc_error_catalog_nodes counter
consul_client_rpc_error_catalog_nodes 0
# HELP consul_client_rpc_error_catalog_register Increments whenever a Consul agent receives an RPC error for a catalog register request.
# TYPE consul_client_rpc_error_catalog_register counter
consul_client_rpc_error_catalog_register 0
# HELP consul_client_rpc_error_catalog_service_nodes Increments whenever a Consul agent receives an RPC error for a request to list nodes offering a service.
# TYPE consul_client_rpc_error_catalog_service_nodes counter
consul_client_rpc_error_catalog_service_nodes 0
# HELP consul_client_rpc_error_catalog_services Increments whenever a Consul agent receives an RPC error for a request to list services.
# TYPE consul_client_rpc_error_catalog_services counter
consul_client_rpc_error_catalog_services 0
# HELP consul_client_rpc_exceeded Increments whenever a Consul agent in client mode makes an RPC request to a Consul server gets rate limited by that agent's limits configuration.
# TYPE consul_client_rpc_exceeded counter
consul_client_rpc_exceeded 0
# HELP consul_client_rpc_failed Increments whenever a Consul agent in client mode makes an RPC request to a Consul server and fails.
# TYPE consul_client_rpc_failed counter
consul_client_rpc_failed 0
# HELP consul_consul_cache_bypass Counts how many times a request bypassed the cache because no cache-key was provided.
# TYPE consul_consul_cache_bypass counter
consul_consul_cache_bypass 0
# HELP consul_consul_cache_entries_count Represents the number of entries in this cache.
# TYPE consul_consul_cache_entries_count gauge
consul_consul_cache_entries_count 0
# HELP consul_consul_cache_evict_expired Counts the number of expired entries that are evicted.
# TYPE consul_consul_cache_evict_expired counter
consul_consul_cache_evict_expired 0
# HELP consul_consul_cache_fetch_error Counts the number of failed fetches by the cache.
# TYPE consul_consul_cache_fetch_error counter
consul_consul_cache_fetch_error 0
# HELP consul_consul_cache_fetch_success Counts the number of successful fetches by the cache.
# TYPE consul_consul_cache_fetch_success counter
consul_consul_cache_fetch_success 0
# HELP consul_consul_fsm_ca Deprecated - use fsm_ca instead
# TYPE consul_consul_fsm_ca summary
consul_consul_fsm_ca{quantile="0.5"} NaN
consul_consul_fsm_ca{quantile="0.9"} NaN
consul_consul_fsm_ca{quantile="0.99"} NaN
consul_consul_fsm_ca_sum 0
consul_consul_fsm_ca_count 0
# HELP consul_consul_fsm_intention Deprecated - use fsm_intention instead
# TYPE consul_consul_fsm_intention summary
consul_consul_fsm_intention{quantile="0.5"} NaN
consul_consul_fsm_intention{quantile="0.9"} NaN
consul_consul_fsm_intention{quantile="0.99"} NaN
consul_consul_fsm_intention_sum 0
consul_consul_fsm_intention_count 0
# HELP consul_consul_intention_apply
# TYPE consul_consul_intention_apply summary
consul_consul_intention_apply{quantile="0.5"} NaN
consul_consul_intention_apply{quantile="0.9"} NaN
consul_consul_intention_apply{quantile="0.99"} NaN
consul_consul_intention_apply_sum 0
consul_consul_intention_apply_count 0
# HELP consul_consul_members_clients Measures the current number of client agents registered with Consul. It is only emitted by Consul servers. Added in v1.9.6.
# TYPE consul_consul_members_clients gauge
consul_consul_members_clients 0
consul_consul_members_clients{datacenter="us-central"} 0
# HELP consul_consul_members_servers Measures the current number of server agents registered with Consul. It is only emitted by Consul servers. Added in v1.9.6.
# TYPE consul_consul_members_servers gauge
consul_consul_members_servers 0
consul_consul_members_servers{datacenter="us-central"} 3
# HELP consul_consul_peering_exported_services A gauge that tracks how many services are exported for the peering. The labels are "peering" and, for enterprise, "partition". We emit this metric every 9 seconds
# TYPE consul_consul_peering_exported_services gauge
consul_consul_peering_exported_services 0
# HELP consul_consul_state_config_entries Measures the current number of unique configuration entries registered with Consul, labeled by Kind. It is only emitted by Consul servers. Added in v1.10.4.
# TYPE consul_consul_state_config_entries gauge
consul_consul_state_config_entries 0
consul_consul_state_config_entries{datacenter="us-central",kind="exported-services"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="ingress-gateway"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="mesh"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="proxy-defaults"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="service-defaults"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="service-intentions"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="service-resolver"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="service-router"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="service-splitter"} 0
consul_consul_state_config_entries{datacenter="us-central",kind="terminating-gateway"} 0
# HELP consul_consul_state_connect_instances Measures the current number of unique connect service instances registered with Consul, labeled by Kind. It is only emitted by Consul servers. Added in v1.10.4.
# TYPE consul_consul_state_connect_instances gauge
consul_consul_state_connect_instances 0
consul_consul_state_connect_instances{datacenter="us-central",kind="connect-native"} 0
consul_consul_state_connect_instances{datacenter="us-central",kind="connect-proxy"} 0
consul_consul_state_connect_instances{datacenter="us-central",kind="ingress-gateway"} 0
consul_consul_state_connect_instances{datacenter="us-central",kind="mesh-gateway"} 0
consul_consul_state_connect_instances{datacenter="us-central",kind="terminating-gateway"} 0
# HELP consul_consul_state_kv_entries Measures the current number of entries in the Consul KV store. It is only emitted by Consul servers. Added in v1.10.3.
# TYPE consul_consul_state_kv_entries gauge
consul_consul_state_kv_entries 0
consul_consul_state_kv_entries{datacenter="us-central"} 1
# HELP consul_consul_state_nodes Measures the current number of nodes registered with Consul. It is only emitted by Consul servers. Added in v1.9.0.
# TYPE consul_consul_state_nodes gauge
consul_consul_state_nodes 0
consul_consul_state_nodes{datacenter="us-central"} 3
# HELP consul_consul_state_peerings Measures the current number of peerings registered with Consul. It is only emitted by Consul servers. Added in v1.13.0.
# TYPE consul_consul_state_peerings gauge
consul_consul_state_peerings 0
consul_consul_state_peerings{datacenter="us-central"} 0
# HELP consul_consul_state_service_instances Measures the current number of unique services registered with Consul, based on service name. It is only emitted by Consul servers. Added in v1.9.0.
# TYPE consul_consul_state_service_instances gauge
consul_consul_state_service_instances 0
consul_consul_state_service_instances{datacenter="us-central"} 4
# HELP consul_consul_state_services Measures the current number of unique services registered with Consul, based on service name. It is only emitted by Consul servers. Added in v1.9.0.
# TYPE consul_consul_state_services gauge
consul_consul_state_services 0
consul_consul_state_services{datacenter="us-central"} 2
# HELP consul_federation_state_apply
# TYPE consul_federation_state_apply summary
consul_federation_state_apply{quantile="0.5"} NaN
consul_federation_state_apply{quantile="0.9"} NaN
consul_federation_state_apply{quantile="0.99"} NaN
consul_federation_state_apply_sum 0
consul_federation_state_apply_count 0
# HELP consul_federation_state_get
# TYPE consul_federation_state_get summary
consul_federation_state_get{quantile="0.5"} NaN
consul_federation_state_get{quantile="0.9"} NaN
consul_federation_state_get{quantile="0.99"} NaN
consul_federation_state_get_sum 0
consul_federation_state_get_count 0
# HELP consul_federation_state_list
# TYPE consul_federation_state_list summary
consul_federation_state_list{quantile="0.5"} NaN
consul_federation_state_list{quantile="0.9"} NaN
consul_federation_state_list{quantile="0.99"} NaN
consul_federation_state_list_sum 0
consul_federation_state_list_count 0
# HELP consul_federation_state_list_mesh_gateways
# TYPE consul_federation_state_list_mesh_gateways summary
consul_federation_state_list_mesh_gateways{quantile="0.5"} NaN
consul_federation_state_list_mesh_gateways{quantile="0.9"} NaN
consul_federation_state_list_mesh_gateways{quantile="0.99"} NaN
consul_federation_state_list_mesh_gateways_sum 0
consul_federation_state_list_mesh_gateways_count 0
# HELP consul_fsm_acl Measures the time it takes to apply the given ACL operation to the FSM.
# TYPE consul_fsm_acl summary
consul_fsm_acl{quantile="0.5"} NaN
consul_fsm_acl{quantile="0.9"} NaN
consul_fsm_acl{quantile="0.99"} NaN
consul_fsm_acl_sum 0
consul_fsm_acl_count 0
# HELP consul_fsm_acl_authmethod Measures the time it takes to apply an ACL authmethod operation to the FSM.
# TYPE consul_fsm_acl_authmethod summary
consul_fsm_acl_authmethod{quantile="0.5"} NaN
consul_fsm_acl_authmethod{quantile="0.9"} NaN
consul_fsm_acl_authmethod{quantile="0.99"} NaN
consul_fsm_acl_authmethod_sum 0
consul_fsm_acl_authmethod_count 0
# HELP consul_fsm_acl_bindingrule Measures the time it takes to apply an ACL binding rule operation to the FSM.
# TYPE consul_fsm_acl_bindingrule summary
consul_fsm_acl_bindingrule{quantile="0.5"} NaN
consul_fsm_acl_bindingrule{quantile="0.9"} NaN
consul_fsm_acl_bindingrule{quantile="0.99"} NaN
consul_fsm_acl_bindingrule_sum 0
consul_fsm_acl_bindingrule_count 0
# HELP consul_fsm_acl_policy Measures the time it takes to apply an ACL policy operation to the FSM.
# TYPE consul_fsm_acl_policy summary
consul_fsm_acl_policy{quantile="0.5"} NaN
consul_fsm_acl_policy{quantile="0.9"} NaN
consul_fsm_acl_policy{quantile="0.99"} NaN
consul_fsm_acl_policy_sum 0
consul_fsm_acl_policy_count 0
# HELP consul_fsm_acl_token Measures the time it takes to apply an ACL token operation to the FSM.
# TYPE consul_fsm_acl_token summary
consul_fsm_acl_token{quantile="0.5"} NaN
consul_fsm_acl_token{quantile="0.9"} NaN
consul_fsm_acl_token{quantile="0.99"} NaN
consul_fsm_acl_token_sum 0
consul_fsm_acl_token_count 0
# HELP consul_fsm_autopilot Measures the time it takes to apply the given autopilot update to the FSM.
# TYPE consul_fsm_autopilot summary
consul_fsm_autopilot{quantile="0.5"} NaN
consul_fsm_autopilot{quantile="0.9"} NaN
consul_fsm_autopilot{quantile="0.99"} NaN
consul_fsm_autopilot_sum 0
consul_fsm_autopilot_count 0
# HELP consul_fsm_ca Measures the time it takes to apply CA configuration operations to the FSM.
# TYPE consul_fsm_ca summary
consul_fsm_ca{quantile="0.5"} NaN
consul_fsm_ca{quantile="0.9"} NaN
consul_fsm_ca{quantile="0.99"} NaN
consul_fsm_ca_sum 0
consul_fsm_ca_count 0
# HELP consul_fsm_ca_leaf Measures the time it takes to apply an operation while signing a leaf certificate.
# TYPE consul_fsm_ca_leaf summary
consul_fsm_ca_leaf{quantile="0.5"} NaN
consul_fsm_ca_leaf{quantile="0.9"} NaN
consul_fsm_ca_leaf{quantile="0.99"} NaN
consul_fsm_ca_leaf_sum 0
consul_fsm_ca_leaf_count 0
# HELP consul_fsm_coordinate_batch_update Measures the time it takes to apply the given batch coordinate update to the FSM.
# TYPE consul_fsm_coordinate_batch_update summary
consul_fsm_coordinate_batch_update{quantile="0.5"} 0.846472978591919
consul_fsm_coordinate_batch_update{quantile="0.9"} 0.846472978591919
consul_fsm_coordinate_batch_update{quantile="0.99"} 0.846472978591919
consul_fsm_coordinate_batch_update_sum 1319.3496078031603
consul_fsm_coordinate_batch_update_count 22753
# HELP consul_fsm_deregister Measures the time it takes to apply a catalog deregister operation to the FSM.
# TYPE consul_fsm_deregister summary
consul_fsm_deregister{quantile="0.5"} NaN
consul_fsm_deregister{quantile="0.9"} NaN
consul_fsm_deregister{quantile="0.99"} NaN
consul_fsm_deregister_sum 7.263695985078812
consul_fsm_deregister_count 25
# HELP consul_fsm_intention Measures the time it takes to apply an intention operation to the FSM.
# TYPE consul_fsm_intention summary
consul_fsm_intention{quantile="0.5"} NaN
consul_fsm_intention{quantile="0.9"} NaN
consul_fsm_intention{quantile="0.99"} NaN
consul_fsm_intention_sum 0
consul_fsm_intention_count 0
# HELP consul_fsm_kvs Measures the time it takes to apply the given KV operation to the FSM.
# TYPE consul_fsm_kvs summary
consul_fsm_kvs{quantile="0.5"} NaN
consul_fsm_kvs{quantile="0.9"} NaN
consul_fsm_kvs{quantile="0.99"} NaN
consul_fsm_kvs_sum 0
consul_fsm_kvs_count 0
# HELP consul_fsm_peering Measures the time it takes to apply a peering operation to the FSM.
# TYPE consul_fsm_peering summary
consul_fsm_peering{quantile="0.5"} NaN
consul_fsm_peering{quantile="0.9"} NaN
consul_fsm_peering{quantile="0.99"} NaN
consul_fsm_peering_sum 0
consul_fsm_peering_count 0
# HELP consul_fsm_persist Measures the time it takes to persist the FSM to a raft snapshot.
# TYPE consul_fsm_persist summary
consul_fsm_persist{quantile="0.5"} NaN
consul_fsm_persist{quantile="0.9"} NaN
consul_fsm_persist{quantile="0.99"} NaN
consul_fsm_persist_sum 0.7345139980316162
consul_fsm_persist_count 1
# HELP consul_fsm_prepared_query Measures the time it takes to apply the given prepared query update operation to the FSM.
# TYPE consul_fsm_prepared_query summary
consul_fsm_prepared_query{quantile="0.5"} NaN
consul_fsm_prepared_query{quantile="0.9"} NaN
consul_fsm_prepared_query{quantile="0.99"} NaN
consul_fsm_prepared_query_sum 0
consul_fsm_prepared_query_count 0
# HELP consul_fsm_register Measures the time it takes to apply a catalog register operation to the FSM.
# TYPE consul_fsm_register summary
consul_fsm_register{quantile="0.5"} NaN
consul_fsm_register{quantile="0.9"} NaN
consul_fsm_register{quantile="0.99"} NaN
consul_fsm_register_sum 77.52807594463229
consul_fsm_register_count 475
# HELP consul_fsm_session Measures the time it takes to apply the given session operation to the FSM.
# TYPE consul_fsm_session summary
consul_fsm_session{quantile="0.5"} NaN
consul_fsm_session{quantile="0.9"} NaN
consul_fsm_session{quantile="0.99"} NaN
consul_fsm_session_sum 0
consul_fsm_session_count 0
# HELP consul_fsm_system_metadata Measures the time it takes to apply a system metadata operation to the FSM.
# TYPE consul_fsm_system_metadata summary
consul_fsm_system_metadata{quantile="0.5"} NaN
consul_fsm_system_metadata{quantile="0.9"} NaN
consul_fsm_system_metadata{quantile="0.99"} NaN
consul_fsm_system_metadata_sum 0
consul_fsm_system_metadata_count 0
# HELP consul_fsm_tombstone Measures the time it takes to apply the given tombstone operation to the FSM.
# TYPE consul_fsm_tombstone summary
consul_fsm_tombstone{quantile="0.5"} NaN
consul_fsm_tombstone{quantile="0.9"} NaN
consul_fsm_tombstone{quantile="0.99"} NaN
consul_fsm_tombstone_sum 0
consul_fsm_tombstone_count 0
# HELP consul_fsm_txn Measures the time it takes to apply the given transaction update to the FSM.
# TYPE consul_fsm_txn summary
consul_fsm_txn{quantile="0.5"} NaN
consul_fsm_txn{quantile="0.9"} NaN
consul_fsm_txn{quantile="0.99"} NaN
consul_fsm_txn_sum 0
consul_fsm_txn_count 0
# HELP consul_grpc_client_connection_count Counts the number of new gRPC connections opened by the client agent to a Consul server.
# TYPE consul_grpc_client_connection_count counter
consul_grpc_client_connection_count 875
# HELP consul_grpc_client_connections Measures the number of active gRPC connections open from the client agent to any Consul servers.
# TYPE consul_grpc_client_connections gauge
consul_grpc_client_connections 1
# HELP consul_grpc_client_request_count Counts the number of gRPC requests made by the client agent to a Consul server.
# TYPE consul_grpc_client_request_count counter
consul_grpc_client_request_count 0
# HELP consul_grpc_server_connection_count Counts the number of new gRPC connections received by the server.
# TYPE consul_grpc_server_connection_count counter
consul_grpc_server_connection_count 853
# HELP consul_grpc_server_connections Measures the number of active gRPC connections open on the server.
# TYPE consul_grpc_server_connections gauge
consul_grpc_server_connections 1
# HELP consul_grpc_server_request_count Counts the number of gRPC requests received by the server.
# TYPE consul_grpc_server_request_count counter
consul_grpc_server_request_count 0
# HELP consul_grpc_server_stream_count Counts the number of new gRPC streams received by the server.
# TYPE consul_grpc_server_stream_count counter
consul_grpc_server_stream_count 0
# HELP consul_grpc_server_streams Measures the number of active gRPC streams handled by the server.
# TYPE consul_grpc_server_streams gauge
consul_grpc_server_streams 0
# HELP consul_intention_apply
# TYPE consul_intention_apply summary
consul_intention_apply{quantile="0.5"} NaN
consul_intention_apply{quantile="0.9"} NaN
consul_intention_apply{quantile="0.99"} NaN
consul_intention_apply_sum 0
consul_intention_apply_count 0
# HELP consul_kvs_apply Measures the time it takes to complete an update to the KV store.
# TYPE consul_kvs_apply summary
consul_kvs_apply{quantile="0.5"} NaN
consul_kvs_apply{quantile="0.9"} NaN
consul_kvs_apply{quantile="0.99"} NaN
consul_kvs_apply_sum 0
consul_kvs_apply_count 0
# HELP consul_leader_barrier Measures the time spent waiting for the raft barrier upon gaining leadership.
# TYPE consul_leader_barrier summary
consul_leader_barrier{quantile="0.5"} NaN
consul_leader_barrier{quantile="0.9"} NaN
consul_leader_barrier{quantile="0.99"} NaN
consul_leader_barrier_sum 115364.21848773956
consul_leader_barrier_count 1657
# HELP consul_leader_reapTombstones Measures the time spent clearing tombstones.
# TYPE consul_leader_reapTombstones summary
consul_leader_reapTombstones{quantile="0.5"} NaN
consul_leader_reapTombstones{quantile="0.9"} NaN
consul_leader_reapTombstones{quantile="0.99"} NaN
consul_leader_reapTombstones_sum 26.21475601196289
consul_leader_reapTombstones_count 1
# HELP consul_leader_reconcile Measures the time spent updating the raft store from the serf member information.
# TYPE consul_leader_reconcile summary
consul_leader_reconcile{quantile="0.5"} NaN
consul_leader_reconcile{quantile="0.9"} NaN
consul_leader_reconcile{quantile="0.99"} NaN
consul_leader_reconcile_sum 543.0488127619028
consul_leader_reconcile_count 1657
# HELP consul_leader_reconcileMember Measures the time spent updating the raft store for a single serf member's information.
# TYPE consul_leader_reconcileMember summary
consul_leader_reconcileMember{quantile="0.5"} NaN
consul_leader_reconcileMember{quantile="0.9"} NaN
consul_leader_reconcileMember{quantile="0.99"} NaN
consul_leader_reconcileMember_sum 511.33584634773433
consul_leader_reconcileMember_count 4975
# HELP consul_leader_replication_acl_policies_index Tracks the index of ACL policies in the primary that the secondary has successfully replicated
# TYPE consul_leader_replication_acl_policies_index gauge
consul_leader_replication_acl_policies_index 0
# HELP consul_leader_replication_acl_policies_status Tracks the current health of ACL policy replication on the leader
# TYPE consul_leader_replication_acl_policies_status gauge
consul_leader_replication_acl_policies_status 0
# HELP consul_leader_replication_acl_roles_index Tracks the index of ACL roles in the primary that the secondary has successfully replicated
# TYPE consul_leader_replication_acl_roles_index gauge
consul_leader_replication_acl_roles_index 0
# HELP consul_leader_replication_acl_roles_status Tracks the current health of ACL role replication on the leader
# TYPE consul_leader_replication_acl_roles_status gauge
consul_leader_replication_acl_roles_status 0
# HELP consul_leader_replication_acl_tokens_index Tracks the index of ACL tokens in the primary that the secondary has successfully replicated
# TYPE consul_leader_replication_acl_tokens_index gauge
consul_leader_replication_acl_tokens_index 0
# HELP consul_leader_replication_acl_tokens_status Tracks the current health of ACL token replication on the leader
# TYPE consul_leader_replication_acl_tokens_status gauge
consul_leader_replication_acl_tokens_status 0
# HELP consul_leader_replication_config_entries_index Tracks the index of config entries in the primary that the secondary has successfully replicated
# TYPE consul_leader_replication_config_entries_index gauge
consul_leader_replication_config_entries_index 0
# HELP consul_leader_replication_config_entries_status Tracks the current health of config entry replication on the leader
# TYPE consul_leader_replication_config_entries_status gauge
consul_leader_replication_config_entries_status 0
# HELP consul_leader_replication_federation_state_index Tracks the index of federation states in the primary that the secondary has successfully replicated
# TYPE consul_leader_replication_federation_state_index gauge
consul_leader_replication_federation_state_index 0
# HELP consul_leader_replication_federation_state_status Tracks the current health of federation state replication on the leader
# TYPE consul_leader_replication_federation_state_status gauge
consul_leader_replication_federation_state_status 0
# HELP consul_leader_replication_namespaces_index Tracks the index of federation states in the primary that the secondary has successfully replicated
# TYPE consul_leader_replication_namespaces_index gauge
consul_leader_replication_namespaces_index 0
# HELP consul_leader_replication_namespaces_status Tracks the current health of federation state replication on the leader
# TYPE consul_leader_replication_namespaces_status gauge
consul_leader_replication_namespaces_status 0
# HELP consul_memberlist_gossip consul_memberlist_gossip
# TYPE consul_memberlist_gossip summary
consul_memberlist_gossip{network="lan",quantile="0.5"} 0.02304000034928322
consul_memberlist_gossip{network="lan",quantile="0.9"} 0.03136000037193298
consul_memberlist_gossip{network="lan",quantile="0.99"} 0.0756089985370636
consul_memberlist_gossip_sum{network="lan"} 10881.414362509036
consul_memberlist_gossip_count{network="lan"} 497026
consul_memberlist_gossip{network="wan",quantile="0.5"} 0.018719999119639397
consul_memberlist_gossip{network="wan",quantile="0.9"} 0.029740000143647194
consul_memberlist_gossip{network="wan",quantile="0.99"} 0.048298001289367676
consul_memberlist_gossip_sum{network="wan"} 4231.353692025063
consul_memberlist_gossip_count{network="wan"} 198810
# HELP consul_memberlist_probeNode consul_memberlist_probeNode
# TYPE consul_memberlist_probeNode summary
consul_memberlist_probeNode{network="lan",quantile="0.5"} 0.8122829794883728
consul_memberlist_probeNode{network="lan",quantile="0.9"} 1.0762710571289062
consul_memberlist_probeNode{network="lan",quantile="0.99"} 1.0762710571289062
consul_memberlist_probeNode_sum{network="lan"} 79954.1767796278
consul_memberlist_probeNode_count{network="lan"} 94283
consul_memberlist_probeNode{network="wan",quantile="0.5"} 0.8124139904975891
consul_memberlist_probeNode{network="wan",quantile="0.9"} 0.9564329981803894
consul_memberlist_probeNode{network="wan",quantile="0.99"} 0.9564329981803894
consul_memberlist_probeNode_sum{network="wan"} 17170.356712043285
consul_memberlist_probeNode_count{network="wan"} 18817
# HELP consul_memberlist_pushPullNode consul_memberlist_pushPullNode
# TYPE consul_memberlist_pushPullNode summary
consul_memberlist_pushPullNode{network="lan",quantile="0.5"} NaN
consul_memberlist_pushPullNode{network="lan",quantile="0.9"} NaN
consul_memberlist_pushPullNode{network="lan",quantile="0.99"} NaN
consul_memberlist_pushPullNode_sum{network="lan"} 6319.592049598694
consul_memberlist_pushPullNode_count{network="lan"} 3316
consul_memberlist_pushPullNode{network="wan",quantile="0.5"} NaN
consul_memberlist_pushPullNode{network="wan",quantile="0.9"} NaN
consul_memberlist_pushPullNode{network="wan",quantile="0.99"} NaN
consul_memberlist_pushPullNode_sum{network="wan"} 3150.5957354307175
consul_memberlist_pushPullNode_count{network="wan"} 1657
# HELP consul_memberlist_tcp_accept consul_memberlist_tcp_accept
# TYPE consul_memberlist_tcp_accept counter
consul_memberlist_tcp_accept{network="lan"} 3327
consul_memberlist_tcp_accept{network="wan"} 1661
# HELP consul_memberlist_tcp_connect consul_memberlist_tcp_connect
# TYPE consul_memberlist_tcp_connect counter
consul_memberlist_tcp_connect{network="lan"} 3316
consul_memberlist_tcp_connect{network="wan"} 1657
# HELP consul_memberlist_tcp_sent consul_memberlist_tcp_sent
# TYPE consul_memberlist_tcp_sent counter
consul_memberlist_tcp_sent{network="lan"} 5.728236e+06
consul_memberlist_tcp_sent{network="wan"} 2.671365e+06
# HELP consul_memberlist_udp_received consul_memberlist_udp_received
# TYPE consul_memberlist_udp_received counter
consul_memberlist_udp_received{network="lan"} 2.7072233e+07
consul_memberlist_udp_received{network="wan"} 5.805281e+06
# HELP consul_memberlist_udp_sent consul_memberlist_udp_sent
# TYPE consul_memberlist_udp_sent counter
consul_memberlist_udp_sent{network="lan"} 2.7064743e+07
consul_memberlist_udp_sent{network="wan"} 5.806099e+06
# HELP consul_mesh_active_root_ca_expiry Seconds until the service mesh root certificate expires. Updated every hour
# TYPE consul_mesh_active_root_ca_expiry gauge
consul_mesh_active_root_ca_expiry NaN
# HELP consul_mesh_active_signing_ca_expiry Seconds until the service mesh signing certificate expires. Updated every hour
# TYPE consul_mesh_active_signing_ca_expiry gauge
consul_mesh_active_signing_ca_expiry NaN
# HELP consul_prepared_query_apply Measures the time it takes to apply a prepared query update.
# TYPE consul_prepared_query_apply summary
consul_prepared_query_apply{quantile="0.5"} NaN
consul_prepared_query_apply{quantile="0.9"} NaN
consul_prepared_query_apply{quantile="0.99"} NaN
consul_prepared_query_apply_sum 0
consul_prepared_query_apply_count 0
# HELP consul_prepared_query_execute Measures the time it takes to process a prepared query execute request.
# TYPE consul_prepared_query_execute summary
consul_prepared_query_execute{quantile="0.5"} NaN
consul_prepared_query_execute{quantile="0.9"} NaN
consul_prepared_query_execute{quantile="0.99"} NaN
consul_prepared_query_execute_sum 0
consul_prepared_query_execute_count 0
# HELP consul_prepared_query_execute_remote Measures the time it takes to process a prepared query execute request that was forwarded to another datacenter.
# TYPE consul_prepared_query_execute_remote summary
consul_prepared_query_execute_remote{quantile="0.5"} NaN
consul_prepared_query_execute_remote{quantile="0.9"} NaN
consul_prepared_query_execute_remote{quantile="0.99"} NaN
consul_prepared_query_execute_remote_sum 0
consul_prepared_query_execute_remote_count 0
# HELP consul_prepared_query_explain Measures the time it takes to process a prepared query explain request.
# TYPE consul_prepared_query_explain summary
consul_prepared_query_explain{quantile="0.5"} NaN
consul_prepared_query_explain{quantile="0.9"} NaN
consul_prepared_query_explain{quantile="0.99"} NaN
consul_prepared_query_explain_sum 0
consul_prepared_query_explain_count 0
# HELP consul_raft_applied_index Represents the raft applied index.
# TYPE consul_raft_applied_index gauge
consul_raft_applied_index 452955
# HELP consul_raft_apply This counts the number of Raft transactions occurring over the interval.
# TYPE consul_raft_apply counter
consul_raft_apply 10681
# HELP consul_raft_barrier consul_raft_barrier
# TYPE consul_raft_barrier counter
consul_raft_barrier 1657
# HELP consul_raft_boltdb_freePageBytes consul_raft_boltdb_freePageBytes
# TYPE consul_raft_boltdb_freePageBytes gauge
consul_raft_boltdb_freePageBytes 5.758976e+06
# HELP consul_raft_boltdb_freelistBytes consul_raft_boltdb_freelistBytes
# TYPE consul_raft_boltdb_freelistBytes gauge
consul_raft_boltdb_freelistBytes 11264
# HELP consul_raft_boltdb_getLog consul_raft_boltdb_getLog
# TYPE consul_raft_boltdb_getLog summary
consul_raft_boltdb_getLog{quantile="0.5"} 0.030570000410079956
consul_raft_boltdb_getLog{quantile="0.9"} 0.030570000410079956
consul_raft_boltdb_getLog{quantile="0.99"} 0.030570000410079956
consul_raft_boltdb_getLog_sum 630.6968591569457
consul_raft_boltdb_getLog_count 39046
# HELP consul_raft_boltdb_logBatchSize consul_raft_boltdb_logBatchSize
# TYPE consul_raft_boltdb_logBatchSize summary
consul_raft_boltdb_logBatchSize{quantile="0.5"} 243
consul_raft_boltdb_logBatchSize{quantile="0.9"} 243
consul_raft_boltdb_logBatchSize{quantile="0.99"} 243
consul_raft_boltdb_logBatchSize_sum 3.567357e+06
consul_raft_boltdb_logBatchSize_count 12360
# HELP consul_raft_boltdb_logSize consul_raft_boltdb_logSize
# TYPE consul_raft_boltdb_logSize summary
consul_raft_boltdb_logSize{quantile="0.5"} 243
consul_raft_boltdb_logSize{quantile="0.9"} 243
consul_raft_boltdb_logSize{quantile="0.99"} 243
consul_raft_boltdb_logSize_sum 3.567357e+06
consul_raft_boltdb_logSize_count 12362
# HELP consul_raft_boltdb_logsPerBatch consul_raft_boltdb_logsPerBatch
# TYPE consul_raft_boltdb_logsPerBatch summary
consul_raft_boltdb_logsPerBatch{quantile="0.5"} 1
consul_raft_boltdb_logsPerBatch{quantile="0.9"} 1
consul_raft_boltdb_logsPerBatch{quantile="0.99"} 1
consul_raft_boltdb_logsPerBatch_sum 12362
consul_raft_boltdb_logsPerBatch_count 12360
# HELP consul_raft_boltdb_numFreePages consul_raft_boltdb_numFreePages
# TYPE consul_raft_boltdb_numFreePages gauge
consul_raft_boltdb_numFreePages 1399
# HELP consul_raft_boltdb_numPendingPages consul_raft_boltdb_numPendingPages
# TYPE consul_raft_boltdb_numPendingPages gauge
consul_raft_boltdb_numPendingPages 7
# HELP consul_raft_boltdb_openReadTxn consul_raft_boltdb_openReadTxn
# TYPE consul_raft_boltdb_openReadTxn gauge
consul_raft_boltdb_openReadTxn 0
# HELP consul_raft_boltdb_storeLogs consul_raft_boltdb_storeLogs
# TYPE consul_raft_boltdb_storeLogs summary
consul_raft_boltdb_storeLogs{quantile="0.5"} 13.176624298095703
consul_raft_boltdb_storeLogs{quantile="0.9"} 13.176624298095703
consul_raft_boltdb_storeLogs{quantile="0.99"} 13.176624298095703
consul_raft_boltdb_storeLogs_sum 651888.0279793739
consul_raft_boltdb_storeLogs_count 12360
# HELP consul_raft_boltdb_totalReadTxn consul_raft_boltdb_totalReadTxn
# TYPE consul_raft_boltdb_totalReadTxn counter
consul_raft_boltdb_totalReadTxn 51200
# HELP consul_raft_boltdb_txstats_cursorCount consul_raft_boltdb_txstats_cursorCount
# TYPE consul_raft_boltdb_txstats_cursorCount counter
consul_raft_boltdb_txstats_cursorCount 139498
# HELP consul_raft_boltdb_txstats_nodeCount consul_raft_boltdb_txstats_nodeCount
# TYPE consul_raft_boltdb_txstats_nodeCount counter
consul_raft_boltdb_txstats_nodeCount 52400
# HELP consul_raft_boltdb_txstats_nodeDeref consul_raft_boltdb_txstats_nodeDeref
# TYPE consul_raft_boltdb_txstats_nodeDeref counter
consul_raft_boltdb_txstats_nodeDeref 0
# HELP consul_raft_boltdb_txstats_pageAlloc consul_raft_boltdb_txstats_pageAlloc
# TYPE consul_raft_boltdb_txstats_pageAlloc gauge
consul_raft_boltdb_txstats_pageAlloc 4.38874112e+08
# HELP consul_raft_boltdb_txstats_pageCount consul_raft_boltdb_txstats_pageCount
# TYPE consul_raft_boltdb_txstats_pageCount gauge
consul_raft_boltdb_txstats_pageCount 107147
# HELP consul_raft_boltdb_txstats_rebalance consul_raft_boltdb_txstats_rebalance
# TYPE consul_raft_boltdb_txstats_rebalance counter
consul_raft_boltdb_txstats_rebalance 5869
# HELP consul_raft_boltdb_txstats_rebalanceTime consul_raft_boltdb_txstats_rebalanceTime
# TYPE consul_raft_boltdb_txstats_rebalanceTime summary
consul_raft_boltdb_txstats_rebalanceTime{quantile="0.5"} 0
consul_raft_boltdb_txstats_rebalanceTime{quantile="0.9"} 0
consul_raft_boltdb_txstats_rebalanceTime{quantile="0.99"} 0
consul_raft_boltdb_txstats_rebalanceTime_sum 3.391055107116699
consul_raft_boltdb_txstats_rebalanceTime_count 19882
# HELP consul_raft_boltdb_txstats_spill consul_raft_boltdb_txstats_spill
# TYPE consul_raft_boltdb_txstats_spill counter
consul_raft_boltdb_txstats_spill 51598
# HELP consul_raft_boltdb_txstats_spillTime consul_raft_boltdb_txstats_spillTime
# TYPE consul_raft_boltdb_txstats_spillTime summary
consul_raft_boltdb_txstats_spillTime{quantile="0.5"} 0
consul_raft_boltdb_txstats_spillTime{quantile="0.9"} 0.019670000299811363
consul_raft_boltdb_txstats_spillTime{quantile="0.99"} 0.019670000299811363
consul_raft_boltdb_txstats_spillTime_sum 372.6177089449484
consul_raft_boltdb_txstats_spillTime_count 19882
# HELP consul_raft_boltdb_txstats_split consul_raft_boltdb_txstats_split
# TYPE consul_raft_boltdb_txstats_split counter
consul_raft_boltdb_txstats_split 2154
# HELP consul_raft_boltdb_txstats_write consul_raft_boltdb_txstats_write
# TYPE consul_raft_boltdb_txstats_write counter
consul_raft_boltdb_txstats_write 76328
# HELP consul_raft_boltdb_txstats_writeTime consul_raft_boltdb_txstats_writeTime
# TYPE consul_raft_boltdb_txstats_writeTime summary
consul_raft_boltdb_txstats_writeTime{quantile="0.5"} 0
consul_raft_boltdb_txstats_writeTime{quantile="0.9"} 13.529101371765137
consul_raft_boltdb_txstats_writeTime{quantile="0.99"} 13.529101371765137
consul_raft_boltdb_txstats_writeTime_sum 649086.0377488136
consul_raft_boltdb_txstats_writeTime_count 19882
# HELP consul_raft_boltdb_writeCapacity consul_raft_boltdb_writeCapacity
# TYPE consul_raft_boltdb_writeCapacity summary
consul_raft_boltdb_writeCapacity{quantile="0.5"} 76.11837005615234
consul_raft_boltdb_writeCapacity{quantile="0.9"} 76.11837005615234
consul_raft_boltdb_writeCapacity{quantile="0.99"} 76.11837005615234
consul_raft_boltdb_writeCapacity_sum 1.1691283255012557e+06
consul_raft_boltdb_writeCapacity_count 12360
# HELP consul_raft_commitNumLogs consul_raft_commitNumLogs
# TYPE consul_raft_commitNumLogs gauge
consul_raft_commitNumLogs 1
# HELP consul_raft_commitTime This measures the time it takes to commit a new entry to the Raft log on the leader.
# TYPE consul_raft_commitTime summary
consul_raft_commitTime{quantile="0.5"} 41.146488189697266
consul_raft_commitTime{quantile="0.9"} 41.146488189697266
consul_raft_commitTime{quantile="0.99"} 41.146488189697266
consul_raft_commitTime_sum 955781.14939785
consul_raft_commitTime_count 12345
# HELP consul_raft_fsm_apply consul_raft_fsm_apply
# TYPE consul_raft_fsm_apply summary
consul_raft_fsm_apply{quantile="0.5"} 0.9867730140686035
consul_raft_fsm_apply{quantile="0.9"} 0.9867730140686035
consul_raft_fsm_apply{quantile="0.99"} 0.9867730140686035
consul_raft_fsm_apply_sum 2157.036477720365
consul_raft_fsm_apply_count 23257
# HELP consul_raft_fsm_enqueue consul_raft_fsm_enqueue
# TYPE consul_raft_fsm_enqueue summary
consul_raft_fsm_enqueue{quantile="0.5"} 0.01827000081539154
consul_raft_fsm_enqueue{quantile="0.9"} 0.01827000081539154
consul_raft_fsm_enqueue{quantile="0.99"} 0.01827000081539154
consul_raft_fsm_enqueue_sum 312.4720518933609
consul_raft_fsm_enqueue_count 12345
# HELP consul_raft_fsm_lastRestoreDuration This measures how long the last FSM restore (from disk or leader) took.
# TYPE consul_raft_fsm_lastRestoreDuration gauge
consul_raft_fsm_lastRestoreDuration 2
# HELP consul_raft_last_index Represents the raft last index.
# TYPE consul_raft_last_index gauge
consul_raft_last_index 452955
# HELP consul_raft_leader_dispatchLog consul_raft_leader_dispatchLog
# TYPE consul_raft_leader_dispatchLog summary
consul_raft_leader_dispatchLog{quantile="0.5"} 13.253751754760742
consul_raft_leader_dispatchLog{quantile="0.9"} 13.253751754760742
consul_raft_leader_dispatchLog{quantile="0.99"} 13.253751754760742
consul_raft_leader_dispatchLog_sum 652275.1332504749
consul_raft_leader_dispatchLog_count 12345
# HELP consul_raft_leader_dispatchNumLogs consul_raft_leader_dispatchNumLogs
# TYPE consul_raft_leader_dispatchNumLogs gauge
consul_raft_leader_dispatchNumLogs 1
# HELP consul_raft_leader_lastContact Measures the time since the leader was last able to contact the follower nodes when checking its leader lease.
# TYPE consul_raft_leader_lastContact summary
consul_raft_leader_lastContact{quantile="0.5"} 33
consul_raft_leader_lastContact{quantile="0.9"} 68
consul_raft_leader_lastContact{quantile="0.99"} 68
consul_raft_leader_lastContact_sum 3.0669e+06
consul_raft_leader_lastContact_count 80917
# HELP consul_raft_leader_oldestLogAge This measures how old the oldest log in the leader's log store is.
# TYPE consul_raft_leader_oldestLogAge gauge
consul_raft_leader_oldestLogAge 1.66046464e+08
# HELP consul_raft_replication_appendEntries_logs consul_raft_replication_appendEntries_logs
# TYPE consul_raft_replication_appendEntries_logs counter
consul_raft_replication_appendEntries_logs{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae"} 12346
consul_raft_replication_appendEntries_logs{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7"} 12346
# HELP consul_raft_replication_appendEntries_logs_3e75e0af_859b_83e8_779f_f3a6d12f02ae consul_raft_replication_appendEntries_logs_3e75e0af_859b_83e8_779f_f3a6d12f02ae
# TYPE consul_raft_replication_appendEntries_logs_3e75e0af_859b_83e8_779f_f3a6d12f02ae counter
consul_raft_replication_appendEntries_logs_3e75e0af_859b_83e8_779f_f3a6d12f02ae 12346
# HELP consul_raft_replication_appendEntries_logs_72849161_41cb_14df_fc9b_563ddff3bae7 consul_raft_replication_appendEntries_logs_72849161_41cb_14df_fc9b_563ddff3bae7
# TYPE consul_raft_replication_appendEntries_logs_72849161_41cb_14df_fc9b_563ddff3bae7 counter
consul_raft_replication_appendEntries_logs_72849161_41cb_14df_fc9b_563ddff3bae7 12346
# HELP consul_raft_replication_appendEntries_rpc consul_raft_replication_appendEntries_rpc
# TYPE consul_raft_replication_appendEntries_rpc summary
consul_raft_replication_appendEntries_rpc{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae",quantile="0.5"} 0.7382550239562988
consul_raft_replication_appendEntries_rpc{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae",quantile="0.9"} 1.030032992362976
consul_raft_replication_appendEntries_rpc{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae",quantile="0.99"} 3.7775509357452393
consul_raft_replication_appendEntries_rpc_sum{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae"} 3.243855408252254e+06
consul_raft_replication_appendEntries_rpc_count{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae"} 1.317473e+06
consul_raft_replication_appendEntries_rpc{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7",quantile="0.5"} 0.6895250082015991
consul_raft_replication_appendEntries_rpc{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7",quantile="0.9"} 0.9500619769096375
consul_raft_replication_appendEntries_rpc{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7",quantile="0.99"} 1.682297945022583
consul_raft_replication_appendEntries_rpc_sum{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7"} 3.2418369520926476e+06
consul_raft_replication_appendEntries_rpc_count{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7"} 1.317366e+06
# HELP consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae
# TYPE consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae summary
consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae{quantile="0.5"} 0.7751650214195251
consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae{quantile="0.9"} 1.1017019748687744
consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae{quantile="0.99"} 3.81791090965271
consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae_sum 3.299558741098821e+06
consul_raft_replication_appendEntries_rpc_3e75e0af_859b_83e8_779f_f3a6d12f02ae_count 1.317473e+06
# HELP consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7 consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7
# TYPE consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7 summary
consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7{quantile="0.5"} 0.7417550086975098
consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7{quantile="0.9"} 1.0077530145645142
consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7{quantile="0.99"} 1.726017951965332
consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7_sum 3.2977981372908056e+06
consul_raft_replication_appendEntries_rpc_72849161_41cb_14df_fc9b_563ddff3bae7_count 1.317366e+06
# HELP consul_raft_replication_heartbeat consul_raft_replication_heartbeat
# TYPE consul_raft_replication_heartbeat summary
consul_raft_replication_heartbeat{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae",quantile="0.5"} 0.5587760210037231
consul_raft_replication_heartbeat{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae",quantile="0.9"} 1.304479956626892
consul_raft_replication_heartbeat{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae",quantile="0.99"} 1.4234989881515503
consul_raft_replication_heartbeat_sum{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae"} 103812.21699500084
consul_raft_replication_heartbeat_count{peer_id="3e75e0af-859b-83e8-779f-f3a6d12f02ae"} 132454
consul_raft_replication_heartbeat{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7",quantile="0.5"} 0.5443660020828247
consul_raft_replication_heartbeat{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7",quantile="0.9"} 0.9280639886856079
consul_raft_replication_heartbeat{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7",quantile="0.99"} 1.0106929540634155
consul_raft_replication_heartbeat_sum{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7"} 96512.05100156367
consul_raft_replication_heartbeat_count{peer_id="72849161-41cb-14df-fc9b-563ddff3bae7"} 132488
# HELP consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae
# TYPE consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae summary
consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae{quantile="0.5"} 0.5922750234603882
consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae{quantile="0.9"} 1.3319799900054932
consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae{quantile="0.99"} 1.454179048538208
consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae_sum 108115.97687250376
consul_raft_replication_heartbeat_3e75e0af_859b_83e8_779f_f3a6d12f02ae_count 132454
# HELP consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7 consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7
# TYPE consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7 summary
consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7{quantile="0.5"} 0.5915359854698181
consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7{quantile="0.9"} 0.9649440050125122
consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7{quantile="0.99"} 1.0576729774475098
consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7_sum 100780.49696727097
consul_raft_replication_heartbeat_72849161_41cb_14df_fc9b_563ddff3bae7_count 132488
# HELP consul_raft_rpc_installSnapshot Measures the time it takes the raft leader to install a snapshot on a follower that is catching up after being down or has just joined the cluster.
# TYPE consul_raft_rpc_installSnapshot summary
consul_raft_rpc_installSnapshot{quantile="0.5"} NaN
consul_raft_rpc_installSnapshot{quantile="0.9"} NaN
consul_raft_rpc_installSnapshot{quantile="0.99"} NaN
consul_raft_rpc_installSnapshot_sum 0
consul_raft_rpc_installSnapshot_count 0
# HELP consul_raft_snapshot_persist Measures the time it takes raft to write a new snapshot to disk.
# TYPE consul_raft_snapshot_persist summary
consul_raft_snapshot_persist{quantile="0.5"} NaN
consul_raft_snapshot_persist{quantile="0.9"} NaN
consul_raft_snapshot_persist{quantile="0.99"} NaN
consul_raft_snapshot_persist_sum 0.7742639780044556
consul_raft_snapshot_persist_count 1
# HELP consul_raft_state_candidate This increments whenever a Consul server starts an election.
# TYPE consul_raft_state_candidate counter
consul_raft_state_candidate 1
# HELP consul_raft_state_leader This increments whenever a Consul server becomes a leader.
# TYPE consul_raft_state_leader counter
consul_raft_state_leader 1
# HELP consul_raft_thread_fsm_saturation consul_raft_thread_fsm_saturation
# TYPE consul_raft_thread_fsm_saturation summary
consul_raft_thread_fsm_saturation{quantile="0.5"} 0
consul_raft_thread_fsm_saturation{quantile="0.9"} 0
consul_raft_thread_fsm_saturation{quantile="0.99"} 0
consul_raft_thread_fsm_saturation_sum 0.09000000357627869
consul_raft_thread_fsm_saturation_count 11923
# HELP consul_raft_thread_main_saturation consul_raft_thread_main_saturation
# TYPE consul_raft_thread_main_saturation summary
consul_raft_thread_main_saturation{quantile="0.5"} 0
consul_raft_thread_main_saturation{quantile="0.9"} 0
consul_raft_thread_main_saturation{quantile="0.99"} 0
consul_raft_thread_main_saturation_sum 205.40999860689044
consul_raft_thread_main_saturation_count 43067
# HELP consul_raft_verify_leader consul_raft_verify_leader
# TYPE consul_raft_verify_leader counter
consul_raft_verify_leader 364
# HELP consul_rpc_accept_conn Increments when a server accepts an RPC connection.
# TYPE consul_rpc_accept_conn counter
consul_rpc_accept_conn 864
# HELP consul_rpc_consistentRead Measures the time spent confirming that a consistent read can be performed.
# TYPE consul_rpc_consistentRead summary
consul_rpc_consistentRead{quantile="0.5"} NaN
consul_rpc_consistentRead{quantile="0.9"} NaN
consul_rpc_consistentRead{quantile="0.99"} NaN
consul_rpc_consistentRead_sum 293.6328800059855
consul_rpc_consistentRead_count 364
# HELP consul_rpc_cross_dc Increments when a server sends a (potentially blocking) cross datacenter RPC query.
# TYPE consul_rpc_cross_dc counter
consul_rpc_cross_dc 0
# HELP consul_rpc_queries_blocking Shows the current number of in-flight blocking queries the server is handling.
# TYPE consul_rpc_queries_blocking gauge
consul_rpc_queries_blocking 1
# HELP consul_rpc_query Increments when a server receives a read request, indicating the rate of new read queries.
# TYPE consul_rpc_query counter
consul_rpc_query 2559
# HELP consul_rpc_raft_handoff Increments when a server accepts a Raft-related RPC connection.
# TYPE consul_rpc_raft_handoff counter
consul_rpc_raft_handoff 2
# HELP consul_rpc_request Increments when a server receives a Consul-related RPC request.
# TYPE consul_rpc_request counter
consul_rpc_request 159034
# HELP consul_rpc_request_error Increments when a server returns an error from an RPC request.
# TYPE consul_rpc_request_error counter
consul_rpc_request_error 0
# HELP consul_runtime_alloc_bytes consul_runtime_alloc_bytes
# TYPE consul_runtime_alloc_bytes gauge
consul_runtime_alloc_bytes 5.3065368e+07
# HELP consul_runtime_free_count consul_runtime_free_count
# TYPE consul_runtime_free_count gauge
consul_runtime_free_count 7.33623104e+08
# HELP consul_runtime_gc_pause_ns consul_runtime_gc_pause_ns
# TYPE consul_runtime_gc_pause_ns summary
consul_runtime_gc_pause_ns{quantile="0.5"} NaN
consul_runtime_gc_pause_ns{quantile="0.9"} NaN
consul_runtime_gc_pause_ns{quantile="0.99"} NaN
consul_runtime_gc_pause_ns_sum 1.372001275e+09
consul_runtime_gc_pause_ns_count 3761
# HELP consul_runtime_heap_objects consul_runtime_heap_objects
# TYPE consul_runtime_heap_objects gauge
consul_runtime_heap_objects 227577
# HELP consul_runtime_malloc_count consul_runtime_malloc_count
# TYPE consul_runtime_malloc_count gauge
consul_runtime_malloc_count 7.33850688e+08
# HELP consul_runtime_num_goroutines consul_runtime_num_goroutines
# TYPE consul_runtime_num_goroutines gauge
consul_runtime_num_goroutines 132
# HELP consul_runtime_sys_bytes consul_runtime_sys_bytes
# TYPE consul_runtime_sys_bytes gauge
consul_runtime_sys_bytes 8.495516e+07
# HELP consul_runtime_total_gc_pause_ns consul_runtime_total_gc_pause_ns
# TYPE consul_runtime_total_gc_pause_ns gauge
consul_runtime_total_gc_pause_ns 1.37200128e+09
# HELP consul_runtime_total_gc_runs consul_runtime_total_gc_runs
# TYPE consul_runtime_total_gc_runs gauge
consul_runtime_total_gc_runs 3761
# HELP consul_serf_coordinate_adjustment_ms consul_serf_coordinate_adjustment_ms
# TYPE consul_serf_coordinate_adjustment_ms summary
consul_serf_coordinate_adjustment_ms{network="lan",quantile="0.5"} 0.1953909993171692
consul_serf_coordinate_adjustment_ms{network="lan",quantile="0.9"} 0.2344750016927719
consul_serf_coordinate_adjustment_ms{network="lan",quantile="0.99"} 0.2344750016927719
consul_serf_coordinate_adjustment_ms_sum{network="lan"} 20281.621190846952
consul_serf_coordinate_adjustment_ms_count{network="lan"} 94283
consul_serf_coordinate_adjustment_ms{network="wan",quantile="0.5"} 0.19766099750995636
consul_serf_coordinate_adjustment_ms{network="wan",quantile="0.9"} 0.20183999836444855
consul_serf_coordinate_adjustment_ms{network="wan",quantile="0.99"} 0.20183999836444855
consul_serf_coordinate_adjustment_ms_sum{network="wan"} 4030.8057950612783
consul_serf_coordinate_adjustment_ms_count{network="wan"} 18817
# HELP consul_serf_queue_Event consul_serf_queue_Event
# TYPE consul_serf_queue_Event summary
consul_serf_queue_Event{network="lan",quantile="0.5"} NaN
consul_serf_queue_Event{network="lan",quantile="0.9"} NaN
consul_serf_queue_Event{network="lan",quantile="0.99"} NaN
consul_serf_queue_Event_sum{network="lan"} 0
consul_serf_queue_Event_count{network="lan"} 3313
consul_serf_queue_Event{network="wan",quantile="0.5"} NaN
consul_serf_queue_Event{network="wan",quantile="0.9"} NaN
consul_serf_queue_Event{network="wan",quantile="0.99"} NaN
consul_serf_queue_Event_sum{network="wan"} 0
consul_serf_queue_Event_count{network="wan"} 3313
# HELP consul_serf_queue_Intent consul_serf_queue_Intent
# TYPE consul_serf_queue_Intent summary
consul_serf_queue_Intent{network="lan",quantile="0.5"} NaN
consul_serf_queue_Intent{network="lan",quantile="0.9"} NaN
consul_serf_queue_Intent{network="lan",quantile="0.99"} NaN
consul_serf_queue_Intent_sum{network="lan"} 0
consul_serf_queue_Intent_count{network="lan"} 3313
consul_serf_queue_Intent{network="wan",quantile="0.5"} NaN
consul_serf_queue_Intent{network="wan",quantile="0.9"} NaN
consul_serf_queue_Intent{network="wan",quantile="0.99"} NaN
consul_serf_queue_Intent_sum{network="wan"} 0
consul_serf_queue_Intent_count{network="wan"} 3313
# HELP consul_serf_queue_Query consul_serf_queue_Query
# TYPE consul_serf_queue_Query summary
consul_serf_queue_Query{network="lan",quantile="0.5"} NaN
consul_serf_queue_Query{network="lan",quantile="0.9"} NaN
consul_serf_queue_Query{network="lan",quantile="0.99"} NaN
consul_serf_queue_Query_sum{network="lan"} 0
consul_serf_queue_Query_count{network="lan"} 3313
consul_serf_queue_Query{network="wan",quantile="0.5"} NaN
consul_serf_queue_Query{network="wan",quantile="0.9"} NaN
consul_serf_queue_Query{network="wan",quantile="0.99"} NaN
consul_serf_queue_Query_sum{network="wan"} 0
consul_serf_queue_Query_count{network="wan"} 3313
# HELP consul_server_isLeader Tracks if the server is a leader.
# TYPE consul_server_isLeader gauge
consul_server_isLeader 1
# HELP consul_session_apply Measures the time spent applying a session update.
# TYPE consul_session_apply summary
consul_session_apply{quantile="0.5"} NaN
consul_session_apply{quantile="0.9"} NaN
consul_session_apply{quantile="0.99"} NaN
consul_session_apply_sum 0
consul_session_apply_count 0
# HELP consul_session_renew Measures the time spent renewing a session.
# TYPE consul_session_renew summary
consul_session_renew{quantile="0.5"} NaN
consul_session_renew{quantile="0.9"} NaN
consul_session_renew{quantile="0.99"} NaN
consul_session_renew_sum 0
consul_session_renew_count 0
# HELP consul_session_ttl_active Tracks the active number of sessions being tracked.
# TYPE consul_session_ttl_active gauge
consul_session_ttl_active 0
# HELP consul_session_ttl_invalidate Measures the time spent invalidating an expired session.
# TYPE consul_session_ttl_invalidate summary
consul_session_ttl_invalidate{quantile="0.5"} NaN
consul_session_ttl_invalidate{quantile="0.9"} NaN
consul_session_ttl_invalidate{quantile="0.99"} NaN
consul_session_ttl_invalidate_sum 0
consul_session_ttl_invalidate_count 0
# HELP consul_txn_apply Measures the time spent applying a transaction operation.
# TYPE consul_txn_apply summary
consul_txn_apply{quantile="0.5"} NaN
consul_txn_apply{quantile="0.9"} NaN
consul_txn_apply{quantile="0.99"} NaN
consul_txn_apply_sum 0
consul_txn_apply_count 0
# HELP consul_txn_read Measures the time spent returning a read transaction.
# TYPE consul_txn_read summary
consul_txn_read{quantile="0.5"} NaN
consul_txn_read{quantile="0.9"} NaN
consul_txn_read{quantile="0.99"} NaN
consul_txn_read_sum 0
consul_txn_read_count 0
# HELP consul_version Represents the Consul version.
# TYPE consul_version gauge
consul_version 0
# HELP consul_xds_server_streams Measures the number of active xDS streams handled by the server split by protocol version.
# TYPE consul_xds_server_streams gauge
consul_xds_server_streams 0
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 4.9921e-05
go_gc_duration_seconds{quantile="0.25"} 0.00010804
go_gc_duration_seconds{quantile="0.5"} 0.00016214
go_gc_duration_seconds{quantile="0.75"} 0.000549655
go_gc_duration_seconds{quantile="1"} 0.003364656
go_gc_duration_seconds_sum 1.3724735909999999
go_gc_duration_seconds_count 3762
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 137
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.18.1"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.6647944e+07
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 9.1199946672e+10
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 2.497531e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 7.33814669e+08
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 4.2228338057402265e-05
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 8.927624e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.6647944e+07
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 3.3161216e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 3.620864e+07
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 49363
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 9.936896e+06
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.9369856e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.6713685789559276e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 7.33864032e+08
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 9600
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 15600
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 413168
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 620160
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 5.3447888e+07
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 1.591077e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 1.933312e+06
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 1.933312e+06
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 8.495516e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 15
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 3612.93
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1024
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 35
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 1.53645056e+08
# HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
# TYPE process_start_time_seconds gauge
process_start_time_seconds 1.67126917263e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 9.18421504e+08
# HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
# TYPE process_virtual_memory_max_bytes gauge
process_virtual_memory_max_bytes -1