Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1406065 Details for
Bug 1508496
Connection refused error when accessing hawkular-cassandra and hawkular-metrics prometheus metrics interface
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
issue is fixed
BZ_1508496.txt (text/plain), 49.46 KB, created by
Junqi Zhao
on 2018-03-09 02:06:24 UTC
(
hide
)
Description:
issue is fixed
Filename:
MIME Type:
Creator:
Junqi Zhao
Created:
2018-03-09 02:06:24 UTC
Size:
49.46 KB
patch
obsolete
># oc get po -o wide >NAME READY STATUS RESTARTS AGE IP NODE >hawkular-cassandra-1-r5mgb 1/1 Running 0 57m 10.129.0.23 172.16.120.34 >hawkular-metrics-7s2n7 1/1 Running 0 57m 10.128.0.28 172.16.120.53 >heapster-nslc8 1/1 Running 0 57m 10.128.0.29 172.16.120.53 >*************************************************************************************************** ># curl http://10.129.0.23:7575/metrics ># HELP jvm_memory_bytes_used Used bytes of a given JVM memory area. ># TYPE jvm_memory_bytes_used gauge >jvm_memory_bytes_used{area="heap",} 6.43018944E8 >jvm_memory_bytes_used{area="nonheap",} 8.5201664E7 ># HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_committed gauge >jvm_memory_bytes_committed{area="heap",} 9.67114752E8 >jvm_memory_bytes_committed{area="nonheap",} 8.730624E7 ># HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_max gauge >jvm_memory_bytes_max{area="heap",} 9.67114752E8 >jvm_memory_bytes_max{area="nonheap",} -1.0 ># HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_used gauge >jvm_memory_pool_bytes_used{pool="Code Cache",} 3.5970752E7 >jvm_memory_pool_bytes_used{pool="Metaspace",} 4.4521864E7 >jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 4709048.0 >jvm_memory_pool_bytes_used{pool="Par Eden Space",} 1.4714368E8 >jvm_memory_pool_bytes_used{pool="Par Survivor Space",} 3.3226752E7 >jvm_memory_pool_bytes_used{pool="CMS Old Gen",} 4.62648512E8 ># HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_committed gauge >jvm_memory_pool_bytes_committed{pool="Code Cache",} 3.6306944E7 >jvm_memory_pool_bytes_committed{pool="Metaspace",} 4.5940736E7 >jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 5058560.0 >jvm_memory_pool_bytes_committed{pool="Par Eden Space",} 2.65945088E8 >jvm_memory_pool_bytes_committed{pool="Par Survivor Space",} 3.3226752E7 >jvm_memory_pool_bytes_committed{pool="CMS Old Gen",} 6.67942912E8 ># HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_max gauge >jvm_memory_pool_bytes_max{pool="Code Cache",} 2.5165824E8 >jvm_memory_pool_bytes_max{pool="Metaspace",} -1.0 >jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9 >jvm_memory_pool_bytes_max{pool="Par Eden Space",} 2.65945088E8 >jvm_memory_pool_bytes_max{pool="Par Survivor Space",} 3.3226752E7 >jvm_memory_pool_bytes_max{pool="CMS Old Gen",} 6.67942912E8 ># HELP org_apache_cassandra_metrics_DroppedMessage_Count Attribute exposed for management (org.apache.cassandra.metrics<type=DroppedMessage, scope=MUTATION, name=Dropped><>Count) ># TYPE org_apache_cassandra_metrics_DroppedMessage_Count untyped >org_apache_cassandra_metrics_DroppedMessage_Count{scope="MUTATION",name="Dropped",} 0.0 >org_apache_cassandra_metrics_DroppedMessage_Count{scope="READ",name="Dropped",} 0.0 >org_apache_cassandra_metrics_DroppedMessage_Count{scope="RANGE_SLICE",name="Dropped",} 0.0 >org_apache_cassandra_metrics_DroppedMessage_Count{scope="PAGED_RANGE",name="Dropped",} 0.0 ># HELP org_apache_cassandra_metrics_ClientRequest_Count Attribute exposed for management (org.apache.cassandra.metrics<type=ClientRequest, scope=RangeSlice, name=Failures><>Count) ># TYPE org_apache_cassandra_metrics_ClientRequest_Count untyped >org_apache_cassandra_metrics_ClientRequest_Count{scope="RangeSlice",name="Failures",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Read",name="Unavailables",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Write",name="Unavailables",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Write",name="Timeouts",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="RangeSlice",name="Unavailables",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Write",name="Failures",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Read",name="Failures",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="RangeSlice",name="Timeouts",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Read",name="Timeouts",} 0.0 ># HELP jmx_scrape_duration_seconds Time this JMX scrape took, in seconds. ># TYPE jmx_scrape_duration_seconds gauge >jmx_scrape_duration_seconds 0.052046253 ># HELP jmx_scrape_error Non-zero if this scrape failed. ># TYPE jmx_scrape_error gauge >jmx_scrape_error 0.0 ># HELP jmx_config_reload_failure_total Number of times configuration have failed to be reloaded. ># TYPE jmx_config_reload_failure_total counter >jmx_config_reload_failure_total 0.0 ># HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. ># TYPE process_cpu_seconds_total counter >process_cpu_seconds_total 95.05 ># HELP process_start_time_seconds Start time of the process since unix epoch in seconds. ># TYPE process_start_time_seconds gauge >process_start_time_seconds 1.520557044942E9 ># HELP process_open_fds Number of open file descriptors. ># TYPE process_open_fds gauge >process_open_fds 180.0 ># HELP process_max_fds Maximum number of open file descriptors. ># TYPE process_max_fds gauge >process_max_fds 1048576.0 ># HELP process_virtual_memory_bytes Virtual memory size in bytes. ># TYPE process_virtual_memory_bytes gauge >process_virtual_memory_bytes 3.070578688E9 ># HELP process_resident_memory_bytes Resident memory size in bytes. ># TYPE process_resident_memory_bytes gauge >process_resident_memory_bytes 1.298563072E9 ># HELP jvm_info JVM version info ># TYPE jvm_info gauge >jvm_info{version="1.8.0_161-b14",vendor="Oracle Corporation",} 1.0 ># HELP jvm_threads_current Current thread count of a JVM ># TYPE jvm_threads_current gauge >jvm_threads_current 201.0 ># HELP jvm_threads_daemon Daemon thread count of a JVM ># TYPE jvm_threads_daemon gauge >jvm_threads_daemon 185.0 ># HELP jvm_threads_peak Peak thread count of a JVM ># TYPE jvm_threads_peak gauge >jvm_threads_peak 201.0 ># HELP jvm_threads_started_total Started thread count of a JVM ># TYPE jvm_threads_started_total counter >jvm_threads_started_total 634.0 ># HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers ># TYPE jvm_threads_deadlocked gauge >jvm_threads_deadlocked 0.0 ># HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors ># TYPE jvm_threads_deadlocked_monitor gauge >jvm_threads_deadlocked_monitor 0.0 ># HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds. ># TYPE jvm_gc_collection_seconds summary >jvm_gc_collection_seconds_count{gc="ParNew",} 26.0 >jvm_gc_collection_seconds_sum{gc="ParNew",} 1.043 >jvm_gc_collection_seconds_count{gc="ConcurrentMarkSweep",} 2.0 >jvm_gc_collection_seconds_sum{gc="ConcurrentMarkSweep",} 0.177 ># HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded. ># TYPE jmx_config_reload_success_total counter >jmx_config_reload_success_total 0.0 ># HELP jvm_classes_loaded The number of classes that are currently loaded in the JVM ># TYPE jvm_classes_loaded gauge >jvm_classes_loaded 7107.0 ># HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution ># TYPE jvm_classes_loaded_total counter >jvm_classes_loaded_total 7107.0 ># HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution ># TYPE jvm_classes_unloaded_total counter >jvm_classes_unloaded_total 0.0 > >************************************************************************************************************************************************************** ># curl http://10.128.0.28:7575/metrics ># HELP jvm_threads_current Current thread count of a JVM ># TYPE jvm_threads_current gauge >jvm_threads_current 207.0 ># HELP jvm_threads_daemon Daemon thread count of a JVM ># TYPE jvm_threads_daemon gauge >jvm_threads_daemon 52.0 ># HELP jvm_threads_peak Peak thread count of a JVM ># TYPE jvm_threads_peak gauge >jvm_threads_peak 207.0 ># HELP jvm_threads_started_total Started thread count of a JVM ># TYPE jvm_threads_started_total counter >jvm_threads_started_total 468.0 ># HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers ># TYPE jvm_threads_deadlocked gauge >jvm_threads_deadlocked 0.0 ># HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors ># TYPE jvm_threads_deadlocked_monitor gauge >jvm_threads_deadlocked_monitor 0.0 ># HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds. ># TYPE jvm_gc_collection_seconds summary >jvm_gc_collection_seconds_count{gc="PS Scavenge",} 35.0 >jvm_gc_collection_seconds_sum{gc="PS Scavenge",} 0.848 >jvm_gc_collection_seconds_count{gc="PS MarkSweep",} 1.0 >jvm_gc_collection_seconds_sum{gc="PS MarkSweep",} 0.271 ># HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. ># TYPE process_cpu_seconds_total counter >process_cpu_seconds_total 98.54 ># HELP process_start_time_seconds Start time of the process since unix epoch in seconds. ># TYPE process_start_time_seconds gauge >process_start_time_seconds 1.520557037062E9 ># HELP process_open_fds Number of open file descriptors. ># TYPE process_open_fds gauge >process_open_fds 749.0 ># HELP process_max_fds Maximum number of open file descriptors. ># TYPE process_max_fds gauge >process_max_fds 1048576.0 ># HELP process_virtual_memory_bytes Virtual memory size in bytes. ># TYPE process_virtual_memory_bytes gauge >process_virtual_memory_bytes 5.353476096E9 ># HELP process_resident_memory_bytes Resident memory size in bytes. ># TYPE process_resident_memory_bytes gauge >process_resident_memory_bytes 1.056751616E9 ># HELP jvm_memory_bytes_used Used bytes of a given JVM memory area. ># TYPE jvm_memory_bytes_used gauge >jvm_memory_bytes_used{area="heap",} 3.69586824E8 >jvm_memory_bytes_used{area="nonheap",} 1.8397108E8 ># HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_committed gauge >jvm_memory_bytes_committed{area="heap",} 1.193279488E9 >jvm_memory_bytes_committed{area="nonheap",} 1.9759104E8 ># HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_max gauge >jvm_memory_bytes_max{area="heap",} 1.193279488E9 >jvm_memory_bytes_max{area="nonheap",} 1.59383552E9 ># HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_used gauge >jvm_memory_pool_bytes_used{pool="Code Cache",} 4.862528E7 >jvm_memory_pool_bytes_used{pool="Metaspace",} 1.208564E8 >jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 1.44894E7 >jvm_memory_pool_bytes_used{pool="PS Eden Space",} 1.12744536E8 >jvm_memory_pool_bytes_used{pool="PS Survivor Space",} 8442512.0 >jvm_memory_pool_bytes_used{pool="PS Old Gen",} 2.48399776E8 ># HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_committed gauge >jvm_memory_pool_bytes_committed{pool="Code Cache",} 4.8955392E7 >jvm_memory_pool_bytes_committed{pool="Metaspace",} 1.31072E8 >jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 1.7563648E7 >jvm_memory_pool_bytes_committed{pool="PS Eden Space",} 3.07232768E8 >jvm_memory_pool_bytes_committed{pool="PS Survivor Space",} 5.24288E7 >jvm_memory_pool_bytes_committed{pool="PS Old Gen",} 8.3361792E8 ># HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_max gauge >jvm_memory_pool_bytes_max{pool="Code Cache",} 2.5165824E8 >jvm_memory_pool_bytes_max{pool="Metaspace",} 2.68435456E8 >jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9 >jvm_memory_pool_bytes_max{pool="PS Eden Space",} 3.15097088E8 >jvm_memory_pool_bytes_max{pool="PS Survivor Space",} 5.24288E7 >jvm_memory_pool_bytes_max{pool="PS Old Gen",} 8.3361792E8 ># HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded. ># TYPE jmx_config_reload_success_total counter >jmx_config_reload_success_total 0.0 ># HELP jmx_scrape_duration_seconds Time this JMX scrape took, in seconds. ># TYPE jmx_scrape_duration_seconds gauge >jmx_scrape_duration_seconds 0.002429023 ># HELP jmx_scrape_error Non-zero if this scrape failed. ># TYPE jmx_scrape_error gauge >jmx_scrape_error 0.0 ># HELP jvm_classes_loaded The number of classes that are currently loaded in the JVM ># TYPE jvm_classes_loaded gauge >jvm_classes_loaded 21281.0 ># HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution ># TYPE jvm_classes_loaded_total counter >jvm_classes_loaded_total 21298.0 ># HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution ># TYPE jvm_classes_unloaded_total counter >jvm_classes_unloaded_total 17.0 ># HELP jmx_config_reload_failure_total Number of times configuration have failed to be reloaded. ># TYPE jmx_config_reload_failure_total counter >jmx_config_reload_failure_total 0.0 ># HELP jvm_info JVM version info ># TYPE jvm_info gauge >jvm_info{version="1.8.0_161-b14",vendor="Oracle Corporation",} 1.0 > >************************************************************************************************************************************************************************************ ># curl -k -H "Authorization: Bearer `oc whoami -t` " -X GET https://host-8-248-79.host.centralci.eng.rdu2.redhat.com:8443/api/v1/proxy/namespaces/openshift-infra/services/https:heapster:/metrics ># HELP etcd_helper_cache_entry_count Counter of etcd helper cache entries. This can be different from etcd_helper_cache_miss_count because two concurrent threads can miss the cache and generate the same entry twice. ># TYPE etcd_helper_cache_entry_count counter >etcd_helper_cache_entry_count 0 ># HELP etcd_helper_cache_hit_count Counter of etcd helper cache hits. ># TYPE etcd_helper_cache_hit_count counter >etcd_helper_cache_hit_count 0 ># HELP etcd_helper_cache_miss_count Counter of etcd helper cache miss. ># TYPE etcd_helper_cache_miss_count counter >etcd_helper_cache_miss_count 0 ># HELP etcd_request_cache_add_latencies_summary Latency in microseconds of adding an object to etcd cache ># TYPE etcd_request_cache_add_latencies_summary summary >etcd_request_cache_add_latencies_summary{quantile="0.5"} NaN >etcd_request_cache_add_latencies_summary{quantile="0.9"} NaN >etcd_request_cache_add_latencies_summary{quantile="0.99"} NaN >etcd_request_cache_add_latencies_summary_sum 0 >etcd_request_cache_add_latencies_summary_count 0 ># HELP etcd_request_cache_get_latencies_summary Latency in microseconds of getting an object from etcd cache ># TYPE etcd_request_cache_get_latencies_summary summary >etcd_request_cache_get_latencies_summary{quantile="0.5"} NaN >etcd_request_cache_get_latencies_summary{quantile="0.9"} NaN >etcd_request_cache_get_latencies_summary{quantile="0.99"} NaN >etcd_request_cache_get_latencies_summary_sum 0 >etcd_request_cache_get_latencies_summary_count 0 ># HELP go_gc_duration_seconds A summary of the GC invocation durations. ># TYPE go_gc_duration_seconds summary >go_gc_duration_seconds{quantile="0"} 7.3084e-05 >go_gc_duration_seconds{quantile="0.25"} 0.00016692 >go_gc_duration_seconds{quantile="0.5"} 0.001291589 >go_gc_duration_seconds{quantile="0.75"} 0.004546907 >go_gc_duration_seconds{quantile="1"} 0.009678696 >go_gc_duration_seconds_sum 0.104354681 >go_gc_duration_seconds_count 41 ># HELP go_goroutines Number of goroutines that currently exist. ># TYPE go_goroutines gauge >go_goroutines 97 ># HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. ># TYPE go_memstats_alloc_bytes gauge >go_memstats_alloc_bytes 1.5388184e+07 ># HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. ># TYPE go_memstats_alloc_bytes_total counter >go_memstats_alloc_bytes_total 3.79388904e+08 ># HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. ># TYPE go_memstats_buck_hash_sys_bytes gauge >go_memstats_buck_hash_sys_bytes 1.521821e+06 ># HELP go_memstats_frees_total Total number of frees. ># TYPE go_memstats_frees_total counter >go_memstats_frees_total 3.243311e+06 ># HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. ># TYPE go_memstats_gc_sys_bytes gauge >go_memstats_gc_sys_bytes 1.257472e+06 ># HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. ># TYPE go_memstats_heap_alloc_bytes gauge >go_memstats_heap_alloc_bytes 1.5388184e+07 ># HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. ># TYPE go_memstats_heap_idle_bytes gauge >go_memstats_heap_idle_bytes 9.486336e+06 ># HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. ># TYPE go_memstats_heap_inuse_bytes gauge >go_memstats_heap_inuse_bytes 2.0692992e+07 ># HELP go_memstats_heap_objects Number of allocated objects. ># TYPE go_memstats_heap_objects gauge >go_memstats_heap_objects 65793 ># HELP go_memstats_heap_released_bytes_total Total number of heap bytes released to OS. ># TYPE go_memstats_heap_released_bytes_total counter >go_memstats_heap_released_bytes_total 1.810432e+06 ># HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. ># TYPE go_memstats_heap_sys_bytes gauge >go_memstats_heap_sys_bytes 3.0179328e+07 ># HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. ># TYPE go_memstats_last_gc_time_seconds gauge >go_memstats_last_gc_time_seconds 1.5205608050447507e+19 ># HELP go_memstats_lookups_total Total number of pointer lookups. ># TYPE go_memstats_lookups_total counter >go_memstats_lookups_total 3682 ># HELP go_memstats_mallocs_total Total number of mallocs. ># TYPE go_memstats_mallocs_total counter >go_memstats_mallocs_total 3.309104e+06 ># HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. ># TYPE go_memstats_mcache_inuse_bytes gauge >go_memstats_mcache_inuse_bytes 4800 ># HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. ># TYPE go_memstats_mcache_sys_bytes gauge >go_memstats_mcache_sys_bytes 16384 ># HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. ># TYPE go_memstats_mspan_inuse_bytes gauge >go_memstats_mspan_inuse_bytes 334704 ># HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. ># TYPE go_memstats_mspan_sys_bytes gauge >go_memstats_mspan_sys_bytes 376832 ># HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. ># TYPE go_memstats_next_gc_bytes gauge >go_memstats_next_gc_bytes 2.6618912e+07 ># HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. ># TYPE go_memstats_other_sys_bytes gauge >go_memstats_other_sys_bytes 856155 ># HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. ># TYPE go_memstats_stack_inuse_bytes gauge >go_memstats_stack_inuse_bytes 1.277952e+06 ># HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. ># TYPE go_memstats_stack_sys_bytes gauge >go_memstats_stack_sys_bytes 1.277952e+06 ># HELP go_memstats_sys_bytes Number of bytes obtained by system. Sum of all system allocations. ># TYPE go_memstats_sys_bytes gauge >go_memstats_sys_bytes 3.5485944e+07 ># HELP heapster_exporter_duration_microseconds Time spent exporting data to sink in microseconds. ># TYPE heapster_exporter_duration_microseconds summary >heapster_exporter_duration_microseconds{exporter="Hawkular-Metrics Sink",quantile="0.5"} 1.04 >heapster_exporter_duration_microseconds{exporter="Hawkular-Metrics Sink",quantile="0.9"} 2.811 >heapster_exporter_duration_microseconds{exporter="Hawkular-Metrics Sink",quantile="0.99"} 3.057 >heapster_exporter_duration_microseconds_sum{exporter="Hawkular-Metrics Sink"} 172.081 >heapster_exporter_duration_microseconds_count{exporter="Hawkular-Metrics Sink"} 124 >heapster_exporter_duration_microseconds{exporter="Metric Sink",quantile="0.5"} 2.491 >heapster_exporter_duration_microseconds{exporter="Metric Sink",quantile="0.9"} 3.047 >heapster_exporter_duration_microseconds{exporter="Metric Sink",quantile="0.99"} 3.049 >heapster_exporter_duration_microseconds_sum{exporter="Metric Sink"} 345.40099999999984 >heapster_exporter_duration_microseconds_count{exporter="Metric Sink"} 124 ># HELP heapster_exporter_last_time_seconds Last time Heapster exported data since unix epoch in seconds. ># TYPE heapster_exporter_last_time_seconds gauge >heapster_exporter_last_time_seconds{exporter="Hawkular-Metrics Sink"} 1.520560805e+09 >heapster_exporter_last_time_seconds{exporter="Metric Sink"} 1.520560805e+09 ># HELP heapster_kubelet_summary_request_duration_microseconds The Kubelet summary request latencies in microseconds. ># TYPE heapster_kubelet_summary_request_duration_microseconds summary >heapster_kubelet_summary_request_duration_microseconds{node="172.16.120.34",quantile="0.5"} 873 >heapster_kubelet_summary_request_duration_microseconds{node="172.16.120.34",quantile="0.9"} 1209 >heapster_kubelet_summary_request_duration_microseconds{node="172.16.120.34",quantile="0.99"} 1318 >heapster_kubelet_summary_request_duration_microseconds_sum{node="172.16.120.34"} 149979 >heapster_kubelet_summary_request_duration_microseconds_count{node="172.16.120.34"} 124 >heapster_kubelet_summary_request_duration_microseconds{node="172.16.120.53",quantile="0.5"} 722 >heapster_kubelet_summary_request_duration_microseconds{node="172.16.120.53",quantile="0.9"} 866 >heapster_kubelet_summary_request_duration_microseconds{node="172.16.120.53",quantile="0.99"} 1240 >heapster_kubelet_summary_request_duration_microseconds_sum{node="172.16.120.53"} 104687 >heapster_kubelet_summary_request_duration_microseconds_count{node="172.16.120.53"} 124 ># HELP heapster_processor_duration_microseconds The Time spent in a processor in microseconds. ># TYPE heapster_processor_duration_microseconds summary >heapster_processor_duration_microseconds{processor="cluster_aggregator",quantile="0.5"} 0.579 >heapster_processor_duration_microseconds{processor="cluster_aggregator",quantile="0.9"} 0.772 >heapster_processor_duration_microseconds{processor="cluster_aggregator",quantile="0.99"} 1.093 >heapster_processor_duration_microseconds_sum{processor="cluster_aggregator"} 83.92900000000002 >heapster_processor_duration_microseconds_count{processor="cluster_aggregator"} 124 >heapster_processor_duration_microseconds{processor="namespace_aggregator",quantile="0.5"} 0.678 >heapster_processor_duration_microseconds{processor="namespace_aggregator",quantile="0.9"} 1.143 >heapster_processor_duration_microseconds{processor="namespace_aggregator",quantile="0.99"} 1.284 >heapster_processor_duration_microseconds_sum{processor="namespace_aggregator"} 105.56700000000005 >heapster_processor_duration_microseconds_count{processor="namespace_aggregator"} 124 >heapster_processor_duration_microseconds{processor="namespace_based_enricher",quantile="0.5"} 0.851 >heapster_processor_duration_microseconds{processor="namespace_based_enricher",quantile="0.9"} 1.037 >heapster_processor_duration_microseconds{processor="namespace_based_enricher",quantile="0.99"} 1.459 >heapster_processor_duration_microseconds_sum{processor="namespace_based_enricher"} 142.30100000000004 >heapster_processor_duration_microseconds_count{processor="namespace_based_enricher"} 124 >heapster_processor_duration_microseconds{processor="node_aggregator",quantile="0.5"} 0.6 >heapster_processor_duration_microseconds{processor="node_aggregator",quantile="0.9"} 1.118 >heapster_processor_duration_microseconds{processor="node_aggregator",quantile="0.99"} 1.238 >heapster_processor_duration_microseconds_sum{processor="node_aggregator"} 94.11500000000002 >heapster_processor_duration_microseconds_count{processor="node_aggregator"} 124 >heapster_processor_duration_microseconds{processor="node_autoscaling_enricher",quantile="0.5"} 0.523 >heapster_processor_duration_microseconds{processor="node_autoscaling_enricher",quantile="0.9"} 0.908 >heapster_processor_duration_microseconds{processor="node_autoscaling_enricher",quantile="0.99"} 0.989 >heapster_processor_duration_microseconds_sum{processor="node_autoscaling_enricher"} 87.74500000000003 >heapster_processor_duration_microseconds_count{processor="node_autoscaling_enricher"} 124 >heapster_processor_duration_microseconds{processor="pod_aggregator",quantile="0.5"} 0.572 >heapster_processor_duration_microseconds{processor="pod_aggregator",quantile="0.9"} 1.197 >heapster_processor_duration_microseconds{processor="pod_aggregator",quantile="0.99"} 1.243 >heapster_processor_duration_microseconds_sum{processor="pod_aggregator"} 92.45500000000004 >heapster_processor_duration_microseconds_count{processor="pod_aggregator"} 124 >heapster_processor_duration_microseconds{processor="pod_based_enricher",quantile="0.5"} 0.704 >heapster_processor_duration_microseconds{processor="pod_based_enricher",quantile="0.9"} 1.285 >heapster_processor_duration_microseconds{processor="pod_based_enricher",quantile="0.99"} 1.468 >heapster_processor_duration_microseconds_sum{processor="pod_based_enricher"} 144.241 >heapster_processor_duration_microseconds_count{processor="pod_based_enricher"} 124 >heapster_processor_duration_microseconds{processor="rate calculator",quantile="0.5"} 2.439 >heapster_processor_duration_microseconds{processor="rate calculator",quantile="0.9"} 3.248 >heapster_processor_duration_microseconds{processor="rate calculator",quantile="0.99"} 3.472 >heapster_processor_duration_microseconds_sum{processor="rate calculator"} 343.6049999999999 >heapster_processor_duration_microseconds_count{processor="rate calculator"} 124 ># HELP heapster_scraper_duration_microseconds Time spent scraping sources in microseconds. ># TYPE heapster_scraper_duration_microseconds summary >heapster_scraper_duration_microseconds{source="kubelet_summary:172.16.120.34:10250",quantile="0.5"} 5.303 >heapster_scraper_duration_microseconds{source="kubelet_summary:172.16.120.34:10250",quantile="0.9"} 6.48 >heapster_scraper_duration_microseconds{source="kubelet_summary:172.16.120.34:10250",quantile="0.99"} 7.254 >heapster_scraper_duration_microseconds_sum{source="kubelet_summary:172.16.120.34:10250"} 676.131 >heapster_scraper_duration_microseconds_count{source="kubelet_summary:172.16.120.34:10250"} 124 >heapster_scraper_duration_microseconds{source="kubelet_summary:172.16.120.53:10250",quantile="0.5"} 5.457 >heapster_scraper_duration_microseconds{source="kubelet_summary:172.16.120.53:10250",quantile="0.9"} 6.763 >heapster_scraper_duration_microseconds{source="kubelet_summary:172.16.120.53:10250",quantile="0.99"} 10.783 >heapster_scraper_duration_microseconds_sum{source="kubelet_summary:172.16.120.53:10250"} 652.9540000000004 >heapster_scraper_duration_microseconds_count{source="kubelet_summary:172.16.120.53:10250"} 124 ># HELP heapster_scraper_last_time_seconds Last time Heapster performed a scrape since unix epoch in seconds. ># TYPE heapster_scraper_last_time_seconds gauge >heapster_scraper_last_time_seconds{source="kubelet_summary:172.16.120.34:10250"} 1.520560805e+09 >heapster_scraper_last_time_seconds{source="kubelet_summary:172.16.120.53:10250"} 1.520560805e+09 ># HELP http_request_duration_microseconds The HTTP request latencies in microseconds. ># TYPE http_request_duration_microseconds summary >http_request_duration_microseconds{handler="availableClusterMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="availableClusterMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="availableClusterMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="availableClusterMetrics"} 0 >http_request_duration_microseconds_count{handler="availableClusterMetrics"} 0 >http_request_duration_microseconds{handler="availableContainerMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="availableContainerMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="availableContainerMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="availableContainerMetrics"} 0 >http_request_duration_microseconds_count{handler="availableContainerMetrics"} 0 >http_request_duration_microseconds{handler="availableMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="availableMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="availableMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="availableMetrics"} 0 >http_request_duration_microseconds_count{handler="availableMetrics"} 0 >http_request_duration_microseconds{handler="availableNamespaceMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="availableNamespaceMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="availableNamespaceMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="availableNamespaceMetrics"} 0 >http_request_duration_microseconds_count{handler="availableNamespaceMetrics"} 0 >http_request_duration_microseconds{handler="availableNodeMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="availableNodeMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="availableNodeMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="availableNodeMetrics"} 0 >http_request_duration_microseconds_count{handler="availableNodeMetrics"} 0 >http_request_duration_microseconds{handler="availablePodMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="availablePodMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="availablePodMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="availablePodMetrics"} 0 >http_request_duration_microseconds_count{handler="availablePodMetrics"} 0 >http_request_duration_microseconds{handler="clusterMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="clusterMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="clusterMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="clusterMetrics"} 0 >http_request_duration_microseconds_count{handler="clusterMetrics"} 0 >http_request_duration_microseconds{handler="debugAllKeys",quantile="0.5"} NaN >http_request_duration_microseconds{handler="debugAllKeys",quantile="0.9"} NaN >http_request_duration_microseconds{handler="debugAllKeys",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="debugAllKeys"} 0 >http_request_duration_microseconds_count{handler="debugAllKeys"} 0 >http_request_duration_microseconds{handler="freeContainerMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="freeContainerMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="freeContainerMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="freeContainerMetrics"} 0 >http_request_duration_microseconds_count{handler="freeContainerMetrics"} 0 >http_request_duration_microseconds{handler="namespaceList",quantile="0.5"} NaN >http_request_duration_microseconds{handler="namespaceList",quantile="0.9"} NaN >http_request_duration_microseconds{handler="namespaceList",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="namespaceList"} 0 >http_request_duration_microseconds_count{handler="namespaceList"} 0 >http_request_duration_microseconds{handler="namespaceMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="namespaceMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="namespaceMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="namespaceMetrics"} 0 >http_request_duration_microseconds_count{handler="namespaceMetrics"} 0 >http_request_duration_microseconds{handler="namespacePodList",quantile="0.5"} NaN >http_request_duration_microseconds{handler="namespacePodList",quantile="0.9"} NaN >http_request_duration_microseconds{handler="namespacePodList",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="namespacePodList"} 0 >http_request_duration_microseconds_count{handler="namespacePodList"} 0 >http_request_duration_microseconds{handler="nodeList",quantile="0.5"} NaN >http_request_duration_microseconds{handler="nodeList",quantile="0.9"} NaN >http_request_duration_microseconds{handler="nodeList",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="nodeList"} 0 >http_request_duration_microseconds_count{handler="nodeList"} 0 >http_request_duration_microseconds{handler="nodeMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="nodeMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="nodeMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="nodeMetrics"} 0 >http_request_duration_microseconds_count{handler="nodeMetrics"} 0 >http_request_duration_microseconds{handler="podContainerList",quantile="0.5"} NaN >http_request_duration_microseconds{handler="podContainerList",quantile="0.9"} NaN >http_request_duration_microseconds{handler="podContainerList",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="podContainerList"} 0 >http_request_duration_microseconds_count{handler="podContainerList"} 0 >http_request_duration_microseconds{handler="podContainerMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="podContainerMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="podContainerMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="podContainerMetrics"} 0 >http_request_duration_microseconds_count{handler="podContainerMetrics"} 0 >http_request_duration_microseconds{handler="podListMetric",quantile="0.5"} NaN >http_request_duration_microseconds{handler="podListMetric",quantile="0.9"} NaN >http_request_duration_microseconds{handler="podListMetric",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="podListMetric"} 0 >http_request_duration_microseconds_count{handler="podListMetric"} 0 >http_request_duration_microseconds{handler="podMetrics",quantile="0.5"} NaN >http_request_duration_microseconds{handler="podMetrics",quantile="0.9"} NaN >http_request_duration_microseconds{handler="podMetrics",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="podMetrics"} 0 >http_request_duration_microseconds_count{handler="podMetrics"} 0 >http_request_duration_microseconds{handler="pprof",quantile="0.5"} NaN >http_request_duration_microseconds{handler="pprof",quantile="0.9"} NaN >http_request_duration_microseconds{handler="pprof",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="pprof"} 0 >http_request_duration_microseconds_count{handler="pprof"} 0 >http_request_duration_microseconds{handler="prometheus",quantile="0.5"} NaN >http_request_duration_microseconds{handler="prometheus",quantile="0.9"} NaN >http_request_duration_microseconds{handler="prometheus",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="prometheus"} 0 >http_request_duration_microseconds_count{handler="prometheus"} 0 >http_request_duration_microseconds{handler="systemContainerList",quantile="0.5"} NaN >http_request_duration_microseconds{handler="systemContainerList",quantile="0.9"} NaN >http_request_duration_microseconds{handler="systemContainerList",quantile="0.99"} NaN >http_request_duration_microseconds_sum{handler="systemContainerList"} 0 >http_request_duration_microseconds_count{handler="systemContainerList"} 0 ># HELP http_request_size_bytes The HTTP request sizes in bytes. ># TYPE http_request_size_bytes summary >http_request_size_bytes{handler="availableClusterMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="availableClusterMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="availableClusterMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="availableClusterMetrics"} 0 >http_request_size_bytes_count{handler="availableClusterMetrics"} 0 >http_request_size_bytes{handler="availableContainerMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="availableContainerMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="availableContainerMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="availableContainerMetrics"} 0 >http_request_size_bytes_count{handler="availableContainerMetrics"} 0 >http_request_size_bytes{handler="availableMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="availableMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="availableMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="availableMetrics"} 0 >http_request_size_bytes_count{handler="availableMetrics"} 0 >http_request_size_bytes{handler="availableNamespaceMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="availableNamespaceMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="availableNamespaceMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="availableNamespaceMetrics"} 0 >http_request_size_bytes_count{handler="availableNamespaceMetrics"} 0 >http_request_size_bytes{handler="availableNodeMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="availableNodeMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="availableNodeMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="availableNodeMetrics"} 0 >http_request_size_bytes_count{handler="availableNodeMetrics"} 0 >http_request_size_bytes{handler="availablePodMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="availablePodMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="availablePodMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="availablePodMetrics"} 0 >http_request_size_bytes_count{handler="availablePodMetrics"} 0 >http_request_size_bytes{handler="clusterMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="clusterMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="clusterMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="clusterMetrics"} 0 >http_request_size_bytes_count{handler="clusterMetrics"} 0 >http_request_size_bytes{handler="debugAllKeys",quantile="0.5"} NaN >http_request_size_bytes{handler="debugAllKeys",quantile="0.9"} NaN >http_request_size_bytes{handler="debugAllKeys",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="debugAllKeys"} 0 >http_request_size_bytes_count{handler="debugAllKeys"} 0 >http_request_size_bytes{handler="freeContainerMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="freeContainerMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="freeContainerMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="freeContainerMetrics"} 0 >http_request_size_bytes_count{handler="freeContainerMetrics"} 0 >http_request_size_bytes{handler="namespaceList",quantile="0.5"} NaN >http_request_size_bytes{handler="namespaceList",quantile="0.9"} NaN >http_request_size_bytes{handler="namespaceList",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="namespaceList"} 0 >http_request_size_bytes_count{handler="namespaceList"} 0 >http_request_size_bytes{handler="namespaceMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="namespaceMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="namespaceMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="namespaceMetrics"} 0 >http_request_size_bytes_count{handler="namespaceMetrics"} 0 >http_request_size_bytes{handler="namespacePodList",quantile="0.5"} NaN >http_request_size_bytes{handler="namespacePodList",quantile="0.9"} NaN >http_request_size_bytes{handler="namespacePodList",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="namespacePodList"} 0 >http_request_size_bytes_count{handler="namespacePodList"} 0 >http_request_size_bytes{handler="nodeList",quantile="0.5"} NaN >http_request_size_bytes{handler="nodeList",quantile="0.9"} NaN >http_request_size_bytes{handler="nodeList",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="nodeList"} 0 >http_request_size_bytes_count{handler="nodeList"} 0 >http_request_size_bytes{handler="nodeMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="nodeMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="nodeMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="nodeMetrics"} 0 >http_request_size_bytes_count{handler="nodeMetrics"} 0 >http_request_size_bytes{handler="podContainerList",quantile="0.5"} NaN >http_request_size_bytes{handler="podContainerList",quantile="0.9"} NaN >http_request_size_bytes{handler="podContainerList",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="podContainerList"} 0 >http_request_size_bytes_count{handler="podContainerList"} 0 >http_request_size_bytes{handler="podContainerMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="podContainerMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="podContainerMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="podContainerMetrics"} 0 >http_request_size_bytes_count{handler="podContainerMetrics"} 0 >http_request_size_bytes{handler="podListMetric",quantile="0.5"} NaN >http_request_size_bytes{handler="podListMetric",quantile="0.9"} NaN >http_request_size_bytes{handler="podListMetric",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="podListMetric"} 0 >http_request_size_bytes_count{handler="podListMetric"} 0 >http_request_size_bytes{handler="podMetrics",quantile="0.5"} NaN >http_request_size_bytes{handler="podMetrics",quantile="0.9"} NaN >http_request_size_bytes{handler="podMetrics",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="podMetrics"} 0 >http_request_size_bytes_count{handler="podMetrics"} 0 >http_request_size_bytes{handler="pprof",quantile="0.5"} NaN >http_request_size_bytes{handler="pprof",quantile="0.9"} NaN >http_request_size_bytes{handler="pprof",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="pprof"} 0 >http_request_size_bytes_count{handler="pprof"} 0 >http_request_size_bytes{handler="prometheus",quantile="0.5"} NaN >http_request_size_bytes{handler="prometheus",quantile="0.9"} NaN >http_request_size_bytes{handler="prometheus",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="prometheus"} 0 >http_request_size_bytes_count{handler="prometheus"} 0 >http_request_size_bytes{handler="systemContainerList",quantile="0.5"} NaN >http_request_size_bytes{handler="systemContainerList",quantile="0.9"} NaN >http_request_size_bytes{handler="systemContainerList",quantile="0.99"} NaN >http_request_size_bytes_sum{handler="systemContainerList"} 0 >http_request_size_bytes_count{handler="systemContainerList"} 0 ># HELP http_response_size_bytes The HTTP response sizes in bytes. ># TYPE http_response_size_bytes summary >http_response_size_bytes{handler="availableClusterMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="availableClusterMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="availableClusterMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="availableClusterMetrics"} 0 >http_response_size_bytes_count{handler="availableClusterMetrics"} 0 >http_response_size_bytes{handler="availableContainerMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="availableContainerMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="availableContainerMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="availableContainerMetrics"} 0 >http_response_size_bytes_count{handler="availableContainerMetrics"} 0 >http_response_size_bytes{handler="availableMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="availableMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="availableMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="availableMetrics"} 0 >http_response_size_bytes_count{handler="availableMetrics"} 0 >http_response_size_bytes{handler="availableNamespaceMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="availableNamespaceMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="availableNamespaceMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="availableNamespaceMetrics"} 0 >http_response_size_bytes_count{handler="availableNamespaceMetrics"} 0 >http_response_size_bytes{handler="availableNodeMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="availableNodeMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="availableNodeMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="availableNodeMetrics"} 0 >http_response_size_bytes_count{handler="availableNodeMetrics"} 0 >http_response_size_bytes{handler="availablePodMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="availablePodMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="availablePodMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="availablePodMetrics"} 0 >http_response_size_bytes_count{handler="availablePodMetrics"} 0 >http_response_size_bytes{handler="clusterMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="clusterMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="clusterMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="clusterMetrics"} 0 >http_response_size_bytes_count{handler="clusterMetrics"} 0 >http_response_size_bytes{handler="debugAllKeys",quantile="0.5"} NaN >http_response_size_bytes{handler="debugAllKeys",quantile="0.9"} NaN >http_response_size_bytes{handler="debugAllKeys",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="debugAllKeys"} 0 >http_response_size_bytes_count{handler="debugAllKeys"} 0 >http_response_size_bytes{handler="freeContainerMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="freeContainerMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="freeContainerMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="freeContainerMetrics"} 0 >http_response_size_bytes_count{handler="freeContainerMetrics"} 0 >http_response_size_bytes{handler="namespaceList",quantile="0.5"} NaN >http_response_size_bytes{handler="namespaceList",quantile="0.9"} NaN >http_response_size_bytes{handler="namespaceList",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="namespaceList"} 0 >http_response_size_bytes_count{handler="namespaceList"} 0 >http_response_size_bytes{handler="namespaceMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="namespaceMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="namespaceMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="namespaceMetrics"} 0 >http_response_size_bytes_count{handler="namespaceMetrics"} 0 >http_response_size_bytes{handler="namespacePodList",quantile="0.5"} NaN >http_response_size_bytes{handler="namespacePodList",quantile="0.9"} NaN >http_response_size_bytes{handler="namespacePodList",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="namespacePodList"} 0 >http_response_size_bytes_count{handler="namespacePodList"} 0 >http_response_size_bytes{handler="nodeList",quantile="0.5"} NaN >http_response_size_bytes{handler="nodeList",quantile="0.9"} NaN >http_response_size_bytes{handler="nodeList",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="nodeList"} 0 >http_response_size_bytes_count{handler="nodeList"} 0 >http_response_size_bytes{handler="nodeMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="nodeMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="nodeMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="nodeMetrics"} 0 >http_response_size_bytes_count{handler="nodeMetrics"} 0 >http_response_size_bytes{handler="podContainerList",quantile="0.5"} NaN >http_response_size_bytes{handler="podContainerList",quantile="0.9"} NaN >http_response_size_bytes{handler="podContainerList",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="podContainerList"} 0 >http_response_size_bytes_count{handler="podContainerList"} 0 >http_response_size_bytes{handler="podContainerMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="podContainerMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="podContainerMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="podContainerMetrics"} 0 >http_response_size_bytes_count{handler="podContainerMetrics"} 0 >http_response_size_bytes{handler="podListMetric",quantile="0.5"} NaN >http_response_size_bytes{handler="podListMetric",quantile="0.9"} NaN >http_response_size_bytes{handler="podListMetric",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="podListMetric"} 0 >http_response_size_bytes_count{handler="podListMetric"} 0 >http_response_size_bytes{handler="podMetrics",quantile="0.5"} NaN >http_response_size_bytes{handler="podMetrics",quantile="0.9"} NaN >http_response_size_bytes{handler="podMetrics",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="podMetrics"} 0 >http_response_size_bytes_count{handler="podMetrics"} 0 >http_response_size_bytes{handler="pprof",quantile="0.5"} NaN >http_response_size_bytes{handler="pprof",quantile="0.9"} NaN >http_response_size_bytes{handler="pprof",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="pprof"} 0 >http_response_size_bytes_count{handler="pprof"} 0 >http_response_size_bytes{handler="prometheus",quantile="0.5"} NaN >http_response_size_bytes{handler="prometheus",quantile="0.9"} NaN >http_response_size_bytes{handler="prometheus",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="prometheus"} 0 >http_response_size_bytes_count{handler="prometheus"} 0 >http_response_size_bytes{handler="systemContainerList",quantile="0.5"} NaN >http_response_size_bytes{handler="systemContainerList",quantile="0.9"} NaN >http_response_size_bytes{handler="systemContainerList",quantile="0.99"} NaN >http_response_size_bytes_sum{handler="systemContainerList"} 0 >http_response_size_bytes_count{handler="systemContainerList"} 0 ># HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. ># TYPE process_cpu_seconds_total counter >process_cpu_seconds_total 4.11 ># HELP process_max_fds Maximum number of open file descriptors. ># TYPE process_max_fds gauge >process_max_fds 1.048576e+06 ># HELP process_open_fds Number of open file descriptors. ># TYPE process_open_fds gauge >process_open_fds 12 ># HELP process_resident_memory_bytes Resident memory size in bytes. ># TYPE process_resident_memory_bytes gauge >process_resident_memory_bytes 4.061184e+07 ># HELP process_start_time_seconds Start time of the process since unix epoch in seconds. ># TYPE process_start_time_seconds gauge >process_start_time_seconds 1.52055702877e+09 ># HELP process_virtual_memory_bytes Virtual memory size in bytes. ># TYPE process_virtual_memory_bytes gauge >process_virtual_memory_bytes 4.21515264e+08 > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1508496
:
1346559
|
1346560
| 1406065