This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
sample_responses.py
102 lines (97 loc) · 28.6 KB
/
sample_responses.py
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
leader = {
"followers": {
"91bc3c398fb3c146": {
"counts": {
"fail": 0,
"success": 6
},
"latency": {
"average": 0.006886333333333334,
"current": 0.002717,
"maximum": 0.029549,
"minimum": 0.001045,
"standardDeviation": 0.010155466437124174
}
},
"fd422379fda50e48": {
"counts": {
"fail": 0,
"success": 4
},
"latency": {
"average": 0.00580625,
"current": 0.001401,
"maximum": 0.010759,
"minimum": 0.001401,
"standardDeviation": 0.004381370297920502
}
}
},
"leader": "8211f1d0f64f3269"
}
self = {
"id": "91bc3c398fb3c146",
"leaderInfo": {
"leader": "8211f1d0f64f3269",
"startTime": "2017-07-26T11:57:49.539339733-04:00",
"uptime": "5h29m21.456371724s"
},
"name": "infra2",
"recvAppendRequestCnt": 6,
"sendAppendRequestCnt": 0,
"startTime": "2017-07-26T11:57:48.928736063-04:00",
"state": "StateFollower"
}
store = {
"compareAndDeleteFail": 0,
"compareAndDeleteSuccess": 0,
"compareAndSwapFail": 0,
"compareAndSwapSuccess": 0,
"createFail": 0,
"createSuccess": 4,
"deleteFail": 30567,
"deleteSuccess": 0,
"expireCount": 0,
"getsFail": 6,
"getsSuccess": 4,
"setsFail": 0,
"setsSuccess": 93051,
"updateFail": 0,
"updateSuccess": 0,
"watchers": 0
}
members = {
"members": [
{
"clientURLs": [
"http://127.0.0.1:2379"
],
"id": "8211f1d0f64f3269",
"name": "infra1",
"peerURLs": [
"http://127.0.0.1:12380"
]
},
{
"clientURLs": [
"http://127.0.0.1:22379"
],
"id": "91bc3c398fb3c146",
"name": "infra2",
"peerURLs": [
"http://127.0.0.1:22380"
]
},
{
"clientURLs": [
"http://127.0.0.1:32379"
],
"id": "fd422379fda50e48",
"name": "infra3",
"peerURLs": [
"http://127.0.0.1:32380"
]
}
]
}
metrics = "# HELP etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds Bucketed histogram of db compaction pause duration.\n# TYPE etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds histogram\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"1\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"2\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"4\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"8\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"16\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"32\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"64\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"128\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"256\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"512\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"1024\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"2048\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"4096\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_bucket{le=\"+Inf\"} 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_sum 0\netcd_debugging_mvcc_db_compaction_pause_duration_milliseconds_count 0\n# HELP etcd_debugging_mvcc_db_compaction_total_duration_milliseconds Bucketed histogram of db compaction total duration.\n# TYPE etcd_debugging_mvcc_db_compaction_total_duration_milliseconds histogram\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"100\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"200\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"400\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"800\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"1600\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"3200\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"6400\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"12800\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"25600\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"51200\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"102400\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"204800\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"409600\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"819200\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_bucket{le=\"+Inf\"} 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_sum 0\netcd_debugging_mvcc_db_compaction_total_duration_milliseconds_count 0\n# HELP etcd_debugging_mvcc_db_total_size_in_bytes Total size of the underlying database in bytes.\n# TYPE etcd_debugging_mvcc_db_total_size_in_bytes gauge\netcd_debugging_mvcc_db_total_size_in_bytes 24576\n# HELP etcd_debugging_mvcc_delete_total Total number of deletes seen by this member.\n# TYPE etcd_debugging_mvcc_delete_total counter\netcd_debugging_mvcc_delete_total 0\n# HELP etcd_debugging_mvcc_events_total Total number of events sent by this member.\n# TYPE etcd_debugging_mvcc_events_total counter\netcd_debugging_mvcc_events_total 0\n# HELP etcd_debugging_mvcc_index_compaction_pause_duration_milliseconds Bucketed histogram of index compaction pause duration.\n# TYPE etcd_debugging_mvcc_index_compaction_pause_duration_milliseconds histogram\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"0.5\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"1\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"2\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"4\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"8\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"16\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"32\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"64\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"128\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"256\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"512\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"1024\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_bucket{le=\"+Inf\"} 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_sum 0\netcd_debugging_mvcc_index_compaction_pause_duration_milliseconds_count 0\n# HELP etcd_debugging_mvcc_keys_total Total number of keys.\n# TYPE etcd_debugging_mvcc_keys_total gauge\netcd_debugging_mvcc_keys_total 0\n# HELP etcd_debugging_mvcc_pending_events_total Total number of pending events to be sent.\n# TYPE etcd_debugging_mvcc_pending_events_total gauge\netcd_debugging_mvcc_pending_events_total 0\n# HELP etcd_debugging_mvcc_put_total Total number of puts seen by this member.\n# TYPE etcd_debugging_mvcc_put_total counter\netcd_debugging_mvcc_put_total 0\n# HELP etcd_debugging_mvcc_range_total Total number of ranges seen by this member.\n# TYPE etcd_debugging_mvcc_range_total counter\netcd_debugging_mvcc_range_total 0\n# HELP etcd_debugging_mvcc_slow_watcher_total Total number of unsynced slow watchers.\n# TYPE etcd_debugging_mvcc_slow_watcher_total gauge\netcd_debugging_mvcc_slow_watcher_total 0\n# HELP etcd_debugging_mvcc_txn_total Total number of txns seen by this member.\n# TYPE etcd_debugging_mvcc_txn_total counter\netcd_debugging_mvcc_txn_total 0\n# HELP etcd_debugging_mvcc_watch_stream_total Total number of watch streams.\n# TYPE etcd_debugging_mvcc_watch_stream_total gauge\netcd_debugging_mvcc_watch_stream_total 0\n# HELP etcd_debugging_mvcc_watcher_total Total number of watchers.\n# TYPE etcd_debugging_mvcc_watcher_total gauge\netcd_debugging_mvcc_watcher_total 0\n# HELP etcd_debugging_server_lease_expired_total The total number of expired leases.\n# TYPE etcd_debugging_server_lease_expired_total counter\netcd_debugging_server_lease_expired_total 0\n# HELP etcd_debugging_snap_save_marshalling_duration_seconds The marshalling cost distributions of save called by snapshot.\n# TYPE etcd_debugging_snap_save_marshalling_duration_seconds histogram\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.001\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.002\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.004\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.008\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.016\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.032\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.064\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.128\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.256\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"0.512\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"1.024\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"2.048\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"4.096\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"8.192\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_bucket{le=\"+Inf\"} 0\netcd_debugging_snap_save_marshalling_duration_seconds_sum 0\netcd_debugging_snap_save_marshalling_duration_seconds_count 0\n# HELP etcd_debugging_snap_save_total_duration_seconds The total latency distributions of save called by snapshot.\n# TYPE etcd_debugging_snap_save_total_duration_seconds histogram\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.001\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.002\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.004\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.008\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.016\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.032\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.064\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.128\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.256\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"0.512\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"1.024\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"2.048\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"4.096\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"8.192\"} 0\netcd_debugging_snap_save_total_duration_seconds_bucket{le=\"+Inf\"} 0\netcd_debugging_snap_save_total_duration_seconds_sum 0\netcd_debugging_snap_save_total_duration_seconds_count 0\n# HELP etcd_debugging_store_expires_total Total number of expired keys.\n# TYPE etcd_debugging_store_expires_total counter\netcd_debugging_store_expires_total 0\n# HELP etcd_debugging_store_reads_total Total number of reads action by (get/getRecursive), local to this member.\n# TYPE etcd_debugging_store_reads_total counter\netcd_debugging_store_reads_total{action=\"get\"} 1\netcd_debugging_store_reads_total{action=\"getRecursive\"} 2\n# HELP etcd_debugging_store_watch_requests_total Total number of incoming watch requests (new or reestablished).\n# TYPE etcd_debugging_store_watch_requests_total counter\netcd_debugging_store_watch_requests_total 0\n# HELP etcd_debugging_store_watchers Count of currently active watchers.\n# TYPE etcd_debugging_store_watchers gauge\netcd_debugging_store_watchers 0\n# HELP etcd_debugging_store_writes_total Total number of writes (e.g. set/compareAndDelete) seen by this member.\n# TYPE etcd_debugging_store_writes_total counter\netcd_debugging_store_writes_total{action=\"delete\"} 5850\netcd_debugging_store_writes_total{action=\"set\"} 17776\n# HELP etcd_disk_backend_commit_duration_seconds The latency distributions of commit called by backend.\n# TYPE etcd_disk_backend_commit_duration_seconds histogram\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.001\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.002\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.004\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.008\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.016\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.032\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.064\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.128\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.256\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"0.512\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"1.024\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"2.048\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"4.096\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"8.192\"} 7\netcd_disk_backend_commit_duration_seconds_bucket{le=\"+Inf\"} 7\netcd_disk_backend_commit_duration_seconds_sum 0.00247363\netcd_disk_backend_commit_duration_seconds_count 7\n# HELP etcd_disk_backend_snapshot_duration_seconds The latency distribution of backend snapshots.\n# TYPE etcd_disk_backend_snapshot_duration_seconds histogram\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.01\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.02\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.04\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.08\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.16\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.32\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"0.64\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"1.28\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"2.56\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"5.12\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"10.24\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"20.48\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"40.96\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"81.92\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"163.84\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"327.68\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"655.36\"} 0\netcd_disk_backend_snapshot_duration_seconds_bucket{le=\"+Inf\"} 0\netcd_disk_backend_snapshot_duration_seconds_sum 0\netcd_disk_backend_snapshot_duration_seconds_count 0\n# HELP etcd_disk_wal_fsync_duration_seconds The latency distributions of fsync called by wal.\n# TYPE etcd_disk_wal_fsync_duration_seconds histogram\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.001\"} 0\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.002\"} 0\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.004\"} 1\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.008\"} 3\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.016\"} 4\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.032\"} 4\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.064\"} 4\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.128\"} 4\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.256\"} 5\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"0.512\"} 5\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"1.024\"} 5\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"2.048\"} 5\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"4.096\"} 5\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"8.192\"} 5\netcd_disk_wal_fsync_duration_seconds_bucket{le=\"+Inf\"} 5\netcd_disk_wal_fsync_duration_seconds_sum 0.22047463599999997\netcd_disk_wal_fsync_duration_seconds_count 5\n# HELP etcd_grpc_proxy_cache_hits_total Total number of cache hits\n# TYPE etcd_grpc_proxy_cache_hits_total gauge\netcd_grpc_proxy_cache_hits_total 0\n# HELP etcd_grpc_proxy_cache_keys_total Total number of keys/ranges cached\n# TYPE etcd_grpc_proxy_cache_keys_total gauge\netcd_grpc_proxy_cache_keys_total 0\n# HELP etcd_grpc_proxy_cache_misses_total Total number of cache misses\n# TYPE etcd_grpc_proxy_cache_misses_total gauge\netcd_grpc_proxy_cache_misses_total 0\n# HELP etcd_grpc_proxy_events_coalescing_total Total number of events coalescing\n# TYPE etcd_grpc_proxy_events_coalescing_total counter\netcd_grpc_proxy_events_coalescing_total 0\n# HELP etcd_grpc_proxy_watchers_coalescing_total Total number of current watchers coalescing\n# TYPE etcd_grpc_proxy_watchers_coalescing_total gauge\netcd_grpc_proxy_watchers_coalescing_total 0\n# HELP etcd_network_client_grpc_received_bytes_total The total number of bytes received from grpc clients.\n# TYPE etcd_network_client_grpc_received_bytes_total counter\netcd_network_client_grpc_received_bytes_total 0\n# HELP etcd_network_client_grpc_sent_bytes_total The total number of bytes sent to grpc clients.\n# TYPE etcd_network_client_grpc_sent_bytes_total counter\netcd_network_client_grpc_sent_bytes_total 0\n# HELP etcd_network_peer_received_bytes_total The total number of bytes received from peers.\n# TYPE etcd_network_peer_received_bytes_total counter\netcd_network_peer_received_bytes_total{From=\"0\"} 1.568e+06\netcd_network_peer_received_bytes_total{From=\"91bc3c398fb3c146\"} 1.0967372e+07\netcd_network_peer_received_bytes_total{From=\"fd422379fda50e48\"} 1.0967371e+07\n# HELP etcd_network_peer_round_trip_time_seconds Round-Trip-Time histogram between peers.\n# TYPE etcd_network_peer_round_trip_time_seconds histogram\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0001\"} 0\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0002\"} 1\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0004\"} 137\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0008\"} 777\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0016\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0032\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0064\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0128\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0256\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.0512\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.1024\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.2048\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.4096\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"0.8192\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"91bc3c398fb3c146\",le=\"+Inf\"} 779\netcd_network_peer_round_trip_time_seconds_sum{To=\"91bc3c398fb3c146\"} 0.3320798630000004\netcd_network_peer_round_trip_time_seconds_count{To=\"91bc3c398fb3c146\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0001\"} 0\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0002\"} 3\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0004\"} 416\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0008\"} 776\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0016\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0032\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0064\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0128\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0256\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.0512\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.1024\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.2048\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.4096\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"0.8192\"} 779\netcd_network_peer_round_trip_time_seconds_bucket{To=\"fd422379fda50e48\",le=\"+Inf\"} 779\netcd_network_peer_round_trip_time_seconds_sum{To=\"fd422379fda50e48\"} 0.30832253499999973\netcd_network_peer_round_trip_time_seconds_count{To=\"fd422379fda50e48\"} 779\n# HELP etcd_network_peer_sent_bytes_total The total number of bytes sent to peers.\n# TYPE etcd_network_peer_sent_bytes_total counter\netcd_network_peer_sent_bytes_total{To=\"91bc3c398fb3c146\"} 1.2218804e+07\netcd_network_peer_sent_bytes_total{To=\"fd422379fda50e48\"} 1.22187e+07\n# HELP etcd_server_has_leader Whether or not a leader exists. 1 is existence, 0 is not.\n# TYPE etcd_server_has_leader gauge\netcd_server_has_leader 1\n# HELP etcd_server_leader_changes_seen_total The number of leader changes seen.\n# TYPE etcd_server_leader_changes_seen_total counter\netcd_server_leader_changes_seen_total 1\n# HELP etcd_server_proposals_applied_total The total number of consensus proposals applied.\n# TYPE etcd_server_proposals_applied_total gauge\netcd_server_proposals_applied_total 123630\n# HELP etcd_server_proposals_committed_total The total number of consensus proposals committed.\n# TYPE etcd_server_proposals_committed_total gauge\netcd_server_proposals_committed_total 123630\n# HELP etcd_server_proposals_failed_total The total number of failed proposals seen.\n# TYPE etcd_server_proposals_failed_total counter\netcd_server_proposals_failed_total 0\n# HELP etcd_server_proposals_pending The current number of pending proposals to commit.\n# TYPE etcd_server_proposals_pending gauge\netcd_server_proposals_pending 0\n# HELP go_gc_duration_seconds A summary of the GC invocation durations.\n# TYPE go_gc_duration_seconds summary\ngo_gc_duration_seconds{quantile=\"0\"} 3.5738e-05\ngo_gc_duration_seconds{quantile=\"0.25\"} 7.9199e-05\ngo_gc_duration_seconds{quantile=\"0.5\"} 9.6496e-05\ngo_gc_duration_seconds{quantile=\"0.75\"} 0.000128119\ngo_gc_duration_seconds{quantile=\"1\"} 0.008468084\ngo_gc_duration_seconds_sum 0.031362662\ngo_gc_duration_seconds_count 204\n# HELP go_goroutines Number of goroutines that currently exist.\n# TYPE go_goroutines gauge\ngo_goroutines 103\n# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.\n# TYPE go_memstats_alloc_bytes gauge\ngo_memstats_alloc_bytes 5.6028208e+07\n# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.\n# TYPE go_memstats_alloc_bytes_total counter\ngo_memstats_alloc_bytes_total 1.07050844e+09\n# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.\n# TYPE go_memstats_buck_hash_sys_bytes gauge\ngo_memstats_buck_hash_sys_bytes 1.496318e+06\n# HELP go_memstats_frees_total Total number of frees.\n# TYPE go_memstats_frees_total counter\ngo_memstats_frees_total 1.4007962e+07\n# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.\n# TYPE go_memstats_gc_sys_bytes gauge\ngo_memstats_gc_sys_bytes 4.222976e+06\n# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.\n# TYPE go_memstats_heap_alloc_bytes gauge\ngo_memstats_heap_alloc_bytes 5.6028208e+07\n# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.\n# TYPE go_memstats_heap_idle_bytes gauge\ngo_memstats_heap_idle_bytes 2.613248e+07\n# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.\n# TYPE go_memstats_heap_inuse_bytes gauge\ngo_memstats_heap_inuse_bytes 6.4831488e+07\n# HELP go_memstats_heap_objects Number of allocated objects.\n# TYPE go_memstats_heap_objects gauge\ngo_memstats_heap_objects 439362\n# HELP go_memstats_heap_released_bytes_total Total number of heap bytes released to OS.\n# TYPE go_memstats_heap_released_bytes_total counter\ngo_memstats_heap_released_bytes_total 8.830976e+06\n# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.\n# TYPE go_memstats_heap_sys_bytes gauge\ngo_memstats_heap_sys_bytes 9.0963968e+07\n# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.\n# TYPE go_memstats_last_gc_time_seconds gauge\ngo_memstats_last_gc_time_seconds 1.5011120410528965e+09\n# HELP go_memstats_lookups_total Total number of pointer lookups.\n# TYPE go_memstats_lookups_total counter\ngo_memstats_lookups_total 5249\n# HELP go_memstats_mallocs_total Total number of mallocs.\n# TYPE go_memstats_mallocs_total counter\ngo_memstats_mallocs_total 1.4447324e+07\n# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.\n# TYPE go_memstats_mcache_inuse_bytes gauge\ngo_memstats_mcache_inuse_bytes 9600\n# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.\n# TYPE go_memstats_mcache_sys_bytes gauge\ngo_memstats_mcache_sys_bytes 16384\n# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.\n# TYPE go_memstats_mspan_inuse_bytes gauge\ngo_memstats_mspan_inuse_bytes 664848\n# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.\n# TYPE go_memstats_mspan_sys_bytes gauge\ngo_memstats_mspan_sys_bytes 851968\n# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.\n# TYPE go_memstats_next_gc_bytes gauge\ngo_memstats_next_gc_bytes 1.0211608e+08\n# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.\n# TYPE go_memstats_other_sys_bytes gauge\ngo_memstats_other_sys_bytes 1.983482e+06\n# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.\n# TYPE go_memstats_stack_inuse_bytes gauge\ngo_memstats_stack_inuse_bytes 1.900544e+06\n# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.\n# TYPE go_memstats_stack_sys_bytes gauge\ngo_memstats_stack_sys_bytes 1.900544e+06\n# HELP go_memstats_sys_bytes Number of bytes obtained by system. Sum of all system allocations.\n# TYPE go_memstats_sys_bytes gauge\ngo_memstats_sys_bytes 1.0143564e+08\n# HELP http_request_duration_microseconds The HTTP request latencies in microseconds.\n# TYPE http_request_duration_microseconds summary\nhttp_request_duration_microseconds{handler=\"prometheus\",quantile=\"0.5\"} 1685.245\nhttp_request_duration_microseconds{handler=\"prometheus\",quantile=\"0.9\"} 2078.455\nhttp_request_duration_microseconds{handler=\"prometheus\",quantile=\"0.99\"} 2078.455\nhttp_request_duration_microseconds_sum{handler=\"prometheus\"} 56814.27100000001\nhttp_request_duration_microseconds_count{handler=\"prometheus\"} 36\n# HELP http_request_size_bytes The HTTP request sizes in bytes.\n# TYPE http_request_size_bytes summary\nhttp_request_size_bytes{handler=\"prometheus\",quantile=\"0.5\"} 122\nhttp_request_size_bytes{handler=\"prometheus\",quantile=\"0.9\"} 122\nhttp_request_size_bytes{handler=\"prometheus\",quantile=\"0.99\"} 122\nhttp_request_size_bytes_sum{handler=\"prometheus\"} 4392\nhttp_request_size_bytes_count{handler=\"prometheus\"} 36\n# HELP http_requests_total Total number of HTTP requests made.\n# TYPE http_requests_total counter\nhttp_requests_total{code=\"200\",handler=\"prometheus\",method=\"get\"} 36\n# HELP http_response_size_bytes The HTTP response sizes in bytes.\n# TYPE http_response_size_bytes summary\nhttp_response_size_bytes{handler=\"prometheus\",quantile=\"0.5\"} 3396\nhttp_response_size_bytes{handler=\"prometheus\",quantile=\"0.9\"} 3400\nhttp_response_size_bytes{handler=\"prometheus\",quantile=\"0.99\"} 3400\nhttp_response_size_bytes_sum{handler=\"prometheus\"} 121703\nhttp_response_size_bytes_count{handler=\"prometheus\"} 36\n"