I'm testing https://github.com/justwatchcom/elasticsearch_exporter as an alternative to the diamond collector we have, example output from deployment-logstash2.
| 1 | # HELP elasticsearch_breakers_estimated_size_bytes Estimated size in bytes of breaker |
|---|---|
| 2 | # TYPE elasticsearch_breakers_estimated_size_bytes gauge |
| 3 | elasticsearch_breakers_estimated_size_bytes{breaker="fielddata",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 4 | elasticsearch_breakers_estimated_size_bytes{breaker="in_flight_requests",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 5 | elasticsearch_breakers_estimated_size_bytes{breaker="parent",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 6 | elasticsearch_breakers_estimated_size_bytes{breaker="request",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 7 | # HELP elasticsearch_breakers_limit_size_bytes Limit size in bytes for breaker |
| 8 | # TYPE elasticsearch_breakers_limit_size_bytes gauge |
| 9 | elasticsearch_breakers_limit_size_bytes{breaker="fielddata",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 3.087217459e+09 |
| 10 | elasticsearch_breakers_limit_size_bytes{breaker="in_flight_requests",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 5.145362432e+09 |
| 11 | elasticsearch_breakers_limit_size_bytes{breaker="parent",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 3.601753702e+09 |
| 12 | elasticsearch_breakers_limit_size_bytes{breaker="request",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 3.087217459e+09 |
| 13 | # HELP elasticsearch_breakers_tripped tripped for breaker |
| 14 | # TYPE elasticsearch_breakers_tripped gauge |
| 15 | elasticsearch_breakers_tripped{breaker="fielddata",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 16 | elasticsearch_breakers_tripped{breaker="in_flight_requests",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 17 | elasticsearch_breakers_tripped{breaker="parent",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 18 | elasticsearch_breakers_tripped{breaker="request",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 19 | # HELP elasticsearch_cluster_health_active_primary_shards Tthe number of primary shards in your cluster. This is an aggregate total across all indices. |
| 20 | # TYPE elasticsearch_cluster_health_active_primary_shards gauge |
| 21 | elasticsearch_cluster_health_active_primary_shards{cluster="labs-logstash-eqiad"} 42 |
| 22 | # HELP elasticsearch_cluster_health_active_shards Aggregate total of all shards across all indices, which includes replica shards. |
| 23 | # TYPE elasticsearch_cluster_health_active_shards gauge |
| 24 | elasticsearch_cluster_health_active_shards{cluster="labs-logstash-eqiad"} 42 |
| 25 | # HELP elasticsearch_cluster_health_delayed_unassigned_shards Shards delayed to reduce reallocation overhead |
| 26 | # TYPE elasticsearch_cluster_health_delayed_unassigned_shards gauge |
| 27 | elasticsearch_cluster_health_delayed_unassigned_shards{cluster="labs-logstash-eqiad"} 0 |
| 28 | # HELP elasticsearch_cluster_health_initializing_shards Count of shards that are being freshly created. |
| 29 | # TYPE elasticsearch_cluster_health_initializing_shards gauge |
| 30 | elasticsearch_cluster_health_initializing_shards{cluster="labs-logstash-eqiad"} 0 |
| 31 | # HELP elasticsearch_cluster_health_json_parse_failures Number of errors while parsing JSON. |
| 32 | # TYPE elasticsearch_cluster_health_json_parse_failures counter |
| 33 | elasticsearch_cluster_health_json_parse_failures 0 |
| 34 | # HELP elasticsearch_cluster_health_number_of_data_nodes Number of data nodes in the cluster. |
| 35 | # TYPE elasticsearch_cluster_health_number_of_data_nodes gauge |
| 36 | elasticsearch_cluster_health_number_of_data_nodes{cluster="labs-logstash-eqiad"} 1 |
| 37 | # HELP elasticsearch_cluster_health_number_of_in_flight_fetch The number of ongoing shard info requests. |
| 38 | # TYPE elasticsearch_cluster_health_number_of_in_flight_fetch gauge |
| 39 | elasticsearch_cluster_health_number_of_in_flight_fetch{cluster="labs-logstash-eqiad"} 0 |
| 40 | # HELP elasticsearch_cluster_health_number_of_nodes Number of nodes in the cluster. |
| 41 | # TYPE elasticsearch_cluster_health_number_of_nodes gauge |
| 42 | elasticsearch_cluster_health_number_of_nodes{cluster="labs-logstash-eqiad"} 1 |
| 43 | # HELP elasticsearch_cluster_health_number_of_pending_tasks Cluster level changes which have not yet been executed |
| 44 | # TYPE elasticsearch_cluster_health_number_of_pending_tasks gauge |
| 45 | elasticsearch_cluster_health_number_of_pending_tasks{cluster="labs-logstash-eqiad"} 0 |
| 46 | # HELP elasticsearch_cluster_health_relocating_shards The number of shards that are currently moving from one node to another node. |
| 47 | # TYPE elasticsearch_cluster_health_relocating_shards gauge |
| 48 | elasticsearch_cluster_health_relocating_shards{cluster="labs-logstash-eqiad"} 0 |
| 49 | # HELP elasticsearch_cluster_health_status Whether all primary and replica shards are allocated. |
| 50 | # TYPE elasticsearch_cluster_health_status gauge |
| 51 | elasticsearch_cluster_health_status{cluster="labs-logstash-eqiad",color="green"} 0 |
| 52 | elasticsearch_cluster_health_status{cluster="labs-logstash-eqiad",color="red"} 0 |
| 53 | elasticsearch_cluster_health_status{cluster="labs-logstash-eqiad",color="yellow"} 1 |
| 54 | # HELP elasticsearch_cluster_health_timed_out Number of cluster health checks timed out |
| 55 | # TYPE elasticsearch_cluster_health_timed_out gauge |
| 56 | elasticsearch_cluster_health_timed_out{cluster="labs-logstash-eqiad"} 0 |
| 57 | # HELP elasticsearch_cluster_health_total_scrapes Current total ElasticSearch cluster health scrapes. |
| 58 | # TYPE elasticsearch_cluster_health_total_scrapes counter |
| 59 | elasticsearch_cluster_health_total_scrapes 3 |
| 60 | # HELP elasticsearch_cluster_health_unassigned_shards The number of shards that exist in the cluster state, but cannot be found in the cluster itself. |
| 61 | # TYPE elasticsearch_cluster_health_unassigned_shards gauge |
| 62 | elasticsearch_cluster_health_unassigned_shards{cluster="labs-logstash-eqiad"} 72 |
| 63 | # HELP elasticsearch_cluster_health_up Was the last scrape of the ElasticSearch cluster health endpoint successful. |
| 64 | # TYPE elasticsearch_cluster_health_up gauge |
| 65 | elasticsearch_cluster_health_up 1 |
| 66 | # HELP elasticsearch_filesystem_data_available_bytes Available space on block device in bytes |
| 67 | # TYPE elasticsearch_filesystem_data_available_bytes gauge |
| 68 | elasticsearch_filesystem_data_available_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",mount="/srv (/dev/mapper/vd-second--local--disk)",name="deployment-logstash2",path="/srv/elasticsearch/labs-logstash-eqiad/nodes/0"} 6.7750191104e+10 |
| 69 | # HELP elasticsearch_filesystem_data_free_bytes Free space on block device in bytes |
| 70 | # TYPE elasticsearch_filesystem_data_free_bytes gauge |
| 71 | elasticsearch_filesystem_data_free_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",mount="/srv (/dev/mapper/vd-second--local--disk)",name="deployment-logstash2",path="/srv/elasticsearch/labs-logstash-eqiad/nodes/0"} 7.530979328e+10 |
| 72 | # HELP elasticsearch_filesystem_data_size_bytes Size of block device in bytes |
| 73 | # TYPE elasticsearch_filesystem_data_size_bytes gauge |
| 74 | elasticsearch_filesystem_data_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",mount="/srv (/dev/mapper/vd-second--local--disk)",name="deployment-logstash2",path="/srv/elasticsearch/labs-logstash-eqiad/nodes/0"} 1.48355293184e+11 |
| 75 | # HELP elasticsearch_indices_docs Count of documents on this node |
| 76 | # TYPE elasticsearch_indices_docs gauge |
| 77 | elasticsearch_indices_docs{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.51419768e+08 |
| 78 | # HELP elasticsearch_indices_docs_deleted Count of deleted documents on this node |
| 79 | # TYPE elasticsearch_indices_docs_deleted gauge |
| 80 | elasticsearch_indices_docs_deleted{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 5 |
| 81 | # HELP elasticsearch_indices_fielddata_evictions Evictions from field data |
| 82 | # TYPE elasticsearch_indices_fielddata_evictions counter |
| 83 | elasticsearch_indices_fielddata_evictions{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 84 | # HELP elasticsearch_indices_fielddata_memory_size_bytes Field data cache memory usage in bytes |
| 85 | # TYPE elasticsearch_indices_fielddata_memory_size_bytes gauge |
| 86 | elasticsearch_indices_fielddata_memory_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 87 | # HELP elasticsearch_indices_filter_cache_evictions Evictions from filter cache |
| 88 | # TYPE elasticsearch_indices_filter_cache_evictions counter |
| 89 | elasticsearch_indices_filter_cache_evictions{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 90 | # HELP elasticsearch_indices_filter_cache_memory_size_bytes Filter cache memory usage in bytes |
| 91 | # TYPE elasticsearch_indices_filter_cache_memory_size_bytes gauge |
| 92 | elasticsearch_indices_filter_cache_memory_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 93 | # HELP elasticsearch_indices_flush_time_seconds Cumulative flush time in seconds |
| 94 | # TYPE elasticsearch_indices_flush_time_seconds counter |
| 95 | elasticsearch_indices_flush_time_seconds{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 71 |
| 96 | # HELP elasticsearch_indices_flush_total Total flushes |
| 97 | # TYPE elasticsearch_indices_flush_total counter |
| 98 | elasticsearch_indices_flush_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 295 |
| 99 | # HELP elasticsearch_indices_get_exists_time_seconds Total time get exists in seconds |
| 100 | # TYPE elasticsearch_indices_get_exists_time_seconds counter |
| 101 | elasticsearch_indices_get_exists_time_seconds{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 102 | # HELP elasticsearch_indices_get_exists_total Total get exists operations |
| 103 | # TYPE elasticsearch_indices_get_exists_total counter |
| 104 | elasticsearch_indices_get_exists_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 2070 |
| 105 | # HELP elasticsearch_indices_get_missing_time_seconds Total time of get missing in seconds |
| 106 | # TYPE elasticsearch_indices_get_missing_time_seconds counter |
| 107 | elasticsearch_indices_get_missing_time_seconds{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 108 | # HELP elasticsearch_indices_get_missing_total Total get missing |
| 109 | # TYPE elasticsearch_indices_get_missing_total counter |
| 110 | elasticsearch_indices_get_missing_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 11 |
| 111 | # HELP elasticsearch_indices_get_time_seconds Total get time in seconds |
| 112 | # TYPE elasticsearch_indices_get_time_seconds counter |
| 113 | elasticsearch_indices_get_time_seconds{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 114 | # HELP elasticsearch_indices_get_total Total get |
| 115 | # TYPE elasticsearch_indices_get_total counter |
| 116 | elasticsearch_indices_get_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 2081 |
| 117 | # HELP elasticsearch_indices_indexing_delete_time_seconds_total Total time indexing delete in seconds |
| 118 | # TYPE elasticsearch_indices_indexing_delete_time_seconds_total counter |
| 119 | elasticsearch_indices_indexing_delete_time_seconds_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 120 | # HELP elasticsearch_indices_indexing_delete_total Total indexing deletes |
| 121 | # TYPE elasticsearch_indices_indexing_delete_total counter |
| 122 | elasticsearch_indices_indexing_delete_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 73 |
| 123 | # HELP elasticsearch_indices_indexing_index_time_seconds_total Total index calls |
| 124 | # TYPE elasticsearch_indices_indexing_index_time_seconds_total counter |
| 125 | elasticsearch_indices_indexing_index_time_seconds_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 61508 |
| 126 | # HELP elasticsearch_indices_indexing_index_total Cumulative index time in seconds |
| 127 | # TYPE elasticsearch_indices_indexing_index_total counter |
| 128 | elasticsearch_indices_indexing_index_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.49285547e+08 |
| 129 | # HELP elasticsearch_indices_merges_docs_total Cumulative docs merged |
| 130 | # TYPE elasticsearch_indices_merges_docs_total counter |
| 131 | elasticsearch_indices_merges_docs_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 7.82369423e+08 |
| 132 | # HELP elasticsearch_indices_merges_total Total merges |
| 133 | # TYPE elasticsearch_indices_merges_total counter |
| 134 | elasticsearch_indices_merges_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 57445 |
| 135 | # HELP elasticsearch_indices_merges_total_size_bytes_total Total merge size in bytes |
| 136 | # TYPE elasticsearch_indices_merges_total_size_bytes_total counter |
| 137 | elasticsearch_indices_merges_total_size_bytes_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 4.1708001883e+11 |
| 138 | # HELP elasticsearch_indices_merges_total_time_seconds_total Total time spent merging in seconds |
| 139 | # TYPE elasticsearch_indices_merges_total_time_seconds_total counter |
| 140 | elasticsearch_indices_merges_total_time_seconds_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 68130 |
| 141 | # HELP elasticsearch_indices_query_cache_evictions Evictions from query cache |
| 142 | # TYPE elasticsearch_indices_query_cache_evictions counter |
| 143 | elasticsearch_indices_query_cache_evictions{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 13858 |
| 144 | # HELP elasticsearch_indices_query_cache_memory_size_bytes Query cache memory usage in bytes |
| 145 | # TYPE elasticsearch_indices_query_cache_memory_size_bytes gauge |
| 146 | elasticsearch_indices_query_cache_memory_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 8.111796e+07 |
| 147 | # HELP elasticsearch_indices_refresh_time_seconds_total Total refreshes |
| 148 | # TYPE elasticsearch_indices_refresh_time_seconds_total counter |
| 149 | elasticsearch_indices_refresh_time_seconds_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 18392 |
| 150 | # HELP elasticsearch_indices_refresh_total Total time spent refreshing in seconds |
| 151 | # TYPE elasticsearch_indices_refresh_total counter |
| 152 | elasticsearch_indices_refresh_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 517508 |
| 153 | # HELP elasticsearch_indices_request_cache_evictions Evictions from request cache |
| 154 | # TYPE elasticsearch_indices_request_cache_evictions counter |
| 155 | elasticsearch_indices_request_cache_evictions{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 156 | # HELP elasticsearch_indices_request_cache_memory_size_bytes Request cache memory usage in bytes |
| 157 | # TYPE elasticsearch_indices_request_cache_memory_size_bytes gauge |
| 158 | elasticsearch_indices_request_cache_memory_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.024764e+07 |
| 159 | # HELP elasticsearch_indices_search_fetch_time_seconds Total search fetch time in seconds |
| 160 | # TYPE elasticsearch_indices_search_fetch_time_seconds counter |
| 161 | elasticsearch_indices_search_fetch_time_seconds{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 865 |
| 162 | # HELP elasticsearch_indices_search_fetch_total Total number of fetches |
| 163 | # TYPE elasticsearch_indices_search_fetch_total counter |
| 164 | elasticsearch_indices_search_fetch_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.038091e+06 |
| 165 | # HELP elasticsearch_indices_search_query_time_seconds Total search query time in seconds |
| 166 | # TYPE elasticsearch_indices_search_query_time_seconds counter |
| 167 | elasticsearch_indices_search_query_time_seconds{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 567 |
| 168 | # HELP elasticsearch_indices_search_query_total Total number of queries |
| 169 | # TYPE elasticsearch_indices_search_query_total counter |
| 170 | elasticsearch_indices_search_query_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.177098e+06 |
| 171 | # HELP elasticsearch_indices_segments_count Count of index segments on this node |
| 172 | # TYPE elasticsearch_indices_segments_count gauge |
| 173 | elasticsearch_indices_segments_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 85 |
| 174 | # HELP elasticsearch_indices_segments_memory_bytes Current memory size of segments in bytes |
| 175 | # TYPE elasticsearch_indices_segments_memory_bytes gauge |
| 176 | elasticsearch_indices_segments_memory_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 2.85187717e+08 |
| 177 | # HELP elasticsearch_indices_store_size_bytes Current size of stored index data in bytes |
| 178 | # TYPE elasticsearch_indices_store_size_bytes gauge |
| 179 | elasticsearch_indices_store_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 7.280255942e+10 |
| 180 | # HELP elasticsearch_indices_store_throttle_time_seconds_total Throttle time for index store in seconds |
| 181 | # TYPE elasticsearch_indices_store_throttle_time_seconds_total counter |
| 182 | elasticsearch_indices_store_throttle_time_seconds_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 183 | # HELP elasticsearch_indices_translog_operations Total translog operations |
| 184 | # TYPE elasticsearch_indices_translog_operations counter |
| 185 | elasticsearch_indices_translog_operations{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 65766 |
| 186 | # HELP elasticsearch_indices_translog_size_in_bytes Total translog size in bytes |
| 187 | # TYPE elasticsearch_indices_translog_size_in_bytes counter |
| 188 | elasticsearch_indices_translog_size_in_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 4.7832211e+07 |
| 189 | # HELP elasticsearch_jvm_gc_collection_seconds_count Count of JVM GC runs |
| 190 | # TYPE elasticsearch_jvm_gc_collection_seconds_count counter |
| 191 | elasticsearch_jvm_gc_collection_seconds_count{cluster="labs-logstash-eqiad",gc="old",host="10.68.16.147",name="deployment-logstash2"} 4 |
| 192 | elasticsearch_jvm_gc_collection_seconds_count{cluster="labs-logstash-eqiad",gc="young",host="10.68.16.147",name="deployment-logstash2"} 16388 |
| 193 | # HELP elasticsearch_jvm_gc_collection_seconds_sum GC run time in seconds |
| 194 | # TYPE elasticsearch_jvm_gc_collection_seconds_sum counter |
| 195 | elasticsearch_jvm_gc_collection_seconds_sum{cluster="labs-logstash-eqiad",gc="old",host="10.68.16.147",name="deployment-logstash2"} 1 |
| 196 | elasticsearch_jvm_gc_collection_seconds_sum{cluster="labs-logstash-eqiad",gc="young",host="10.68.16.147",name="deployment-logstash2"} 607 |
| 197 | # HELP elasticsearch_jvm_memory_committed_bytes JVM memory currently committed by area |
| 198 | # TYPE elasticsearch_jvm_memory_committed_bytes gauge |
| 199 | elasticsearch_jvm_memory_committed_bytes{area="heap",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 5.351931904e+09 |
| 200 | elasticsearch_jvm_memory_committed_bytes{area="non-heap",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.46210816e+08 |
| 201 | # HELP elasticsearch_jvm_memory_max_bytes JVM memory max |
| 202 | # TYPE elasticsearch_jvm_memory_max_bytes gauge |
| 203 | elasticsearch_jvm_memory_max_bytes{area="heap",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 5.351931904e+09 |
| 204 | # HELP elasticsearch_jvm_memory_used_bytes JVM memory currently used by area |
| 205 | # TYPE elasticsearch_jvm_memory_used_bytes gauge |
| 206 | elasticsearch_jvm_memory_used_bytes{area="heap",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 3.806239808e+09 |
| 207 | elasticsearch_jvm_memory_used_bytes{area="non-heap",cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 1.39041656e+08 |
| 208 | # HELP elasticsearch_node_stats_json_parse_failures Number of errors while parsing JSON. |
| 209 | # TYPE elasticsearch_node_stats_json_parse_failures counter |
| 210 | elasticsearch_node_stats_json_parse_failures 0 |
| 211 | # HELP elasticsearch_node_stats_total_scrapes Current total ElasticSearch node scrapes. |
| 212 | # TYPE elasticsearch_node_stats_total_scrapes counter |
| 213 | elasticsearch_node_stats_total_scrapes 3 |
| 214 | # HELP elasticsearch_node_stats_up Was the last scrape of the ElasticSearch nodes endpoint successful. |
| 215 | # TYPE elasticsearch_node_stats_up gauge |
| 216 | elasticsearch_node_stats_up 1 |
| 217 | # HELP elasticsearch_process_cpu_percent Percent CPU used by process |
| 218 | # TYPE elasticsearch_process_cpu_percent gauge |
| 219 | elasticsearch_process_cpu_percent{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 220 | # HELP elasticsearch_process_cpu_time_seconds_sum Process CPU time in seconds |
| 221 | # TYPE elasticsearch_process_cpu_time_seconds_sum counter |
| 222 | elasticsearch_process_cpu_time_seconds_sum{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="sys"} 0 |
| 223 | elasticsearch_process_cpu_time_seconds_sum{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="total"} 211083 |
| 224 | elasticsearch_process_cpu_time_seconds_sum{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="user"} 0 |
| 225 | # HELP elasticsearch_process_mem_resident_size_bytes Resident memory in use by process in bytes |
| 226 | # TYPE elasticsearch_process_mem_resident_size_bytes gauge |
| 227 | elasticsearch_process_mem_resident_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 228 | # HELP elasticsearch_process_mem_share_size_bytes Shared memory in use by process in bytes |
| 229 | # TYPE elasticsearch_process_mem_share_size_bytes gauge |
| 230 | elasticsearch_process_mem_share_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 231 | # HELP elasticsearch_process_mem_virtual_size_bytes Total virtual memory used in bytes |
| 232 | # TYPE elasticsearch_process_mem_virtual_size_bytes gauge |
| 233 | elasticsearch_process_mem_virtual_size_bytes{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 8.4163043328e+10 |
| 234 | # HELP elasticsearch_process_open_files_count Open file descriptors |
| 235 | # TYPE elasticsearch_process_open_files_count gauge |
| 236 | elasticsearch_process_open_files_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 352 |
| 237 | # HELP elasticsearch_thread_pool_active_count Thread Pool threads active |
| 238 | # TYPE elasticsearch_thread_pool_active_count gauge |
| 239 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="bulk"} 0 |
| 240 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_started"} 0 |
| 241 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_store"} 0 |
| 242 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="flush"} 0 |
| 243 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="force_merge"} 0 |
| 244 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="generic"} 0 |
| 245 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="get"} 0 |
| 246 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="index"} 0 |
| 247 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="listener"} 0 |
| 248 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="management"} 1 |
| 249 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="refresh"} 0 |
| 250 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="search"} 0 |
| 251 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="snapshot"} 0 |
| 252 | elasticsearch_thread_pool_active_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="warmer"} 0 |
| 253 | # HELP elasticsearch_thread_pool_completed_count Thread Pool operations completed |
| 254 | # TYPE elasticsearch_thread_pool_completed_count counter |
| 255 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="bulk"} 2.1300098e+07 |
| 256 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_started"} 42 |
| 257 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_store"} 0 |
| 258 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="flush"} 435 |
| 259 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="force_merge"} 30 |
| 260 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="generic"} 260537 |
| 261 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="get"} 1018 |
| 262 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="index"} 43 |
| 263 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="listener"} 0 |
| 264 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="management"} 2.350606e+06 |
| 265 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="refresh"} 1.6937872e+07 |
| 266 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="search"} 2.220301e+06 |
| 267 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="snapshot"} 0 |
| 268 | elasticsearch_thread_pool_completed_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="warmer"} 517679 |
| 269 | # HELP elasticsearch_thread_pool_largest_count Thread Pool largest threads count |
| 270 | # TYPE elasticsearch_thread_pool_largest_count gauge |
| 271 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="bulk"} 8 |
| 272 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_started"} 16 |
| 273 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_store"} 0 |
| 274 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="flush"} 4 |
| 275 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="force_merge"} 1 |
| 276 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="generic"} 4 |
| 277 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="get"} 8 |
| 278 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="index"} 8 |
| 279 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="listener"} 0 |
| 280 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="management"} 5 |
| 281 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="refresh"} 4 |
| 282 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="search"} 13 |
| 283 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="snapshot"} 0 |
| 284 | elasticsearch_thread_pool_largest_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="warmer"} 3 |
| 285 | # HELP elasticsearch_thread_pool_queue_count Thread Pool operations queued |
| 286 | # TYPE elasticsearch_thread_pool_queue_count gauge |
| 287 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="bulk"} 0 |
| 288 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_started"} 0 |
| 289 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_store"} 0 |
| 290 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="flush"} 0 |
| 291 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="force_merge"} 0 |
| 292 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="generic"} 0 |
| 293 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="get"} 0 |
| 294 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="index"} 0 |
| 295 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="listener"} 0 |
| 296 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="management"} 0 |
| 297 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="refresh"} 0 |
| 298 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="search"} 0 |
| 299 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="snapshot"} 0 |
| 300 | elasticsearch_thread_pool_queue_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="warmer"} 0 |
| 301 | # HELP elasticsearch_thread_pool_rejected_count Thread Pool operations rejected |
| 302 | # TYPE elasticsearch_thread_pool_rejected_count counter |
| 303 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="bulk"} 0 |
| 304 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_started"} 0 |
| 305 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_store"} 0 |
| 306 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="flush"} 0 |
| 307 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="force_merge"} 0 |
| 308 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="generic"} 0 |
| 309 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="get"} 0 |
| 310 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="index"} 0 |
| 311 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="listener"} 0 |
| 312 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="management"} 0 |
| 313 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="refresh"} 0 |
| 314 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="search"} 0 |
| 315 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="snapshot"} 0 |
| 316 | elasticsearch_thread_pool_rejected_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="warmer"} 0 |
| 317 | # HELP elasticsearch_thread_pool_threads_count Thread Pool current threads count |
| 318 | # TYPE elasticsearch_thread_pool_threads_count gauge |
| 319 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="bulk"} 8 |
| 320 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_started"} 1 |
| 321 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="fetch_shard_store"} 0 |
| 322 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="flush"} 1 |
| 323 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="force_merge"} 1 |
| 324 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="generic"} 4 |
| 325 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="get"} 8 |
| 326 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="index"} 8 |
| 327 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="listener"} 0 |
| 328 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="management"} 5 |
| 329 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="refresh"} 4 |
| 330 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="search"} 13 |
| 331 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="snapshot"} 0 |
| 332 | elasticsearch_thread_pool_threads_count{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2",type="warmer"} 3 |
| 333 | # HELP elasticsearch_transport_rx_packets_total Count of packets received |
| 334 | # TYPE elasticsearch_transport_rx_packets_total counter |
| 335 | elasticsearch_transport_rx_packets_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 336 | # HELP elasticsearch_transport_rx_size_bytes_total Total number of bytes received |
| 337 | # TYPE elasticsearch_transport_rx_size_bytes_total counter |
| 338 | elasticsearch_transport_rx_size_bytes_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 339 | # HELP elasticsearch_transport_tx_packets_total Count of packets sent |
| 340 | # TYPE elasticsearch_transport_tx_packets_total counter |
| 341 | elasticsearch_transport_tx_packets_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 342 | # HELP elasticsearch_transport_tx_size_bytes_total Total number of bytes sent |
| 343 | # TYPE elasticsearch_transport_tx_size_bytes_total counter |
| 344 | elasticsearch_transport_tx_size_bytes_total{cluster="labs-logstash-eqiad",host="10.68.16.147",name="deployment-logstash2"} 0 |
| 345 | # HELP go_gc_duration_seconds A summary of the GC invocation durations. |
| 346 | # TYPE go_gc_duration_seconds summary |
| 347 | go_gc_duration_seconds{quantile="0"} 0 |
| 348 | go_gc_duration_seconds{quantile="0.25"} 0 |
| 349 | go_gc_duration_seconds{quantile="0.5"} 0 |
| 350 | go_gc_duration_seconds{quantile="0.75"} 0 |
| 351 | go_gc_duration_seconds{quantile="1"} 0 |
| 352 | go_gc_duration_seconds_sum 0 |
| 353 | go_gc_duration_seconds_count 0 |
| 354 | # HELP go_goroutines Number of goroutines that currently exist. |
| 355 | # TYPE go_goroutines gauge |
| 356 | go_goroutines 16 |
| 357 | # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. |
| 358 | # TYPE go_memstats_alloc_bytes gauge |
| 359 | go_memstats_alloc_bytes 2.225704e+06 |
| 360 | # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. |
| 361 | # TYPE go_memstats_alloc_bytes_total counter |
| 362 | go_memstats_alloc_bytes_total 2.225704e+06 |
| 363 | # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. |
| 364 | # TYPE go_memstats_buck_hash_sys_bytes gauge |
| 365 | go_memstats_buck_hash_sys_bytes 1.444605e+06 |
| 366 | # HELP go_memstats_frees_total Total number of frees. |
| 367 | # TYPE go_memstats_frees_total counter |
| 368 | go_memstats_frees_total 3614 |
| 369 | # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. |
| 370 | # TYPE go_memstats_gc_sys_bytes gauge |
| 371 | go_memstats_gc_sys_bytes 202752 |
| 372 | # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. |
| 373 | # TYPE go_memstats_heap_alloc_bytes gauge |
| 374 | go_memstats_heap_alloc_bytes 2.225704e+06 |
| 375 | # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. |
| 376 | # TYPE go_memstats_heap_idle_bytes gauge |
| 377 | go_memstats_heap_idle_bytes 245760 |
| 378 | # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. |
| 379 | # TYPE go_memstats_heap_inuse_bytes gauge |
| 380 | go_memstats_heap_inuse_bytes 3.391488e+06 |
| 381 | # HELP go_memstats_heap_objects Number of allocated objects. |
| 382 | # TYPE go_memstats_heap_objects gauge |
| 383 | go_memstats_heap_objects 22705 |
| 384 | # HELP go_memstats_heap_released_bytes_total Total number of heap bytes released to OS. |
| 385 | # TYPE go_memstats_heap_released_bytes_total counter |
| 386 | go_memstats_heap_released_bytes_total 0 |
| 387 | # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. |
| 388 | # TYPE go_memstats_heap_sys_bytes gauge |
| 389 | go_memstats_heap_sys_bytes 3.637248e+06 |
| 390 | # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. |
| 391 | # TYPE go_memstats_last_gc_time_seconds gauge |
| 392 | go_memstats_last_gc_time_seconds 0 |
| 393 | # HELP go_memstats_lookups_total Total number of pointer lookups. |
| 394 | # TYPE go_memstats_lookups_total counter |
| 395 | go_memstats_lookups_total 45 |
| 396 | # HELP go_memstats_mallocs_total Total number of mallocs. |
| 397 | # TYPE go_memstats_mallocs_total counter |
| 398 | go_memstats_mallocs_total 26319 |
| 399 | # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. |
| 400 | # TYPE go_memstats_mcache_inuse_bytes gauge |
| 401 | go_memstats_mcache_inuse_bytes 13888 |
| 402 | # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. |
| 403 | # TYPE go_memstats_mcache_sys_bytes gauge |
| 404 | go_memstats_mcache_sys_bytes 16384 |
| 405 | # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. |
| 406 | # TYPE go_memstats_mspan_inuse_bytes gauge |
| 407 | go_memstats_mspan_inuse_bytes 49704 |
| 408 | # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. |
| 409 | # TYPE go_memstats_mspan_sys_bytes gauge |
| 410 | go_memstats_mspan_sys_bytes 65536 |
| 411 | # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. |
| 412 | # TYPE go_memstats_next_gc_bytes gauge |
| 413 | go_memstats_next_gc_bytes 4.473924e+06 |
| 414 | # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. |
| 415 | # TYPE go_memstats_other_sys_bytes gauge |
| 416 | go_memstats_other_sys_bytes 1.549819e+06 |
| 417 | # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. |
| 418 | # TYPE go_memstats_stack_inuse_bytes gauge |
| 419 | go_memstats_stack_inuse_bytes 557056 |
| 420 | # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. |
| 421 | # TYPE go_memstats_stack_sys_bytes gauge |
| 422 | go_memstats_stack_sys_bytes 557056 |
| 423 | # HELP go_memstats_sys_bytes Number of bytes obtained by system. Sum of all system allocations. |
| 424 | # TYPE go_memstats_sys_bytes gauge |
| 425 | go_memstats_sys_bytes 7.4734e+06 |
| 426 | # HELP http_request_duration_microseconds The HTTP request latencies in microseconds. |
| 427 | # TYPE http_request_duration_microseconds summary |
| 428 | http_request_duration_microseconds{handler="prometheus",quantile="0.5"} 43769.45 |
| 429 | http_request_duration_microseconds{handler="prometheus",quantile="0.9"} 86554.334 |
| 430 | http_request_duration_microseconds{handler="prometheus",quantile="0.99"} 86554.334 |
| 431 | http_request_duration_microseconds_sum{handler="prometheus"} 130323.784 |
| 432 | http_request_duration_microseconds_count{handler="prometheus"} 2 |
| 433 | # HELP http_request_size_bytes The HTTP request sizes in bytes. |
| 434 | # TYPE http_request_size_bytes summary |
| 435 | http_request_size_bytes{handler="prometheus",quantile="0.5"} 63 |
| 436 | http_request_size_bytes{handler="prometheus",quantile="0.9"} 63 |
| 437 | http_request_size_bytes{handler="prometheus",quantile="0.99"} 63 |
| 438 | http_request_size_bytes_sum{handler="prometheus"} 126 |
| 439 | http_request_size_bytes_count{handler="prometheus"} 2 |
| 440 | # HELP http_requests_total Total number of HTTP requests made. |
| 441 | # TYPE http_requests_total counter |
| 442 | http_requests_total{code="200",handler="prometheus",method="get"} 2 |
| 443 | # HELP http_response_size_bytes The HTTP response sizes in bytes. |
| 444 | # TYPE http_response_size_bytes summary |
| 445 | http_response_size_bytes{handler="prometheus",quantile="0.5"} 41416 |
| 446 | http_response_size_bytes{handler="prometheus",quantile="0.9"} 41630 |
| 447 | http_response_size_bytes{handler="prometheus",quantile="0.99"} 41630 |
| 448 | http_response_size_bytes_sum{handler="prometheus"} 83046 |
| 449 | http_response_size_bytes_count{handler="prometheus"} 2 |
| 450 | # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. |
| 451 | # TYPE process_cpu_seconds_total counter |
| 452 | process_cpu_seconds_total 0.03 |
| 453 | # HELP process_max_fds Maximum number of open file descriptors. |
| 454 | # TYPE process_max_fds gauge |
| 455 | process_max_fds 1024 |
| 456 | # HELP process_open_fds Number of open file descriptors. |
| 457 | # TYPE process_open_fds gauge |
| 458 | process_open_fds 9 |
| 459 | # HELP process_resident_memory_bytes Resident memory size in bytes. |
| 460 | # TYPE process_resident_memory_bytes gauge |
| 461 | process_resident_memory_bytes 8.482816e+06 |
| 462 | # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. |
| 463 | # TYPE process_start_time_seconds gauge |
| 464 | process_start_time_seconds 1.51196497511e+09 |
| 465 | # HELP process_virtual_memory_bytes Virtual memory size in bytes. |
| 466 | # TYPE process_virtual_memory_bytes gauge |
| 467 | process_virtual_memory_bytes 2.9872128e+08 |