Advertisement
Guest User

Untitled

a guest
Apr 30th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.29 KB | None | 0 0
  1. # HELP go_gc_duration_seconds A summary of the GC invocation durations.
  2. # TYPE go_gc_duration_seconds summary
  3. go_gc_duration_seconds{quantile="0"} 4.4081e-05
  4. go_gc_duration_seconds{quantile="0.25"} 9.0359e-05
  5. go_gc_duration_seconds{quantile="0.5"} 0.000103445
  6. go_gc_duration_seconds{quantile="0.75"} 0.000129769
  7. go_gc_duration_seconds{quantile="1"} 0.000577133
  8. go_gc_duration_seconds_sum 5.947046969
  9. go_gc_duration_seconds_count 36322
  10. # HELP go_goroutines Number of goroutines that currently exist.
  11. # TYPE go_goroutines gauge
  12. go_goroutines 40
  13. # HELP go_info Information about the Go environment.
  14. # TYPE go_info gauge
  15. go_info{version="go1.11.6"} 1
  16. # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
  17. # TYPE go_memstats_alloc_bytes gauge
  18. go_memstats_alloc_bytes 1.3204488e+07
  19. # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
  20. # TYPE go_memstats_alloc_bytes_total counter
  21. go_memstats_alloc_bytes_total 1.73162995992e+11
  22. # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
  23. # TYPE go_memstats_buck_hash_sys_bytes gauge
  24. go_memstats_buck_hash_sys_bytes 1.836913e+06
  25. # HELP go_memstats_frees_total Total number of frees.
  26. # TYPE go_memstats_frees_total counter
  27. go_memstats_frees_total 3.25514708e+08
  28. # HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
  29. # TYPE go_memstats_gc_cpu_fraction gauge
  30. go_memstats_gc_cpu_fraction 1.2122463991580832e-05
  31. # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
  32. # TYPE go_memstats_gc_sys_bytes gauge
  33. go_memstats_gc_sys_bytes 2.535424e+06
  34. # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
  35. # TYPE go_memstats_heap_alloc_bytes gauge
  36. go_memstats_heap_alloc_bytes 1.3204488e+07
  37. # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
  38. # TYPE go_memstats_heap_idle_bytes gauge
  39. go_memstats_heap_idle_bytes 5.0733056e+07
  40. # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
  41. # TYPE go_memstats_heap_inuse_bytes gauge
  42. go_memstats_heap_inuse_bytes 1.5327232e+07
  43. # HELP go_memstats_heap_objects Number of allocated objects.
  44. # TYPE go_memstats_heap_objects gauge
  45. go_memstats_heap_objects 93398
  46. # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
  47. # TYPE go_memstats_heap_released_bytes gauge
  48. go_memstats_heap_released_bytes 4.8447488e+07
  49. # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
  50. # TYPE go_memstats_heap_sys_bytes gauge
  51. go_memstats_heap_sys_bytes 6.6060288e+07
  52. # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
  53. # TYPE go_memstats_last_gc_time_seconds gauge
  54. go_memstats_last_gc_time_seconds 1.6197998429445376e+09
  55. # HELP go_memstats_lookups_total Total number of pointer lookups.
  56. # TYPE go_memstats_lookups_total counter
  57. go_memstats_lookups_total 0
  58. # HELP go_memstats_mallocs_total Total number of mallocs.
  59. # TYPE go_memstats_mallocs_total counter
  60. go_memstats_mallocs_total 3.25608106e+08
  61. # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
  62. # TYPE go_memstats_mcache_inuse_bytes gauge
  63. go_memstats_mcache_inuse_bytes 6912
  64. # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
  65. # TYPE go_memstats_mcache_sys_bytes gauge
  66. go_memstats_mcache_sys_bytes 16384
  67. # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
  68. # TYPE go_memstats_mspan_inuse_bytes gauge
  69. go_memstats_mspan_inuse_bytes 188176
  70. # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
  71. # TYPE go_memstats_mspan_sys_bytes gauge
  72. go_memstats_mspan_sys_bytes 360448
  73. # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
  74. # TYPE go_memstats_next_gc_bytes gauge
  75. go_memstats_next_gc_bytes 2.144368e+07
  76. # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
  77. # TYPE go_memstats_other_sys_bytes gauge
  78. go_memstats_other_sys_bytes 557447
  79. # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
  80. # TYPE go_memstats_stack_inuse_bytes gauge
  81. go_memstats_stack_inuse_bytes 1.048576e+06
  82. # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
  83. # TYPE go_memstats_stack_sys_bytes gauge
  84. go_memstats_stack_sys_bytes 1.048576e+06
  85. # HELP go_memstats_sys_bytes Number of bytes obtained from system.
  86. # TYPE go_memstats_sys_bytes gauge
  87. go_memstats_sys_bytes 7.241548e+07
  88. # HELP go_threads Number of OS threads created.
  89. # TYPE go_threads gauge
  90. go_threads 18
  91. # HELP net_conntrack_dialer_conn_attempted_total Total number of connections attempted by the given dialer a given name.
  92. # TYPE net_conntrack_dialer_conn_attempted_total counter
  93. net_conntrack_dialer_conn_attempted_total{dialer_name="cardano"} 14
  94. net_conntrack_dialer_conn_attempted_total{dialer_name="default"} 0
  95. net_conntrack_dialer_conn_attempted_total{dialer_name="node"} 1
  96. # HELP net_conntrack_dialer_conn_closed_total Total number of connections closed which originated from the dialer of a given name.
  97. # TYPE net_conntrack_dialer_conn_closed_total counter
  98. net_conntrack_dialer_conn_closed_total{dialer_name="cardano"} 13
  99. net_conntrack_dialer_conn_closed_total{dialer_name="default"} 0
  100. net_conntrack_dialer_conn_closed_total{dialer_name="node"} 0
  101. # HELP net_conntrack_dialer_conn_established_total Total number of connections successfully established by the given dialer a given name.
  102. # TYPE net_conntrack_dialer_conn_established_total counter
  103. net_conntrack_dialer_conn_established_total{dialer_name="cardano"} 14
  104. net_conntrack_dialer_conn_established_total{dialer_name="default"} 0
  105. net_conntrack_dialer_conn_established_total{dialer_name="node"} 1
  106. # HELP net_conntrack_dialer_conn_failed_total Total number of connections failed to dial by the dialer a given name.
  107. # TYPE net_conntrack_dialer_conn_failed_total counter
  108. net_conntrack_dialer_conn_failed_total{dialer_name="cardano",reason="refused"} 0
  109. net_conntrack_dialer_conn_failed_total{dialer_name="cardano",reason="resolution"} 0
  110. net_conntrack_dialer_conn_failed_total{dialer_name="cardano",reason="timeout"} 0
  111. net_conntrack_dialer_conn_failed_total{dialer_name="cardano",reason="unknown"} 0
  112. net_conntrack_dialer_conn_failed_total{dialer_name="default",reason="refused"} 0
  113. net_conntrack_dialer_conn_failed_total{dialer_name="default",reason="resolution"} 0
  114. net_conntrack_dialer_conn_failed_total{dialer_name="default",reason="timeout"} 0
  115. net_conntrack_dialer_conn_failed_total{dialer_name="default",reason="unknown"} 0
  116. net_conntrack_dialer_conn_failed_total{dialer_name="node",reason="refused"} 0
  117. net_conntrack_dialer_conn_failed_total{dialer_name="node",reason="resolution"} 0
  118. net_conntrack_dialer_conn_failed_total{dialer_name="node",reason="timeout"} 0
  119. net_conntrack_dialer_conn_failed_total{dialer_name="node",reason="unknown"} 0
  120. # HELP net_conntrack_listener_conn_accepted_total Total number of connections opened to the listener of a given name.
  121. # TYPE net_conntrack_listener_conn_accepted_total counter
  122. net_conntrack_listener_conn_accepted_total{listener_name="http"} 56101
  123. # HELP net_conntrack_listener_conn_closed_total Total number of connections closed that were made to the listener of a given name.
  124. # TYPE net_conntrack_listener_conn_closed_total counter
  125. net_conntrack_listener_conn_closed_total{listener_name="http"} 56098
  126. # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
  127. # TYPE process_cpu_seconds_total counter
  128. process_cpu_seconds_total 3340.01
  129. # HELP process_max_fds Maximum number of open file descriptors.
  130. # TYPE process_max_fds gauge
  131. process_max_fds 1.048576e+06
  132. # HELP process_open_fds Number of open file descriptors.
  133. # TYPE process_open_fds gauge
  134. process_open_fds 60
  135. # HELP process_resident_memory_bytes Resident memory size in bytes.
  136. # TYPE process_resident_memory_bytes gauge
  137. process_resident_memory_bytes 3.75808e+07
  138. # HELP process_start_time_seconds Start time of the process since unix epoch in seconds.
  139. # TYPE process_start_time_seconds gauge
  140. process_start_time_seconds 1.61575809334e+09
  141. # HELP process_virtual_memory_bytes Virtual memory size in bytes.
  142. # TYPE process_virtual_memory_bytes gauge
  143. process_virtual_memory_bytes 1.536978944e+09
  144. # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes.
  145. # TYPE process_virtual_memory_max_bytes gauge
  146. process_virtual_memory_max_bytes -1
  147. # HELP prometheus_api_remote_read_queries The current number of remote read queries being executed or waiting.
  148. # TYPE prometheus_api_remote_read_queries gauge
  149. prometheus_api_remote_read_queries 0
  150. # HELP prometheus_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which prometheus was built.
  151. # TYPE prometheus_build_info gauge
  152. prometheus_build_info{branch="debian/sid",goversion="go1.11.6",revision="2.7.1+ds-3+b11",version="2.7.1+ds"} 1
  153. # HELP prometheus_config_last_reload_success_timestamp_seconds Timestamp of the last successful configuration reload.
  154. # TYPE prometheus_config_last_reload_success_timestamp_seconds gauge
  155. prometheus_config_last_reload_success_timestamp_seconds 1.6157580977643046e+09
  156. # HELP prometheus_config_last_reload_successful Whether the last configuration reload attempt was successful.
  157. # TYPE prometheus_config_last_reload_successful gauge
  158. prometheus_config_last_reload_successful 1
  159. # HELP prometheus_engine_queries The current number of queries being executed or waiting.
  160. # TYPE prometheus_engine_queries gauge
  161. prometheus_engine_queries 0
  162. # HELP prometheus_engine_queries_concurrent_max The max number of concurrent queries.
  163. # TYPE prometheus_engine_queries_concurrent_max gauge
  164. prometheus_engine_queries_concurrent_max 20
  165. # HELP prometheus_engine_query_duration_seconds Query timings
  166. # TYPE prometheus_engine_query_duration_seconds summary
  167. prometheus_engine_query_duration_seconds{slice="inner_eval",quantile="0.5"} 0.000200046
  168. prometheus_engine_query_duration_seconds{slice="inner_eval",quantile="0.9"} 0.000362333
  169. prometheus_engine_query_duration_seconds{slice="inner_eval",quantile="0.99"} 0.000436322
  170. prometheus_engine_query_duration_seconds_sum{slice="inner_eval"} 23.276602237999487
  171. prometheus_engine_query_duration_seconds_count{slice="inner_eval"} 134758
  172. prometheus_engine_query_duration_seconds{slice="prepare_time",quantile="0.5"} 3.3502e-05
  173. prometheus_engine_query_duration_seconds{slice="prepare_time",quantile="0.9"} 5.7654e-05
  174. prometheus_engine_query_duration_seconds{slice="prepare_time",quantile="0.99"} 5.8189e-05
  175. prometheus_engine_query_duration_seconds_sum{slice="prepare_time"} 5.133910310999935
  176. prometheus_engine_query_duration_seconds_count{slice="prepare_time"} 134758
  177. prometheus_engine_query_duration_seconds{slice="queue_time",quantile="0.5"} 2.045e-06
  178. prometheus_engine_query_duration_seconds{slice="queue_time",quantile="0.9"} 3.285e-06
  179. prometheus_engine_query_duration_seconds{slice="queue_time",quantile="0.99"} 7.168e-06
  180. prometheus_engine_query_duration_seconds_sum{slice="queue_time"} 0.2976689080000008
  181. prometheus_engine_query_duration_seconds_count{slice="queue_time"} 134758
  182. prometheus_engine_query_duration_seconds{slice="result_sort",quantile="0.5"} 1.179e-06
  183. prometheus_engine_query_duration_seconds{slice="result_sort",quantile="0.9"} 1.944e-06
  184. prometheus_engine_query_duration_seconds{slice="result_sort",quantile="0.99"} 2.496e-06
  185. prometheus_engine_query_duration_seconds_sum{slice="result_sort"} 0.16104923799999782
  186. prometheus_engine_query_duration_seconds_count{slice="result_sort"} 134758
  187. # HELP prometheus_http_request_duration_seconds Histogram of latencies for HTTP requests.
  188. # TYPE prometheus_http_request_duration_seconds histogram
  189. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="0.1"} 134758
  190. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="0.2"} 134758
  191. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="0.4"} 134758
  192. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="1"} 134758
  193. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="3"} 134758
  194. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="8"} 134758
  195. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="20"} 134758
  196. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="60"} 134758
  197. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="120"} 134758
  198. prometheus_http_request_duration_seconds_bucket{handler="/api/v1/query_range",le="+Inf"} 134758
  199. prometheus_http_request_duration_seconds_sum{handler="/api/v1/query_range"} 94.75668394599938
  200. prometheus_http_request_duration_seconds_count{handler="/api/v1/query_range"} 134758
  201. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="0.1"} 8
  202. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="0.2"} 8
  203. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="0.4"} 8
  204. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="1"} 8
  205. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="3"} 8
  206. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="8"} 8
  207. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="20"} 8
  208. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="60"} 8
  209. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="120"} 8
  210. prometheus_http_request_duration_seconds_bucket{handler="/metrics",le="+Inf"} 8
  211. prometheus_http_request_duration_seconds_sum{handler="/metrics"} 0.037072015
  212. prometheus_http_request_duration_seconds_count{handler="/metrics"} 8
  213. # HELP prometheus_http_response_size_bytes Histogram of response size for HTTP requests.
  214. # TYPE prometheus_http_response_size_bytes histogram
  215. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="100"} 11
  216. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="1000"} 134737
  217. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="10000"} 134758
  218. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="100000"} 134758
  219. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="1e+06"} 134758
  220. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="1e+07"} 134758
  221. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="1e+08"} 134758
  222. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="1e+09"} 134758
  223. prometheus_http_response_size_bytes_bucket{handler="/api/v1/query_range",le="+Inf"} 134758
  224. prometheus_http_response_size_bytes_sum{handler="/api/v1/query_range"} 3.9818862e+07
  225. prometheus_http_response_size_bytes_count{handler="/api/v1/query_range"} 134758
  226. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="100"} 0
  227. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="1000"} 0
  228. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="10000"} 0
  229. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="100000"} 8
  230. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="1e+06"} 8
  231. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="1e+07"} 8
  232. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="1e+08"} 8
  233. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="1e+09"} 8
  234. prometheus_http_response_size_bytes_bucket{handler="/metrics",le="+Inf"} 8
  235. prometheus_http_response_size_bytes_sum{handler="/metrics"} 347701
  236. prometheus_http_response_size_bytes_count{handler="/metrics"} 8
  237. # HELP prometheus_notifications_alertmanagers_discovered The number of alertmanagers discovered and active.
  238. # TYPE prometheus_notifications_alertmanagers_discovered gauge
  239. prometheus_notifications_alertmanagers_discovered 0
  240. # HELP prometheus_notifications_dropped_total Total number of alerts dropped due to errors when sending to Alertmanager.
  241. # TYPE prometheus_notifications_dropped_total counter
  242. prometheus_notifications_dropped_total 0
  243. # HELP prometheus_notifications_queue_capacity The capacity of the alert notifications queue.
  244. # TYPE prometheus_notifications_queue_capacity gauge
  245. prometheus_notifications_queue_capacity 10000
  246. # HELP prometheus_notifications_queue_length The number of alert notifications in the queue.
  247. # TYPE prometheus_notifications_queue_length gauge
  248. prometheus_notifications_queue_length 0
  249. # HELP prometheus_rule_evaluation_duration_seconds The duration for a rule to execute.
  250. # TYPE prometheus_rule_evaluation_duration_seconds summary
  251. prometheus_rule_evaluation_duration_seconds{quantile="0.5"} NaN
  252. prometheus_rule_evaluation_duration_seconds{quantile="0.9"} NaN
  253. prometheus_rule_evaluation_duration_seconds{quantile="0.99"} NaN
  254. prometheus_rule_evaluation_duration_seconds_sum 0
  255. prometheus_rule_evaluation_duration_seconds_count 0
  256. # HELP prometheus_rule_evaluation_failures_total The total number of rule evaluation failures.
  257. # TYPE prometheus_rule_evaluation_failures_total counter
  258. prometheus_rule_evaluation_failures_total 0
  259. # HELP prometheus_rule_evaluations_total The total number of rule evaluations.
  260. # TYPE prometheus_rule_evaluations_total counter
  261. prometheus_rule_evaluations_total 0
  262. # HELP prometheus_rule_group_duration_seconds The duration of rule group evaluations.
  263. # TYPE prometheus_rule_group_duration_seconds summary
  264. prometheus_rule_group_duration_seconds{quantile="0.01"} NaN
  265. prometheus_rule_group_duration_seconds{quantile="0.05"} NaN
  266. prometheus_rule_group_duration_seconds{quantile="0.5"} NaN
  267. prometheus_rule_group_duration_seconds{quantile="0.9"} NaN
  268. prometheus_rule_group_duration_seconds{quantile="0.99"} NaN
  269. prometheus_rule_group_duration_seconds_sum 0
  270. prometheus_rule_group_duration_seconds_count 0
  271. # HELP prometheus_rule_group_iterations_missed_total The total number of rule group evaluations missed due to slow rule group evaluation.
  272. # TYPE prometheus_rule_group_iterations_missed_total counter
  273. prometheus_rule_group_iterations_missed_total 1
  274. # HELP prometheus_rule_group_iterations_total The total number of scheduled rule group evaluations, whether executed or missed.
  275. # TYPE prometheus_rule_group_iterations_total counter
  276. prometheus_rule_group_iterations_total 0
  277. # HELP prometheus_sd_azure_refresh_duration_seconds The duration of a Azure-SD refresh in seconds.
  278. # TYPE prometheus_sd_azure_refresh_duration_seconds summary
  279. prometheus_sd_azure_refresh_duration_seconds{quantile="0.5"} NaN
  280. prometheus_sd_azure_refresh_duration_seconds{quantile="0.9"} NaN
  281. prometheus_sd_azure_refresh_duration_seconds{quantile="0.99"} NaN
  282. prometheus_sd_azure_refresh_duration_seconds_sum 0
  283. prometheus_sd_azure_refresh_duration_seconds_count 0
  284. # HELP prometheus_sd_azure_refresh_failures_total Number of Azure-SD refresh failures.
  285. # TYPE prometheus_sd_azure_refresh_failures_total counter
  286. prometheus_sd_azure_refresh_failures_total 0
  287. # HELP prometheus_sd_consul_rpc_duration_seconds The duration of a Consul RPC call in seconds.
  288. # TYPE prometheus_sd_consul_rpc_duration_seconds summary
  289. prometheus_sd_consul_rpc_duration_seconds{call="service",endpoint="catalog",quantile="0.5"} NaN
  290. prometheus_sd_consul_rpc_duration_seconds{call="service",endpoint="catalog",quantile="0.9"} NaN
  291. prometheus_sd_consul_rpc_duration_seconds{call="service",endpoint="catalog",quantile="0.99"} NaN
  292. prometheus_sd_consul_rpc_duration_seconds_sum{call="service",endpoint="catalog"} 0
  293. prometheus_sd_consul_rpc_duration_seconds_count{call="service",endpoint="catalog"} 0
  294. prometheus_sd_consul_rpc_duration_seconds{call="services",endpoint="catalog",quantile="0.5"} NaN
  295. prometheus_sd_consul_rpc_duration_seconds{call="services",endpoint="catalog",quantile="0.9"} NaN
  296. prometheus_sd_consul_rpc_duration_seconds{call="services",endpoint="catalog",quantile="0.99"} NaN
  297. prometheus_sd_consul_rpc_duration_seconds_sum{call="services",endpoint="catalog"} 0
  298. prometheus_sd_consul_rpc_duration_seconds_count{call="services",endpoint="catalog"} 0
  299. # HELP prometheus_sd_consul_rpc_failures_total The number of Consul RPC call failures.
  300. # TYPE prometheus_sd_consul_rpc_failures_total counter
  301. prometheus_sd_consul_rpc_failures_total 0
  302. # HELP prometheus_sd_discovered_targets Current number of discovered targets.
  303. # TYPE prometheus_sd_discovered_targets gauge
  304. prometheus_sd_discovered_targets{config="cardano",name="scrape"} 1
  305. prometheus_sd_discovered_targets{config="node",name="scrape"} 1
  306. # HELP prometheus_sd_dns_lookup_failures_total The number of DNS-SD lookup failures.
  307. # TYPE prometheus_sd_dns_lookup_failures_total counter
  308. prometheus_sd_dns_lookup_failures_total 0
  309. # HELP prometheus_sd_dns_lookups_total The number of DNS-SD lookups.
  310. # TYPE prometheus_sd_dns_lookups_total counter
  311. prometheus_sd_dns_lookups_total 0
  312. # HELP prometheus_sd_ec2_refresh_duration_seconds The duration of a EC2-SD refresh in seconds.
  313. # TYPE prometheus_sd_ec2_refresh_duration_seconds summary
  314. prometheus_sd_ec2_refresh_duration_seconds{quantile="0.5"} NaN
  315. prometheus_sd_ec2_refresh_duration_seconds{quantile="0.9"} NaN
  316. prometheus_sd_ec2_refresh_duration_seconds{quantile="0.99"} NaN
  317. prometheus_sd_ec2_refresh_duration_seconds_sum 0
  318. prometheus_sd_ec2_refresh_duration_seconds_count 0
  319. # HELP prometheus_sd_ec2_refresh_failures_total The number of EC2-SD scrape failures.
  320. # TYPE prometheus_sd_ec2_refresh_failures_total counter
  321. prometheus_sd_ec2_refresh_failures_total 0
  322. # HELP prometheus_sd_file_read_errors_total The number of File-SD read errors.
  323. # TYPE prometheus_sd_file_read_errors_total counter
  324. prometheus_sd_file_read_errors_total 0
  325. # HELP prometheus_sd_file_scan_duration_seconds The duration of the File-SD scan in seconds.
  326. # TYPE prometheus_sd_file_scan_duration_seconds summary
  327. prometheus_sd_file_scan_duration_seconds{quantile="0.5"} NaN
  328. prometheus_sd_file_scan_duration_seconds{quantile="0.9"} NaN
  329. prometheus_sd_file_scan_duration_seconds{quantile="0.99"} NaN
  330. prometheus_sd_file_scan_duration_seconds_sum 0
  331. prometheus_sd_file_scan_duration_seconds_count 0
  332. # HELP prometheus_sd_gce_refresh_duration The duration of a GCE-SD refresh in seconds.
  333. # TYPE prometheus_sd_gce_refresh_duration summary
  334. prometheus_sd_gce_refresh_duration{quantile="0.5"} NaN
  335. prometheus_sd_gce_refresh_duration{quantile="0.9"} NaN
  336. prometheus_sd_gce_refresh_duration{quantile="0.99"} NaN
  337. prometheus_sd_gce_refresh_duration_sum 0
  338. prometheus_sd_gce_refresh_duration_count 0
  339. # HELP prometheus_sd_gce_refresh_failures_total The number of GCE-SD refresh failures.
  340. # TYPE prometheus_sd_gce_refresh_failures_total counter
  341. prometheus_sd_gce_refresh_failures_total 0
  342. # HELP prometheus_sd_marathon_refresh_duration_seconds The duration of a Marathon-SD refresh in seconds.
  343. # TYPE prometheus_sd_marathon_refresh_duration_seconds summary
  344. prometheus_sd_marathon_refresh_duration_seconds{quantile="0.5"} NaN
  345. prometheus_sd_marathon_refresh_duration_seconds{quantile="0.9"} NaN
  346. prometheus_sd_marathon_refresh_duration_seconds{quantile="0.99"} NaN
  347. prometheus_sd_marathon_refresh_duration_seconds_sum 0
  348. prometheus_sd_marathon_refresh_duration_seconds_count 0
  349. # HELP prometheus_sd_marathon_refresh_failures_total The number of Marathon-SD refresh failures.
  350. # TYPE prometheus_sd_marathon_refresh_failures_total counter
  351. prometheus_sd_marathon_refresh_failures_total 0
  352. # HELP prometheus_sd_openstack_refresh_duration_seconds The duration of an OpenStack-SD refresh in seconds.
  353. # TYPE prometheus_sd_openstack_refresh_duration_seconds summary
  354. prometheus_sd_openstack_refresh_duration_seconds{quantile="0.5"} NaN
  355. prometheus_sd_openstack_refresh_duration_seconds{quantile="0.9"} NaN
  356. prometheus_sd_openstack_refresh_duration_seconds{quantile="0.99"} NaN
  357. prometheus_sd_openstack_refresh_duration_seconds_sum 0
  358. prometheus_sd_openstack_refresh_duration_seconds_count 0
  359. # HELP prometheus_sd_openstack_refresh_failures_total The number of OpenStack-SD scrape failures.
  360. # TYPE prometheus_sd_openstack_refresh_failures_total counter
  361. prometheus_sd_openstack_refresh_failures_total 0
  362. # HELP prometheus_sd_received_updates_total Total number of update events received from the SD providers.
  363. # TYPE prometheus_sd_received_updates_total counter
  364. prometheus_sd_received_updates_total{name="scrape"} 4
  365. # HELP prometheus_sd_triton_refresh_duration_seconds The duration of a Triton-SD refresh in seconds.
  366. # TYPE prometheus_sd_triton_refresh_duration_seconds summary
  367. prometheus_sd_triton_refresh_duration_seconds{quantile="0.5"} NaN
  368. prometheus_sd_triton_refresh_duration_seconds{quantile="0.9"} NaN
  369. prometheus_sd_triton_refresh_duration_seconds{quantile="0.99"} NaN
  370. prometheus_sd_triton_refresh_duration_seconds_sum 0
  371. prometheus_sd_triton_refresh_duration_seconds_count 0
  372. # HELP prometheus_sd_triton_refresh_failures_total The number of Triton-SD scrape failures.
  373. # TYPE prometheus_sd_triton_refresh_failures_total counter
  374. prometheus_sd_triton_refresh_failures_total 0
  375. # HELP prometheus_sd_updates_total Total number of update events sent to the SD consumers.
  376. # TYPE prometheus_sd_updates_total counter
  377. prometheus_sd_updates_total{name="scrape"} 1
  378. # HELP prometheus_target_interval_length_seconds Actual intervals between scrapes.
  379. # TYPE prometheus_target_interval_length_seconds summary
  380. prometheus_target_interval_length_seconds{interval="5s",quantile="0.01"} 4.999904141
  381. prometheus_target_interval_length_seconds{interval="5s",quantile="0.05"} 4.99995626
  382. prometheus_target_interval_length_seconds{interval="5s",quantile="0.5"} 5.00002322
  383. prometheus_target_interval_length_seconds{interval="5s",quantile="0.9"} 5.000078901
  384. prometheus_target_interval_length_seconds{interval="5s",quantile="0.99"} 5.000130907
  385. prometheus_target_interval_length_seconds_sum{interval="5s"} 8.08366720125783e+06
  386. prometheus_target_interval_length_seconds_count{interval="5s"} 1.616725e+06
  387. # HELP prometheus_target_scrape_pool_sync_total Total number of syncs that were executed on a scrape pool.
  388. # TYPE prometheus_target_scrape_pool_sync_total counter
  389. prometheus_target_scrape_pool_sync_total{scrape_job="cardano"} 1
  390. prometheus_target_scrape_pool_sync_total{scrape_job="node"} 1
  391. # HELP prometheus_target_scrapes_exceeded_sample_limit_total Total number of scrapes that hit the sample limit and were rejected.
  392. # TYPE prometheus_target_scrapes_exceeded_sample_limit_total counter
  393. prometheus_target_scrapes_exceeded_sample_limit_total 0
  394. # HELP prometheus_target_scrapes_sample_duplicate_timestamp_total Total number of samples rejected due to duplicate timestamps but different values
  395. # TYPE prometheus_target_scrapes_sample_duplicate_timestamp_total counter
  396. prometheus_target_scrapes_sample_duplicate_timestamp_total 0
  397. # HELP prometheus_target_scrapes_sample_out_of_bounds_total Total number of samples rejected due to timestamp falling outside of the time bounds
  398. # TYPE prometheus_target_scrapes_sample_out_of_bounds_total counter
  399. prometheus_target_scrapes_sample_out_of_bounds_total 0
  400. # HELP prometheus_target_scrapes_sample_out_of_order_total Total number of samples rejected due to not being out of the expected order
  401. # TYPE prometheus_target_scrapes_sample_out_of_order_total counter
  402. prometheus_target_scrapes_sample_out_of_order_total 0
  403. # HELP prometheus_target_sync_length_seconds Actual interval to sync the scrape pool.
  404. # TYPE prometheus_target_sync_length_seconds summary
  405. prometheus_target_sync_length_seconds{scrape_job="cardano",quantile="0.01"} NaN
  406. prometheus_target_sync_length_seconds{scrape_job="cardano",quantile="0.05"} NaN
  407. prometheus_target_sync_length_seconds{scrape_job="cardano",quantile="0.5"} NaN
  408. prometheus_target_sync_length_seconds{scrape_job="cardano",quantile="0.9"} NaN
  409. prometheus_target_sync_length_seconds{scrape_job="cardano",quantile="0.99"} NaN
  410. prometheus_target_sync_length_seconds_sum{scrape_job="cardano"} 0.000162989
  411. prometheus_target_sync_length_seconds_count{scrape_job="cardano"} 1
  412. prometheus_target_sync_length_seconds{scrape_job="node",quantile="0.01"} NaN
  413. prometheus_target_sync_length_seconds{scrape_job="node",quantile="0.05"} NaN
  414. prometheus_target_sync_length_seconds{scrape_job="node",quantile="0.5"} NaN
  415. prometheus_target_sync_length_seconds{scrape_job="node",quantile="0.9"} NaN
  416. prometheus_target_sync_length_seconds{scrape_job="node",quantile="0.99"} NaN
  417. prometheus_target_sync_length_seconds_sum{scrape_job="node"} 8.6949e-05
  418. prometheus_target_sync_length_seconds_count{scrape_job="node"} 1
  419. # HELP prometheus_template_text_expansion_failures_total The total number of template text expansion failures.
  420. # TYPE prometheus_template_text_expansion_failures_total counter
  421. prometheus_template_text_expansion_failures_total 0
  422. # HELP prometheus_template_text_expansions_total The total number of template text expansions.
  423. # TYPE prometheus_template_text_expansions_total counter
  424. prometheus_template_text_expansions_total 0
  425. # HELP prometheus_treecache_watcher_goroutines The current number of watcher goroutines.
  426. # TYPE prometheus_treecache_watcher_goroutines gauge
  427. prometheus_treecache_watcher_goroutines 0
  428. # HELP prometheus_treecache_zookeeper_failures_total The total number of ZooKeeper failures.
  429. # TYPE prometheus_treecache_zookeeper_failures_total counter
  430. prometheus_treecache_zookeeper_failures_total 0
  431. # HELP prometheus_tsdb_blocks_loaded Number of currently loaded data blocks
  432. # TYPE prometheus_tsdb_blocks_loaded gauge
  433. prometheus_tsdb_blocks_loaded 23
  434. # HELP prometheus_tsdb_checkpoint_creations_failed_total Total number of checkpoint creations that failed.
  435. # TYPE prometheus_tsdb_checkpoint_creations_failed_total counter
  436. prometheus_tsdb_checkpoint_creations_failed_total 0
  437. # HELP prometheus_tsdb_checkpoint_creations_total Total number of checkpoint creations attempted.
  438. # TYPE prometheus_tsdb_checkpoint_creations_total counter
  439. prometheus_tsdb_checkpoint_creations_total 16
  440. # HELP prometheus_tsdb_checkpoint_deletions_failed_total Total number of checkpoint deletions that failed.
  441. # TYPE prometheus_tsdb_checkpoint_deletions_failed_total counter
  442. prometheus_tsdb_checkpoint_deletions_failed_total 0
  443. # HELP prometheus_tsdb_checkpoint_deletions_total Total number of checkpoint deletions attempted.
  444. # TYPE prometheus_tsdb_checkpoint_deletions_total counter
  445. prometheus_tsdb_checkpoint_deletions_total 16
  446. # HELP prometheus_tsdb_compaction_chunk_range_seconds Final time range of chunks on their first compaction
  447. # TYPE prometheus_tsdb_compaction_chunk_range_seconds histogram
  448. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="100"} 0
  449. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="400"} 0
  450. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="1600"} 0
  451. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="6400"} 0
  452. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="25600"} 0
  453. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="102400"} 1
  454. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="409600"} 1
  455. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="1.6384e+06"} 3.169593e+06
  456. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="6.5536e+06"} 3.169593e+06
  457. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="2.62144e+07"} 3.169593e+06
  458. prometheus_tsdb_compaction_chunk_range_seconds_bucket{le="+Inf"} 3.169593e+06
  459. prometheus_tsdb_compaction_chunk_range_seconds_sum 1.886189032411e+12
  460. prometheus_tsdb_compaction_chunk_range_seconds_count 3.169593e+06
  461. # HELP prometheus_tsdb_compaction_chunk_samples Final number of samples on their first compaction
  462. # TYPE prometheus_tsdb_compaction_chunk_samples histogram
  463. prometheus_tsdb_compaction_chunk_samples_bucket{le="4"} 0
  464. prometheus_tsdb_compaction_chunk_samples_bucket{le="6"} 0
  465. prometheus_tsdb_compaction_chunk_samples_bucket{le="9"} 0
  466. prometheus_tsdb_compaction_chunk_samples_bucket{le="13.5"} 0
  467. prometheus_tsdb_compaction_chunk_samples_bucket{le="20.25"} 1
  468. prometheus_tsdb_compaction_chunk_samples_bucket{le="30.375"} 1
  469. prometheus_tsdb_compaction_chunk_samples_bucket{le="45.5625"} 1
  470. prometheus_tsdb_compaction_chunk_samples_bucket{le="68.34375"} 1
  471. prometheus_tsdb_compaction_chunk_samples_bucket{le="102.515625"} 1
  472. prometheus_tsdb_compaction_chunk_samples_bucket{le="153.7734375"} 3.169123e+06
  473. prometheus_tsdb_compaction_chunk_samples_bucket{le="230.66015625"} 3.169138e+06
  474. prometheus_tsdb_compaction_chunk_samples_bucket{le="345.990234375"} 3.169593e+06
  475. prometheus_tsdb_compaction_chunk_samples_bucket{le="+Inf"} 3.169593e+06
  476. prometheus_tsdb_compaction_chunk_samples_sum 3.80404505e+08
  477. prometheus_tsdb_compaction_chunk_samples_count 3.169593e+06
  478. # HELP prometheus_tsdb_compaction_chunk_size_bytes Final size of chunks on their first compaction
  479. # TYPE prometheus_tsdb_compaction_chunk_size_bytes histogram
  480. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="32"} 0
  481. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="48"} 1.653549e+06
  482. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="72"} 2.125999e+06
  483. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="108"} 2.277072e+06
  484. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="162"} 2.381303e+06
  485. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="243"} 2.652514e+06
  486. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="364.5"} 2.79037e+06
  487. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="546.75"} 2.850595e+06
  488. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="820.125"} 2.934469e+06
  489. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="1230.1875"} 3.169546e+06
  490. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="1845.28125"} 3.16959e+06
  491. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="2767.921875"} 3.169593e+06
  492. prometheus_tsdb_compaction_chunk_size_bytes_bucket{le="+Inf"} 3.169593e+06
  493. prometheus_tsdb_compaction_chunk_size_bytes_sum 5.17552411e+08
  494. prometheus_tsdb_compaction_chunk_size_bytes_count 3.169593e+06
  495. # HELP prometheus_tsdb_compaction_duration_seconds Duration of compaction runs
  496. # TYPE prometheus_tsdb_compaction_duration_seconds histogram
  497. prometheus_tsdb_compaction_duration_seconds_bucket{le="1"} 810
  498. prometheus_tsdb_compaction_duration_seconds_bucket{le="2"} 810
  499. prometheus_tsdb_compaction_duration_seconds_bucket{le="4"} 810
  500. prometheus_tsdb_compaction_duration_seconds_bucket{le="8"} 810
  501. prometheus_tsdb_compaction_duration_seconds_bucket{le="16"} 810
  502. prometheus_tsdb_compaction_duration_seconds_bucket{le="32"} 810
  503. prometheus_tsdb_compaction_duration_seconds_bucket{le="64"} 810
  504. prometheus_tsdb_compaction_duration_seconds_bucket{le="128"} 810
  505. prometheus_tsdb_compaction_duration_seconds_bucket{le="256"} 810
  506. prometheus_tsdb_compaction_duration_seconds_bucket{le="512"} 810
  507. prometheus_tsdb_compaction_duration_seconds_bucket{le="+Inf"} 810
  508. prometheus_tsdb_compaction_duration_seconds_sum 38.43101180199996
  509. prometheus_tsdb_compaction_duration_seconds_count 810
  510. # HELP prometheus_tsdb_compactions_failed_total Total number of compactions that failed for the partition.
  511. # TYPE prometheus_tsdb_compactions_failed_total counter
  512. prometheus_tsdb_compactions_failed_total 0
  513. # HELP prometheus_tsdb_compactions_total Total number of compactions that were executed for the partition.
  514. # TYPE prometheus_tsdb_compactions_total counter
  515. prometheus_tsdb_compactions_total 810
  516. # HELP prometheus_tsdb_compactions_triggered_total Total number of triggered compactions for the partition.
  517. # TYPE prometheus_tsdb_compactions_triggered_total counter
  518. prometheus_tsdb_compactions_triggered_total 67925
  519. # HELP prometheus_tsdb_head_active_appenders Number of currently active appender transactions
  520. # TYPE prometheus_tsdb_head_active_appenders gauge
  521. prometheus_tsdb_head_active_appenders 0
  522. # HELP prometheus_tsdb_head_chunks Total number of chunks in the head block.
  523. # TYPE prometheus_tsdb_head_chunks gauge
  524. prometheus_tsdb_head_chunks 7125
  525. # HELP prometheus_tsdb_head_chunks_created_total Total number of chunks created in the head
  526. # TYPE prometheus_tsdb_head_chunks_created_total counter
  527. prometheus_tsdb_head_chunks_created_total 3.176718e+06
  528. # HELP prometheus_tsdb_head_chunks_removed_total Total number of chunks removed in the head
  529. # TYPE prometheus_tsdb_head_chunks_removed_total counter
  530. prometheus_tsdb_head_chunks_removed_total 3.169593e+06
  531. # HELP prometheus_tsdb_head_gc_duration_seconds Runtime of garbage collection in the head block.
  532. # TYPE prometheus_tsdb_head_gc_duration_seconds summary
  533. prometheus_tsdb_head_gc_duration_seconds{quantile="0.5"} NaN
  534. prometheus_tsdb_head_gc_duration_seconds{quantile="0.9"} NaN
  535. prometheus_tsdb_head_gc_duration_seconds{quantile="0.99"} NaN
  536. prometheus_tsdb_head_gc_duration_seconds_sum 1.1748036189999997
  537. prometheus_tsdb_head_gc_duration_seconds_count 561
  538. # HELP prometheus_tsdb_head_max_time Maximum timestamp of the head block. The unit is decided by the library consumer.
  539. # TYPE prometheus_tsdb_head_max_time gauge
  540. prometheus_tsdb_head_max_time 1.619799919091e+12
  541. # HELP prometheus_tsdb_head_max_time_seconds Maximum timestamp of the head block.
  542. # TYPE prometheus_tsdb_head_max_time_seconds gauge
  543. prometheus_tsdb_head_max_time_seconds 1.619799919091e+09
  544. # HELP prometheus_tsdb_head_min_time Minimum time bound of the head block. The unit is decided by the library consumer.
  545. # TYPE prometheus_tsdb_head_min_time gauge
  546. prometheus_tsdb_head_min_time 1.6197912e+12
  547. # HELP prometheus_tsdb_head_min_time_seconds Minimum time bound of the head block.
  548. # TYPE prometheus_tsdb_head_min_time_seconds gauge
  549. prometheus_tsdb_head_min_time_seconds 1.6197912e+09
  550. # HELP prometheus_tsdb_head_samples_appended_total Total number of appended samples.
  551. # TYPE prometheus_tsdb_head_samples_appended_total counter
  552. prometheus_tsdb_head_samples_appended_total 3.80661335e+08
  553. # HELP prometheus_tsdb_head_series Total number of series in the head block.
  554. # TYPE prometheus_tsdb_head_series gauge
  555. prometheus_tsdb_head_series 475
  556. # HELP prometheus_tsdb_head_series_created_total Total number of series created in the head
  557. # TYPE prometheus_tsdb_head_series_created_total counter
  558. prometheus_tsdb_head_series_created_total 476
  559. # HELP prometheus_tsdb_head_series_not_found_total Total number of requests for series that were not found.
  560. # TYPE prometheus_tsdb_head_series_not_found_total counter
  561. prometheus_tsdb_head_series_not_found_total 0
  562. # HELP prometheus_tsdb_head_series_removed_total Total number of series removed in the head
  563. # TYPE prometheus_tsdb_head_series_removed_total counter
  564. prometheus_tsdb_head_series_removed_total 1
  565. # HELP prometheus_tsdb_head_truncations_failed_total Total number of head truncations that failed.
  566. # TYPE prometheus_tsdb_head_truncations_failed_total counter
  567. prometheus_tsdb_head_truncations_failed_total 0
  568. # HELP prometheus_tsdb_head_truncations_total Total number of head truncations attempted.
  569. # TYPE prometheus_tsdb_head_truncations_total counter
  570. prometheus_tsdb_head_truncations_total 561
  571. # HELP prometheus_tsdb_lowest_timestamp Lowest timestamp value stored in the database. The unit is decided by the library consumer.
  572. # TYPE prometheus_tsdb_lowest_timestamp gauge
  573. prometheus_tsdb_lowest_timestamp 1.6184448e+12
  574. # HELP prometheus_tsdb_lowest_timestamp_seconds Lowest timestamp value stored in the database.
  575. # TYPE prometheus_tsdb_lowest_timestamp_seconds gauge
  576. prometheus_tsdb_lowest_timestamp_seconds 1.6184448e+09
  577. # HELP prometheus_tsdb_reloads_failures_total Number of times the database failed to reload block data from disk.
  578. # TYPE prometheus_tsdb_reloads_failures_total counter
  579. prometheus_tsdb_reloads_failures_total 0
  580. # HELP prometheus_tsdb_reloads_total Number of times the database reloaded block data from disk.
  581. # TYPE prometheus_tsdb_reloads_total counter
  582. prometheus_tsdb_reloads_total 811
  583. # HELP prometheus_tsdb_size_retentions_total The number of times that blocks were deleted because the maximum number of bytes was exceeded.
  584. # TYPE prometheus_tsdb_size_retentions_total counter
  585. prometheus_tsdb_size_retentions_total 0
  586. # HELP prometheus_tsdb_storage_blocks_bytes_total The number of bytes that are currently used for local storage by all blocks.
  587. # TYPE prometheus_tsdb_storage_blocks_bytes_total gauge
  588. prometheus_tsdb_storage_blocks_bytes_total 1.87491631e+08
  589. # HELP prometheus_tsdb_symbol_table_size_bytes Size of symbol table on disk (in bytes)
  590. # TYPE prometheus_tsdb_symbol_table_size_bytes gauge
  591. prometheus_tsdb_symbol_table_size_bytes 264065
  592. # HELP prometheus_tsdb_time_retentions_total The number of times that blocks were deleted because the maximum time limit was exceeded.
  593. # TYPE prometheus_tsdb_time_retentions_total counter
  594. prometheus_tsdb_time_retentions_total 62
  595. # HELP prometheus_tsdb_tombstone_cleanup_seconds The time taken to recompact blocks to remove tombstones.
  596. # TYPE prometheus_tsdb_tombstone_cleanup_seconds histogram
  597. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.005"} 0
  598. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.01"} 0
  599. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.025"} 0
  600. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.05"} 0
  601. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.1"} 0
  602. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.25"} 0
  603. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="0.5"} 0
  604. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="1"} 0
  605. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="2.5"} 0
  606. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="5"} 0
  607. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="10"} 0
  608. prometheus_tsdb_tombstone_cleanup_seconds_bucket{le="+Inf"} 0
  609. prometheus_tsdb_tombstone_cleanup_seconds_sum 0
  610. prometheus_tsdb_tombstone_cleanup_seconds_count 0
  611. # HELP prometheus_tsdb_wal_completed_pages_total Total number of completed pages.
  612. # TYPE prometheus_tsdb_wal_completed_pages_total counter
  613. prometheus_tsdb_wal_completed_pages_total 127642
  614. # HELP prometheus_tsdb_wal_corruptions_total Total number of WAL corruptions.
  615. # TYPE prometheus_tsdb_wal_corruptions_total counter
  616. prometheus_tsdb_wal_corruptions_total 0
  617. # HELP prometheus_tsdb_wal_fsync_duration_seconds Duration of WAL fsync.
  618. # TYPE prometheus_tsdb_wal_fsync_duration_seconds summary
  619. prometheus_tsdb_wal_fsync_duration_seconds{quantile="0.5"} NaN
  620. prometheus_tsdb_wal_fsync_duration_seconds{quantile="0.9"} NaN
  621. prometheus_tsdb_wal_fsync_duration_seconds{quantile="0.99"} NaN
  622. prometheus_tsdb_wal_fsync_duration_seconds_sum 0.03931063900000001
  623. prometheus_tsdb_wal_fsync_duration_seconds_count 31
  624. # HELP prometheus_tsdb_wal_page_flushes_total Total number of page flushes.
  625. # TYPE prometheus_tsdb_wal_page_flushes_total counter
  626. prometheus_tsdb_wal_page_flushes_total 3.360383e+06
  627. # HELP prometheus_tsdb_wal_truncate_duration_seconds Duration of WAL truncation.
  628. # TYPE prometheus_tsdb_wal_truncate_duration_seconds summary
  629. prometheus_tsdb_wal_truncate_duration_seconds{quantile="0.5"} NaN
  630. prometheus_tsdb_wal_truncate_duration_seconds{quantile="0.9"} NaN
  631. prometheus_tsdb_wal_truncate_duration_seconds{quantile="0.99"} NaN
  632. prometheus_tsdb_wal_truncate_duration_seconds_sum 29.954711414000002
  633. prometheus_tsdb_wal_truncate_duration_seconds_count 16
  634. # HELP prometheus_tsdb_wal_truncations_failed_total Total number of WAL truncations that failed.
  635. # TYPE prometheus_tsdb_wal_truncations_failed_total counter
  636. prometheus_tsdb_wal_truncations_failed_total 0
  637. # HELP prometheus_tsdb_wal_truncations_total Total number of WAL truncations attempted.
  638. # TYPE prometheus_tsdb_wal_truncations_total counter
  639. prometheus_tsdb_wal_truncations_total 16
  640. # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
  641. # TYPE promhttp_metric_handler_requests_in_flight gauge
  642. promhttp_metric_handler_requests_in_flight 1
  643. # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
  644. # TYPE promhttp_metric_handler_requests_total counter
  645. promhttp_metric_handler_requests_total{code="200"} 8
  646. promhttp_metric_handler_requests_total{code="500"} 0
  647. promhttp_metric_handler_requests_total{code="503"} 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement