Skip to content

Instantly share code, notes, and snippets.

@piyushnarang
Created April 9, 2018 13:59
Show Gist options
  • Save piyushnarang/3fa46279fe332bab110b44c76a432733 to your computer and use it in GitHub Desktop.
Save piyushnarang/3fa46279fe332bab110b44c76a432733 to your computer and use it in GitHub Desktop.
Presto JMX stats with AllTime + TotalCount updates
# 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_threads_current Current thread count of a JVM
# TYPE jvm_threads_current gauge
jvm_threads_current 374.0
# HELP jvm_threads_daemon Daemon thread count of a JVM
# TYPE jvm_threads_daemon gauge
jvm_threads_daemon 232.0
# HELP jvm_threads_peak Peak thread count of a JVM
# TYPE jvm_threads_peak gauge
jvm_threads_peak 904.0
# HELP jvm_threads_started_total Started thread count of a JVM
# TYPE jvm_threads_started_total counter
jvm_threads_started_total 41224.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_buffer_pool_used_bytes Used bytes of a given JVM buffer pool.
# TYPE jvm_buffer_pool_used_bytes gauge
jvm_buffer_pool_used_bytes{pool="direct",} 6.176419262E9
jvm_buffer_pool_used_bytes{pool="mapped",} 0.0
# HELP jvm_buffer_pool_capacity_bytes Bytes capacity of a given JVM buffer pool.
# TYPE jvm_buffer_pool_capacity_bytes gauge
jvm_buffer_pool_capacity_bytes{pool="direct",} 6.176419261E9
jvm_buffer_pool_capacity_bytes{pool="mapped",} 0.0
# HELP jvm_buffer_pool_used_buffers Used buffers of a given JVM buffer pool.
# TYPE jvm_buffer_pool_used_buffers gauge
jvm_buffer_pool_used_buffers{pool="direct",} 3433.0
jvm_buffer_pool_used_buffers{pool="mapped",} 0.0
# HELP jvm_info JVM version info
# TYPE jvm_info gauge
jvm_info{version="1.8.0_121-b13",vendor="Oracle Corporation",runtime="OpenJDK Runtime Environment",} 1.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="G1 Young Generation",} 1308.0
jvm_gc_collection_seconds_sum{gc="G1 Young Generation",} 152.181
jvm_gc_collection_seconds_count{gc="G1 Old Generation",} 0.0
jvm_gc_collection_seconds_sum{gc="G1 Old Generation",} 0.0
# 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",} 9.685457912E10
jvm_memory_bytes_used{area="nonheap",} 2.69652784E8
# 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",} 2.39880634368E11
jvm_memory_bytes_committed{area="nonheap",} 2.97795584E8
# 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",} 2.415919104E11
jvm_memory_bytes_max{area="nonheap",} -1.0
# HELP jvm_memory_bytes_init Initial bytes of a given JVM memory area.
# TYPE jvm_memory_bytes_init gauge
jvm_memory_bytes_init{area="heap",} 2.147483648E9
jvm_memory_bytes_init{area="nonheap",} 2555904.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",} 1.25087424E8
jvm_memory_pool_bytes_used{pool="Metaspace",} 1.4456536E8
jvm_memory_pool_bytes_used{pool="G1 Eden Space",} 4.36207616E9
jvm_memory_pool_bytes_used{pool="G1 Survivor Space",} 1.409286144E9
jvm_memory_pool_bytes_used{pool="G1 Old Gen",} 9.1083216816E10
# 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",} 1.26091264E8
jvm_memory_pool_bytes_committed{pool="Metaspace",} 1.7170432E8
jvm_memory_pool_bytes_committed{pool="G1 Eden Space",} 8.7711285248E10
jvm_memory_pool_bytes_committed{pool="G1 Survivor Space",} 1.409286144E9
jvm_memory_pool_bytes_committed{pool="G1 Old Gen",} 1.50760062976E11
# 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="G1 Eden Space",} -1.0
jvm_memory_pool_bytes_max{pool="G1 Survivor Space",} -1.0
jvm_memory_pool_bytes_max{pool="G1 Old Gen",} 2.415919104E11
# HELP jvm_memory_pool_bytes_init Initial bytes of a given JVM memory pool.
# TYPE jvm_memory_pool_bytes_init gauge
jvm_memory_pool_bytes_init{pool="Code Cache",} 2555904.0
jvm_memory_pool_bytes_init{pool="Metaspace",} 0.0
jvm_memory_pool_bytes_init{pool="G1 Eden Space",} 1.34217728E8
jvm_memory_pool_bytes_init{pool="G1 Survivor Space",} 0.0
jvm_memory_pool_bytes_init{pool="G1 Old Gen",} 2.01326592E9
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
process_cpu_seconds_total 251582.66
# 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.522769703515E9
# HELP process_open_fds Number of open file descriptors.
# TYPE process_open_fds gauge
process_open_fds 1466.0
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 515884.0
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 3.00088295424E11
# HELP process_resident_memory_bytes Resident memory size in bytes.
# TYPE process_resident_memory_bytes gauge
process_resident_memory_bytes 2.7752972288E11
# 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 6.0
# HELP presto_hivemetastorestats_gettable_thriftexceptions_totalcount Presto Hive: Metastore Stats GetTable.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_gettable_thriftexceptions_totalcount counter
presto_hivemetastorestats_gettable_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_alterdatabase_thriftexceptions_totalcount Presto Hive: Metastore Stats AlterDatabase.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_alterdatabase_thriftexceptions_totalcount counter
presto_hivemetastorestats_alterdatabase_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_p95 Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_p95 gauge
presto_hivemetastorestats_getalldatabases_time_alltime_p95 29.957493
# HELP presto_hivemetastorestats_createtable_time_alltime_min Presto Hive: Metastore Stats CreateTable.Time.AllTime.Min
# TYPE presto_hivemetastorestats_createtable_time_alltime_min gauge
presto_hivemetastorestats_createtable_time_alltime_min NaN
# HELP presto_hivemetastorestats_getpartition_thriftexceptions_totalcount Presto Hive: Metastore Stats GetPartition.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartition_thriftexceptions_totalcount counter
presto_hivemetastorestats_getpartition_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_p75 Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.P75
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_p75 gauge
presto_hivemetastorestats_alterdatabase_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_p99 Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_p99 gauge
presto_hivemetastorestats_getalldatabases_time_alltime_p99 39.230539
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_min Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_min gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_min NaN
# HELP presto_hivemetastorestats_alterpartition_time_alltime_p75 Presto Hive: Metastore Stats AlterPartition.Time.AllTime.P75
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_p75 gauge
presto_hivemetastorestats_alterpartition_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_getalltables_totalfailures_totalcount Presto Hive: Metastore Stats GetAllTables.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getalltables_totalfailures_totalcount counter
presto_hivemetastorestats_getalltables_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_p90 Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_p90 gauge
presto_hivemetastorestats_getalldatabases_time_alltime_p90 27.098581
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_p90 Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_p90 gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_p90 122.44302
# HELP presto_hivemetastorestats_droptable_thriftexceptions_totalcount Presto Hive: Metastore Stats DropTable.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_droptable_thriftexceptions_totalcount counter
presto_hivemetastorestats_droptable_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_p95 Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_p95 gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_p95 306.367611
# HELP presto_hivemetastorestats_createdatabase_time_alltime_p50 Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.P50
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_p50 gauge
presto_hivemetastorestats_createdatabase_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_p75 Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_p75 gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_p75 42.455332
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_min Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.Min
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_min gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_min 1.7E-5
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_max Presto Hive: Metastore Stats DropDatabase.Time.AllTime.Max
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_max gauge
presto_hivemetastorestats_dropdatabase_time_alltime_max NaN
# HELP presto_hivemetastorestats_getpartitionnamesps_totalfailures_totalcount Presto Hive: Metastore Stats GetPartitionNamesPs.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getpartitionnamesps_totalfailures_totalcount counter
presto_hivemetastorestats_getpartitionnamesps_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_loadroles_time_alltime_p50 Presto Hive: Metastore Stats LoadRoles.Time.AllTime.P50
# TYPE presto_hivemetastorestats_loadroles_time_alltime_p50 gauge
presto_hivemetastorestats_loadroles_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_loadroles_time_alltime_maxerror Presto Hive: Metastore Stats LoadRoles.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_loadroles_time_alltime_maxerror gauge
presto_hivemetastorestats_loadroles_time_alltime_maxerror NaN
# HELP presto_querymanager_queuedtime_alltime_max Presto: QueryManager QueuedTime.AllTime.Max
# TYPE presto_querymanager_queuedtime_alltime_max gauge
presto_querymanager_queuedtime_alltime_max 1213277.959598
# HELP presto_hivemetastorestats_createdatabase_time_alltime_maxerror Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_maxerror gauge
presto_hivemetastorestats_createdatabase_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_getalltables_time_alltime_maxerror Presto Hive: Metastore Stats GetAllTables.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getalltables_time_alltime_maxerror gauge
presto_hivemetastorestats_getalltables_time_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_droppartition_time_alltime_count Presto Hive: Metastore Stats DropPartition.Time.AllTime.Count
# TYPE presto_hivemetastorestats_droppartition_time_alltime_count gauge
presto_hivemetastorestats_droppartition_time_alltime_count 0.0
# HELP presto_hivemetastorestats_getprivilegeset_thriftexceptions_totalcount Presto Hive: Metastore Stats GetPrivilegeSet.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getprivilegeset_thriftexceptions_totalcount counter
presto_hivemetastorestats_getprivilegeset_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_p50 Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_p50 gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_p50 13.099617
# HELP presto_querymanager_cpuinputbyterate_alltime_max Presto: QueryManager CpuInputByteRate.AllTime.Max
# TYPE presto_querymanager_cpuinputbyterate_alltime_max gauge
presto_querymanager_cpuinputbyterate_alltime_max 2.076595114E9
# HELP presto_clustermemorypool_general_assignedqueries Presto ClusterMemoryPool: general AssignedQueries
# TYPE presto_clustermemorypool_general_assignedqueries gauge
presto_clustermemorypool_general_assignedqueries 0.0
# HELP presto_hivemetastorestats_droptable_time_alltime_p50 Presto Hive: Metastore Stats DropTable.Time.AllTime.P50
# TYPE presto_hivemetastorestats_droptable_time_alltime_p50 gauge
presto_hivemetastorestats_droptable_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_altertable_time_alltime_p75 Presto Hive: Metastore Stats AlterTable.Time.AllTime.P75
# TYPE presto_hivemetastorestats_altertable_time_alltime_p75 gauge
presto_hivemetastorestats_altertable_time_alltime_p75 NaN
# HELP presto_java_lang_operatingsystem_openfiledescriptorcount Presto JVM: OperatingSystem _OpenFileDescriptorCount
# TYPE presto_java_lang_operatingsystem_openfiledescriptorcount gauge
presto_java_lang_operatingsystem_openfiledescriptorcount 1470.0
# HELP presto_querymanager_cpuinputbyterate_alltime_count Presto: QueryManager CpuInputByteRate.AllTime.Count
# TYPE presto_querymanager_cpuinputbyterate_alltime_count gauge
presto_querymanager_cpuinputbyterate_alltime_count 273.0
# HELP presto_querymanager_externalfailures_totalcount Presto: QueryManager ExternalFailures.TotalCount
# TYPE presto_querymanager_externalfailures_totalcount counter
presto_querymanager_externalfailures_totalcount 1.0
# HELP presto_hivemetastorestats_alterpartition_time_alltime_maxerror Presto Hive: Metastore Stats AlterPartition.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_maxerror gauge
presto_hivemetastorestats_alterpartition_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_getallviews_totalfailures_totalcount Presto Hive: Metastore Stats GetAllViews.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getallviews_totalfailures_totalcount counter
presto_hivemetastorestats_getallviews_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_p99 Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.P99
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_p99 gauge
presto_hivemetastorestats_alterdatabase_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_p95 Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.P95
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_p95 gauge
presto_hivemetastorestats_alterdatabase_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_maxerror Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_maxerror gauge
presto_hivemetastorestats_alterdatabase_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_alterpartition_time_alltime_p95 Presto Hive: Metastore Stats AlterPartition.Time.AllTime.P95
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_p95 gauge
presto_hivemetastorestats_alterpartition_time_alltime_p95 NaN
# HELP presto_clustermemorypool_reserved_reserveddistributedbytes Presto ClusterMemoryPool: reserved ReservedDistributedBytes
# TYPE presto_clustermemorypool_reserved_reserveddistributedbytes gauge
presto_clustermemorypool_reserved_reserveddistributedbytes 0.0
# HELP presto_java_lang_threading_totalstartedthreadcount Presto JVM: Threading _TotalStartedThreadCount
# TYPE presto_java_lang_threading_totalstartedthreadcount gauge
presto_java_lang_threading_totalstartedthreadcount 41230.0
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_p90 Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.P90
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_p90 gauge
presto_hivemetastorestats_alterdatabase_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_alterpartition_time_alltime_p90 Presto Hive: Metastore Stats AlterPartition.Time.AllTime.P90
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_p90 gauge
presto_hivemetastorestats_alterpartition_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_getpartition_time_alltime_count Presto Hive: Metastore Stats GetPartition.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getpartition_time_alltime_count gauge
presto_hivemetastorestats_getpartition_time_alltime_count 0.0
# HELP presto_hivemetastorestats_loadroles_time_alltime_p75 Presto Hive: Metastore Stats LoadRoles.Time.AllTime.P75
# TYPE presto_hivemetastorestats_loadroles_time_alltime_p75 gauge
presto_hivemetastorestats_loadroles_time_alltime_p75 NaN
# HELP presto_heartbeatdetector_activecount Presto: HeartBeat Detector ActiveCount
# TYPE presto_heartbeatdetector_activecount gauge
presto_heartbeatdetector_activecount 21.0
# HELP presto_querymanager_wallinputbytesrate_alltime_count Presto: QueryManager WallInputBytesRate.AllTime.Count
# TYPE presto_querymanager_wallinputbytesrate_alltime_count gauge
presto_querymanager_wallinputbytesrate_alltime_count 321.0
# HELP presto_hivemetastorestats_altertable_time_alltime_p50 Presto Hive: Metastore Stats AlterTable.Time.AllTime.P50
# TYPE presto_hivemetastorestats_altertable_time_alltime_p50 gauge
presto_hivemetastorestats_altertable_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_listprivileges_time_alltime_count Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.Count
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_count gauge
presto_hivemetastorestats_listprivileges_time_alltime_count 0.0
# HELP presto_taskmanager_outputpositions_totalcount Presto: TaskManager Stats OutputPositions.TotalCount
# TYPE presto_taskmanager_outputpositions_totalcount counter
presto_taskmanager_outputpositions_totalcount 5.189975997E9
# HELP presto_hivemetastorestats_addpartitions_time_alltime_max Presto Hive: Metastore Stats AddPartitions.Time.AllTime.Max
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_max gauge
presto_hivemetastorestats_addpartitions_time_alltime_max NaN
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_p75 Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_p75 gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_p75 21.840325
# HELP presto_hivemetastorestats_getalldatabases_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetAllDatabases.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getalldatabases_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getalldatabases_metastoreexceptions_totalcount 0.0
# HELP presto_java_lang_garbagecollector_g1_old_generation_collectioncount Presto JVM: GarbageCollector G1 Old Generation CollectionCount
# TYPE presto_java_lang_garbagecollector_g1_old_generation_collectioncount counter
presto_java_lang_garbagecollector_g1_old_generation_collectioncount 0.0
# HELP presto_hivemetastorestats_droptable_time_alltime_p90 Presto Hive: Metastore Stats DropTable.Time.AllTime.P90
# TYPE presto_hivemetastorestats_droptable_time_alltime_p90 gauge
presto_hivemetastorestats_droptable_time_alltime_p90 NaN
# HELP presto_taskmanager_outputdatasize_totalcount Presto: TaskManager Stats OutputDataSize.TotalCount
# TYPE presto_taskmanager_outputdatasize_totalcount counter
presto_taskmanager_outputdatasize_totalcount 2.60736835127E11
# HELP presto_hivemetastorestats_listprivileges_time_alltime_p95 Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.P95
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_p95 gauge
presto_hivemetastorestats_listprivileges_time_alltime_p95 NaN
# HELP presto_hive_namenodestats_remoteiteratornext_ioexceptions_totalcount Presto Hive: NameNodeStats RemoteIteratorNext.IoExceptions.TotalCount
# TYPE presto_hive_namenodestats_remoteiteratornext_ioexceptions_totalcount counter
presto_hive_namenodestats_remoteiteratornext_ioexceptions_totalcount 2.0
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_p50 Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_p50 gauge
presto_hivemetastorestats_getalldatabases_time_alltime_p50 9.813358
# HELP presto_java_lang_operatingsystem_systemcpuload Presto JVM: OperatingSystem _SystemCpuLoad
# TYPE presto_java_lang_operatingsystem_systemcpuload gauge
presto_java_lang_operatingsystem_systemcpuload 0.002581361456072048
# HELP presto_hivemetastorestats_listprivileges_time_alltime_p99 Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.P99
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_p99 gauge
presto_hivemetastorestats_listprivileges_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_listprivileges_time_alltime_p90 Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.P90
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_p90 gauge
presto_hivemetastorestats_listprivileges_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_max Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.Max
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_max gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_max NaN
# HELP presto_clustermemorymanager_clustermemoryusagebytes Presto: ClusterMemoryManager ClusterMemoryUsageBytes
# TYPE presto_clustermemorymanager_clustermemoryusagebytes gauge
presto_clustermemorymanager_clustermemoryusagebytes 0.0
# HELP presto_hivemetastorestats_getpartitionnamesps_thriftexceptions_totalcount Presto Hive: Metastore Stats GetPartitionNamesPs.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartitionnamesps_thriftexceptions_totalcount counter
presto_hivemetastorestats_getpartitionnamesps_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_altertable_time_alltime_maxerror Presto Hive: Metastore Stats AlterTable.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_altertable_time_alltime_maxerror gauge
presto_hivemetastorestats_altertable_time_alltime_maxerror NaN
# HELP presto_querymanager_executiontime_alltime_maxerror Presto: QueryManager ExecutionTime.AllTime.MaxError
# TYPE presto_querymanager_executiontime_alltime_maxerror gauge
presto_querymanager_executiontime_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_getallviews_time_alltime_max Presto Hive: Metastore Stats GetAllViews.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getallviews_time_alltime_max gauge
presto_hivemetastorestats_getallviews_time_alltime_max 10.877916
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_count Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.Count
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_count gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_count 36297.0
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_min Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.Min
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_min gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_min 0.157656
# HELP presto_hivemetastorestats_createtable_time_alltime_count Presto Hive: Metastore Stats CreateTable.Time.AllTime.Count
# TYPE presto_hivemetastorestats_createtable_time_alltime_count gauge
presto_hivemetastorestats_createtable_time_alltime_count 0.0
# HELP presto_java_lang_threading_threadallocatedmemoryenabled Presto JVM: Threading _ThreadAllocatedMemoryEnabled
# TYPE presto_java_lang_threading_threadallocatedmemoryenabled gauge
presto_java_lang_threading_threadallocatedmemoryenabled 1.0
# HELP presto_hivemetastorestats_loadroles_time_alltime_p90 Presto Hive: Metastore Stats LoadRoles.Time.AllTime.P90
# TYPE presto_hivemetastorestats_loadroles_time_alltime_p90 gauge
presto_hivemetastorestats_loadroles_time_alltime_p90 NaN
# HELP presto_java_lang_memory_nonheapmemoryusage_committed Presto JVM: Memory NonHeapMemoryUsage_committed
# TYPE presto_java_lang_memory_nonheapmemoryusage_committed gauge
presto_java_lang_memory_nonheapmemoryusage_committed 2.97795584E8
# HELP presto_hivemetastorestats_listprivileges_time_alltime_maxerror Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_maxerror gauge
presto_hivemetastorestats_listprivileges_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_loadroles_time_alltime_p95 Presto Hive: Metastore Stats LoadRoles.Time.AllTime.P95
# TYPE presto_hivemetastorestats_loadroles_time_alltime_p95 gauge
presto_hivemetastorestats_loadroles_time_alltime_p95 NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_p95 Presto: QueryManager WallInputBytesRate.AllTime.P95
# TYPE presto_querymanager_wallinputbytesrate_alltime_p95 gauge
presto_querymanager_wallinputbytesrate_alltime_p95 3.6181819446E10
# HELP presto_querymanager_wallinputbytesrate_alltime_p90 Presto: QueryManager WallInputBytesRate.AllTime.P90
# TYPE presto_querymanager_wallinputbytesrate_alltime_p90 gauge
presto_querymanager_wallinputbytesrate_alltime_p90 1.8614001858E10
# HELP presto_hivemetastorestats_loadroles_time_alltime_p99 Presto Hive: Metastore Stats LoadRoles.Time.AllTime.P99
# TYPE presto_hivemetastorestats_loadroles_time_alltime_p99 gauge
presto_hivemetastorestats_loadroles_time_alltime_p99 NaN
# HELP presto_java_lang_operatingsystem_totalphysicalmemorysize Presto JVM: OperatingSystem _TotalPhysicalMemorySize
# TYPE presto_java_lang_operatingsystem_totalphysicalmemorysize gauge
presto_java_lang_operatingsystem_totalphysicalmemorysize 5.40943695872E11
# HELP presto_hivemetastorestats_addpartitions_metastoreexceptions_totalcount Presto Hive: Metastore Stats AddPartitions.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_addpartitions_metastoreexceptions_totalcount counter
presto_hivemetastorestats_addpartitions_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionnamesps_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetPartitionNamesPs.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartitionnamesps_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getpartitionnamesps_metastoreexceptions_totalcount 0.0
# HELP presto_querymanager_wallinputbytesrate_alltime_p99 Presto: QueryManager WallInputBytesRate.AllTime.P99
# TYPE presto_querymanager_wallinputbytesrate_alltime_p99 gauge
presto_querymanager_wallinputbytesrate_alltime_p99 1.13645903522E11
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_p90 Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_p90 gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_p90 28.506228
# HELP presto_hivemetastorestats_droptable_time_alltime_p99 Presto Hive: Metastore Stats DropTable.Time.AllTime.P99
# TYPE presto_hivemetastorestats_droptable_time_alltime_p99 gauge
presto_hivemetastorestats_droptable_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_p95 Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_p95 gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_p95 51.122003
# HELP presto_hivemetastorestats_gettable_time_alltime_min Presto Hive: Metastore Stats GetTable.Time.AllTime.Min
# TYPE presto_hivemetastorestats_gettable_time_alltime_min gauge
presto_hivemetastorestats_gettable_time_alltime_min 6.85756
# HELP presto_hivemetastorestats_droppartition_time_alltime_min Presto Hive: Metastore Stats DropPartition.Time.AllTime.Min
# TYPE presto_hivemetastorestats_droppartition_time_alltime_min gauge
presto_hivemetastorestats_droppartition_time_alltime_min NaN
# HELP presto_hivemetastorestats_droptable_time_alltime_p95 Presto Hive: Metastore Stats DropTable.Time.AllTime.P95
# TYPE presto_hivemetastorestats_droptable_time_alltime_p95 gauge
presto_hivemetastorestats_droptable_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_getdatabase_time_alltime_min Presto Hive: Metastore Stats GetDatabase.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_min gauge
presto_hivemetastorestats_getdatabase_time_alltime_min 8.309599
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_p99 Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_p99 gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_p99 73.204068
# HELP presto_hivemetastorestats_getalltables_time_alltime_max Presto Hive: Metastore Stats GetAllTables.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getalltables_time_alltime_max gauge
presto_hivemetastorestats_getalltables_time_alltime_max 121.25585
# HELP presto_querymanager_internalfailures_totalcount Presto: QueryManager InternalFailures.TotalCount
# TYPE presto_querymanager_internalfailures_totalcount counter
presto_querymanager_internalfailures_totalcount 10.0
# HELP presto_hivemetastorestats_createdatabase_time_alltime_count Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.Count
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_count gauge
presto_hivemetastorestats_createdatabase_time_alltime_count 0.0
# HELP presto_hivemetastorestats_getdatabase_time_alltime_maxerror Presto Hive: Metastore Stats GetDatabase.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_maxerror gauge
presto_hivemetastorestats_getdatabase_time_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_p75 Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_p75 gauge
presto_hivemetastorestats_getalldatabases_time_alltime_p75 16.045099
# HELP presto_hivemetastorestats_getallviews_time_alltime_maxerror Presto Hive: Metastore Stats GetAllViews.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getallviews_time_alltime_maxerror gauge
presto_hivemetastorestats_getallviews_time_alltime_maxerror 0.0
# HELP presto_clustermemorypool_reserved_assignedqueries Presto ClusterMemoryPool: reserved AssignedQueries
# TYPE presto_clustermemorypool_reserved_assignedqueries gauge
presto_clustermemorypool_reserved_assignedqueries 0.0
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_p50 Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.P50
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_p50 gauge
presto_hivemetastorestats_alterdatabase_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_alterpartition_time_alltime_p50 Presto Hive: Metastore Stats AlterPartition.Time.AllTime.P50
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_p50 gauge
presto_hivemetastorestats_alterpartition_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_gettable_time_alltime_maxerror Presto Hive: Metastore Stats GetTable.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_gettable_time_alltime_maxerror gauge
presto_hivemetastorestats_gettable_time_alltime_maxerror 0.0
# HELP presto_java_lang_threading_threadcontentionmonitoringsupported Presto JVM: Threading _ThreadContentionMonitoringSupported
# TYPE presto_java_lang_threading_threadcontentionmonitoringsupported gauge
presto_java_lang_threading_threadcontentionmonitoringsupported 1.0
# HELP presto_hivemetastorestats_createdatabase_time_alltime_min Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.Min
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_min gauge
presto_hivemetastorestats_createdatabase_time_alltime_min NaN
# HELP presto_querymanager_executiontime_alltime_max Presto: QueryManager ExecutionTime.AllTime.Max
# TYPE presto_querymanager_executiontime_alltime_max gauge
presto_querymanager_executiontime_alltime_max 1380950.67053
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_p99 Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_p99 gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_p99 1458.741843
# HELP presto_querymanager_failedqueries_totalcount Presto: QueryManager FailedQueries.TotalCount
# TYPE presto_querymanager_failedqueries_totalcount counter
presto_querymanager_failedqueries_totalcount 87.0
# HELP presto_hivemetastorestats_droptable_metastoreexceptions_totalcount Presto Hive: Metastore Stats DropTable.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_droptable_metastoreexceptions_totalcount counter
presto_hivemetastorestats_droptable_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_max Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_max gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_max NaN
# HELP presto_clustermemorypool_reserved_reservedrevocabledistributedbytes Presto ClusterMemoryPool: reserved ReservedRevocableDistributedBytes
# TYPE presto_clustermemorypool_reserved_reservedrevocabledistributedbytes gauge
presto_clustermemorypool_reserved_reservedrevocabledistributedbytes 0.0
# HELP presto_java_lang_memory_verbose Presto JVM: Memory _Verbose
# TYPE presto_java_lang_memory_verbose gauge
presto_java_lang_memory_verbose 1.0
# HELP presto_hivemetastorestats_altertable_time_alltime_p90 Presto Hive: Metastore Stats AlterTable.Time.AllTime.P90
# TYPE presto_hivemetastorestats_altertable_time_alltime_p90 gauge
presto_hivemetastorestats_altertable_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_altertable_time_alltime_p99 Presto Hive: Metastore Stats AlterTable.Time.AllTime.P99
# TYPE presto_hivemetastorestats_altertable_time_alltime_p99 gauge
presto_hivemetastorestats_altertable_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_max Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.Max
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_max gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_max NaN
# HELP presto_hivemetastorestats_altertable_time_alltime_p95 Presto Hive: Metastore Stats AlterTable.Time.AllTime.P95
# TYPE presto_hivemetastorestats_altertable_time_alltime_p95 gauge
presto_hivemetastorestats_altertable_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_createtable_time_alltime_max Presto Hive: Metastore Stats CreateTable.Time.AllTime.Max
# TYPE presto_hivemetastorestats_createtable_time_alltime_max gauge
presto_hivemetastorestats_createtable_time_alltime_max NaN
# HELP presto_hivemetastorestats_droptable_time_alltime_p75 Presto Hive: Metastore Stats DropTable.Time.AllTime.P75
# TYPE presto_hivemetastorestats_droptable_time_alltime_p75 gauge
presto_hivemetastorestats_droptable_time_alltime_p75 NaN
# HELP presto_hive_namenodestats_remoteiteratornext_totalfailures_totalcount Presto Hive: NameNodeStats RemoteIteratorNext.TotalFailures.TotalCount
# TYPE presto_hive_namenodestats_remoteiteratornext_totalfailures_totalcount counter
presto_hive_namenodestats_remoteiteratornext_totalfailures_totalcount 2.0
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_min Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.Min
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_min gauge
presto_hivemetastorestats_alterdatabase_time_alltime_min NaN
# HELP presto_querymanager_usererrorfailures_totalcount Presto: QueryManager UserErrorFailures.TotalCount
# TYPE presto_querymanager_usererrorfailures_totalcount counter
presto_querymanager_usererrorfailures_totalcount 76.0
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_p75 Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_p75 gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_p75 NaN
# HELP presto_java_lang_operatingsystem_processcputime Presto JVM: OperatingSystem _ProcessCpuTime
# TYPE presto_java_lang_operatingsystem_processcputime gauge
presto_java_lang_operatingsystem_processcputime 2.5158272E14
# HELP presto_querymanager_submittedqueries_totalcount Presto: QueryManager SubmittedQueries.TotalCount
# TYPE presto_querymanager_submittedqueries_totalcount counter
presto_querymanager_submittedqueries_totalcount 329.0
# HELP presto_clustermemorypool_system_reserveddistributedbytes Presto ClusterMemoryPool: system ReservedDistributedBytes
# TYPE presto_clustermemorypool_system_reserveddistributedbytes gauge
presto_clustermemorypool_system_reserveddistributedbytes 16998.0
# HELP presto_java_lang_threading_threadallocatedmemorysupported Presto JVM: Threading _ThreadAllocatedMemorySupported
# TYPE presto_java_lang_threading_threadallocatedmemorysupported gauge
presto_java_lang_threading_threadallocatedmemorysupported 1.0
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_p50 Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_p50 gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_p50 NaN
# HELP presto_java_lang_garbagecollector_g1_young_generation_collectioncount Presto JVM: GarbageCollector G1 Young Generation CollectionCount
# TYPE presto_java_lang_garbagecollector_g1_young_generation_collectioncount counter
presto_java_lang_garbagecollector_g1_young_generation_collectioncount 1308.0
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_p75 Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.P75
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_p75 gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_p75 1.2E-4
# HELP presto_querymanager_queuedtime_alltime_min Presto: QueryManager QueuedTime.AllTime.Min
# TYPE presto_querymanager_queuedtime_alltime_min gauge
presto_querymanager_queuedtime_alltime_min 0.01008
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_min Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_min gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_min 7.593701
# HELP presto_hivemetastorestats_getalltables_time_alltime_p50 Presto Hive: Metastore Stats GetAllTables.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getalltables_time_alltime_p50 gauge
presto_hivemetastorestats_getalltables_time_alltime_p50 13.956354
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_maxerror Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_maxerror gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_maxerror NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_p50 Presto: QueryManager WallInputBytesRate.AllTime.P50
# TYPE presto_querymanager_wallinputbytesrate_alltime_p50 gauge
presto_querymanager_wallinputbytesrate_alltime_p50 2909.0
# HELP presto_java_lang_operatingsystem_freeswapspacesize Presto JVM: OperatingSystem _FreeSwapSpaceSize
# TYPE presto_java_lang_operatingsystem_freeswapspacesize gauge
presto_java_lang_operatingsystem_freeswapspacesize 0.0
# HELP presto_hivemetastorestats_gettable_totalfailures_totalcount Presto Hive: Metastore Stats GetTable.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_gettable_totalfailures_totalcount counter
presto_hivemetastorestats_gettable_totalfailures_totalcount 2.0
# HELP presto_hivemetastorestats_getpartitionnames_thriftexceptions_totalcount Presto Hive: Metastore Stats GetPartitionNames.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartitionnames_thriftexceptions_totalcount counter
presto_hivemetastorestats_getpartitionnames_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_min Presto Hive: Metastore Stats DropDatabase.Time.AllTime.Min
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_min gauge
presto_hivemetastorestats_dropdatabase_time_alltime_min NaN
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_count Presto Hive: Metastore Stats DropDatabase.Time.AllTime.Count
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_count gauge
presto_hivemetastorestats_dropdatabase_time_alltime_count 0.0
# HELP presto_java_lang_operatingsystem_totalswapspacesize Presto JVM: OperatingSystem _TotalSwapSpaceSize
# TYPE presto_java_lang_operatingsystem_totalswapspacesize gauge
presto_java_lang_operatingsystem_totalswapspacesize 0.0
# HELP presto_querymanager_queuedtime_alltime_maxerror Presto: QueryManager QueuedTime.AllTime.MaxError
# TYPE presto_querymanager_queuedtime_alltime_maxerror gauge
presto_querymanager_queuedtime_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_getpartitionnames_totalfailures_totalcount Presto Hive: Metastore Stats GetPartitionNames.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getpartitionnames_totalfailures_totalcount counter
presto_hivemetastorestats_getpartitionnames_totalfailures_totalcount 0.0
# HELP presto_java_lang_operatingsystem_availableprocessors Presto JVM: OperatingSystem _AvailableProcessors
# TYPE presto_java_lang_operatingsystem_availableprocessors gauge
presto_java_lang_operatingsystem_availableprocessors 48.0
# HELP presto_hivemetastorestats_addpartitions_time_alltime_min Presto Hive: Metastore Stats AddPartitions.Time.AllTime.Min
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_min gauge
presto_hivemetastorestats_addpartitions_time_alltime_min NaN
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_p99 Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.P99
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_p99 gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_p50 Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_p50 gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_p50 NaN
# HELP presto_java_lang_threading_daemonthreadcount Presto JVM: Threading _DaemonThreadCount
# TYPE presto_java_lang_threading_daemonthreadcount gauge
presto_java_lang_threading_daemonthreadcount 238.0
# HELP presto_hivemetastorestats_gettable_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetTable.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_gettable_metastoreexceptions_totalcount counter
presto_hivemetastorestats_gettable_metastoreexceptions_totalcount 0.0
# HELP presto_querymanager_consumedinputbytes_totalcount Presto: QueryManager ConsumedInputBytes.TotalCount
# TYPE presto_querymanager_consumedinputbytes_totalcount counter
presto_querymanager_consumedinputbytes_totalcount 3.36756707809076E14
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_p95 Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.P95
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_p95 gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_p95 0.040959
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_p99 Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.P99
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_p99 gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_p99 1.048575
# HELP presto_hivemetastorestats_droptable_time_alltime_maxerror Presto Hive: Metastore Stats DropTable.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_droptable_time_alltime_maxerror gauge
presto_hivemetastorestats_droptable_time_alltime_maxerror NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_p75 Presto: QueryManager WallInputBytesRate.AllTime.P75
# TYPE presto_querymanager_wallinputbytesrate_alltime_p75 gauge
presto_querymanager_wallinputbytesrate_alltime_p75 126042.0
# HELP presto_hivemetastorestats_alterpartition_time_alltime_min Presto Hive: Metastore Stats AlterPartition.Time.AllTime.Min
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_min gauge
presto_hivemetastorestats_alterpartition_time_alltime_min NaN
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_p90 Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.P90
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_p90 gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_p90 0.026111
# HELP presto_hivemetastorestats_listprivileges_time_alltime_max Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.Max
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_max gauge
presto_hivemetastorestats_listprivileges_time_alltime_max NaN
# HELP presto_hivemetastorestats_gettable_time_alltime_p50 Presto Hive: Metastore Stats GetTable.Time.AllTime.P50
# TYPE presto_hivemetastorestats_gettable_time_alltime_p50 gauge
presto_hivemetastorestats_gettable_time_alltime_p50 15.610759
# HELP presto_hivemetastorestats_droppartition_time_alltime_p50 Presto Hive: Metastore Stats DropPartition.Time.AllTime.P50
# TYPE presto_hivemetastorestats_droppartition_time_alltime_p50 gauge
presto_hivemetastorestats_droppartition_time_alltime_p50 NaN
# HELP presto_java_lang_memory_heapmemoryusage_init Presto JVM: Memory HeapMemoryUsage_init
# TYPE presto_java_lang_memory_heapmemoryusage_init gauge
presto_java_lang_memory_heapmemoryusage_init 2.147483648E9
# HELP presto_querymanager_cpuinputbyterate_alltime_total Presto: QueryManager CpuInputByteRate.AllTime.Total
# TYPE presto_querymanager_cpuinputbyterate_alltime_total gauge
presto_querymanager_cpuinputbyterate_alltime_total 1.4427694641E10
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_min Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_min gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_min 9.568279
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_count Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_count gauge
presto_hivemetastorestats_getalldatabases_time_alltime_count 27.0
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_count Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_count gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_count 217.0
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_maxerror Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.MaxError
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_maxerror gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_maxerror 0.003030553489269086
# HELP presto_hivemetastorestats_addpartitions_thriftexceptions_totalcount Presto Hive: Metastore Stats AddPartitions.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_addpartitions_thriftexceptions_totalcount counter
presto_hivemetastorestats_addpartitions_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_loadroles_thriftexceptions_totalcount Presto Hive: Metastore Stats LoadRoles.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_loadroles_thriftexceptions_totalcount counter
presto_hivemetastorestats_loadroles_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_addpartitions_time_alltime_p50 Presto Hive: Metastore Stats AddPartitions.Time.AllTime.P50
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_p50 gauge
presto_hivemetastorestats_addpartitions_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_getallviews_time_alltime_min Presto Hive: Metastore Stats GetAllViews.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getallviews_time_alltime_min gauge
presto_hivemetastorestats_getallviews_time_alltime_min 6.660439
# HELP presto_hivemetastorestats_dropdatabase_metastoreexceptions_totalcount Presto Hive: Metastore Stats DropDatabase.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_dropdatabase_metastoreexceptions_totalcount counter
presto_hivemetastorestats_dropdatabase_metastoreexceptions_totalcount 0.0
# HELP presto_clustermemorypool_general_nodes Presto ClusterMemoryPool: general Nodes
# TYPE presto_clustermemorypool_general_nodes gauge
presto_clustermemorypool_general_nodes 22.0
# HELP presto_hivemetastorestats_getdatabase_time_alltime_max Presto Hive: Metastore Stats GetDatabase.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_max gauge
presto_hivemetastorestats_getdatabase_time_alltime_max 12.56342
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_max Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.Max
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_max gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_max 2706.982514
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_count Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_count gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_count 0.0
# HELP presto_querymanager_wallinputbytesrate_alltime_p25 Presto: QueryManager WallInputBytesRate.AllTime.P25
# TYPE presto_querymanager_wallinputbytesrate_alltime_p25 gauge
presto_querymanager_wallinputbytesrate_alltime_p25 0.0
# HELP presto_hivemetastorestats_createdatabase_time_alltime_p90 Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.P90
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_p90 gauge
presto_hivemetastorestats_createdatabase_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_getallviews_thriftexceptions_totalcount Presto Hive: Metastore Stats GetAllViews.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getallviews_thriftexceptions_totalcount counter
presto_hivemetastorestats_getallviews_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartition_time_alltime_max Presto Hive: Metastore Stats GetPartition.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getpartition_time_alltime_max gauge
presto_hivemetastorestats_getpartition_time_alltime_max NaN
# HELP presto_hivemetastorestats_revoketableprivileges_totalfailures_totalcount Presto Hive: Metastore Stats RevokeTablePrivileges.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_revoketableprivileges_totalfailures_totalcount counter
presto_hivemetastorestats_revoketableprivileges_totalfailures_totalcount 0.0
# HELP presto_querymanager_startedqueries_totalcount Presto: QueryManager StartedQueries.TotalCount
# TYPE presto_querymanager_startedqueries_totalcount counter
presto_querymanager_startedqueries_totalcount 331.0
# HELP presto_hivemetastorestats_createdatabase_time_alltime_p99 Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.P99
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_p99 gauge
presto_hivemetastorestats_createdatabase_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_addpartitions_totalfailures_totalcount Presto Hive: Metastore Stats AddPartitions.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_addpartitions_totalfailures_totalcount counter
presto_hivemetastorestats_addpartitions_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_p50 Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_p50 gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_p50 27.064641
# HELP presto_hivemetastorestats_createdatabase_time_alltime_p95 Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.P95
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_p95 gauge
presto_hivemetastorestats_createdatabase_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_gettable_time_alltime_count Presto Hive: Metastore Stats GetTable.Time.AllTime.Count
# TYPE presto_hivemetastorestats_gettable_time_alltime_count gauge
presto_hivemetastorestats_gettable_time_alltime_count 322.0
# HELP presto_hivemetastorestats_alterpartition_time_alltime_count Presto Hive: Metastore Stats AlterPartition.Time.AllTime.Count
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_count gauge
presto_hivemetastorestats_alterpartition_time_alltime_count 0.0
# HELP presto_hivemetastorestats_getalldatabases_totalfailures_totalcount Presto Hive: Metastore Stats GetAllDatabases.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getalldatabases_totalfailures_totalcount counter
presto_hivemetastorestats_getalldatabases_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getprivilegeset_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetPrivilegeSet.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getprivilegeset_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getprivilegeset_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getallviews_time_alltime_count Presto Hive: Metastore Stats GetAllViews.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getallviews_time_alltime_count gauge
presto_hivemetastorestats_getallviews_time_alltime_count 64.0
# HELP presto_clustermemorypool_system_blockednodes Presto ClusterMemoryPool: system BlockedNodes
# TYPE presto_clustermemorypool_system_blockednodes gauge
presto_clustermemorypool_system_blockednodes 0.0
# HELP presto_hivemetastorestats_droppartition_time_alltime_p75 Presto Hive: Metastore Stats DropPartition.Time.AllTime.P75
# TYPE presto_hivemetastorestats_droppartition_time_alltime_p75 gauge
presto_hivemetastorestats_droppartition_time_alltime_p75 NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_p10 Presto: QueryManager WallInputBytesRate.AllTime.P10
# TYPE presto_querymanager_wallinputbytesrate_alltime_p10 gauge
presto_querymanager_wallinputbytesrate_alltime_p10 0.0
# HELP presto_hivemetastorestats_gettable_time_alltime_p75 Presto Hive: Metastore Stats GetTable.Time.AllTime.P75
# TYPE presto_hivemetastorestats_gettable_time_alltime_p75 gauge
presto_hivemetastorestats_gettable_time_alltime_p75 21.263386
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_min Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_min gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_min NaN
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_p90 Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_p90 gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_p90 NaN
# HELP presto_java_lang_memory_heapmemoryusage_committed Presto JVM: Memory HeapMemoryUsage_committed
# TYPE presto_java_lang_memory_heapmemoryusage_committed gauge
presto_java_lang_memory_heapmemoryusage_committed 2.39880634368E11
# HELP presto_hivemetastorestats_getpartition_totalfailures_totalcount Presto Hive: Metastore Stats GetPartition.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getpartition_totalfailures_totalcount counter
presto_hivemetastorestats_getpartition_totalfailures_totalcount 0.0
# HELP presto_java_lang_garbagecollector_g1_old_generation_collectiontime Presto JVM: GarbageCollector G1 Old Generation CollectionTime
# TYPE presto_java_lang_garbagecollector_g1_old_generation_collectiontime gauge
presto_java_lang_garbagecollector_g1_old_generation_collectiontime 0.0
# HELP presto_hive_namenodestats_listlocatedstatus_totalfailures_totalcount Presto Hive: NameNodeStats ListLocatedStatus.TotalFailures.TotalCount
# TYPE presto_hive_namenodestats_listlocatedstatus_totalfailures_totalcount counter
presto_hive_namenodestats_listlocatedstatus_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_p95 Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_p95 gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_alterdatabase_metastoreexceptions_totalcount Presto Hive: Metastore Stats AlterDatabase.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_alterdatabase_metastoreexceptions_totalcount counter
presto_hivemetastorestats_alterdatabase_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_p99 Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_p99 gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_p99 NaN
# HELP presto_querymanager_executiontime_alltime_min Presto: QueryManager ExecutionTime.AllTime.Min
# TYPE presto_querymanager_executiontime_alltime_min gauge
presto_querymanager_executiontime_alltime_min 0.002492
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_maxerror Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_maxerror gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_maxerror NaN
# HELP presto_java_lang_threading_threadcputimeenabled Presto JVM: Threading _ThreadCpuTimeEnabled
# TYPE presto_java_lang_threading_threadcputimeenabled gauge
presto_java_lang_threading_threadcputimeenabled 1.0
# HELP presto_hivemetastorestats_getalltables_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetAllTables.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getalltables_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getalltables_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_droptable_time_alltime_count Presto Hive: Metastore Stats DropTable.Time.AllTime.Count
# TYPE presto_hivemetastorestats_droptable_time_alltime_count gauge
presto_hivemetastorestats_droptable_time_alltime_count 0.0
# HELP presto_java_lang_operatingsystem_committedvirtualmemorysize Presto JVM: OperatingSystem _CommittedVirtualMemorySize
# TYPE presto_java_lang_operatingsystem_committedvirtualmemorysize gauge
presto_java_lang_operatingsystem_committedvirtualmemorysize 3.0008829952E11
# HELP presto_hivemetastorestats_createdatabase_time_alltime_p75 Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.P75
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_p75 gauge
presto_hivemetastorestats_createdatabase_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_getalltables_time_alltime_min Presto Hive: Metastore Stats GetAllTables.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getalltables_time_alltime_min gauge
presto_hivemetastorestats_getalltables_time_alltime_min 10.048544
# HELP presto_java_lang_threading_synchronizerusagesupported Presto JVM: Threading _SynchronizerUsageSupported
# TYPE presto_java_lang_threading_synchronizerusagesupported gauge
presto_java_lang_threading_synchronizerusagesupported 1.0
# HELP presto_clustermemorymanager_clustermemorybytes Presto: ClusterMemoryManager ClusterMemoryBytes
# TYPE presto_clustermemorymanager_clustermemorybytes gauge
presto_clustermemorymanager_clustermemorybytes 3.18901321728E12
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_p50 Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.P50
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_p50 gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_p50 6.9E-5
# HELP presto_hivemetastorestats_altertable_thriftexceptions_totalcount Presto Hive: Metastore Stats AlterTable.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_altertable_thriftexceptions_totalcount counter
presto_hivemetastorestats_altertable_thriftexceptions_totalcount 0.0
# HELP presto_clustermemorypool_reserved_totaldistributedbytes Presto ClusterMemoryPool: reserved TotalDistributedBytes
# TYPE presto_clustermemorypool_reserved_totaldistributedbytes gauge
presto_clustermemorypool_reserved_totaldistributedbytes 3.18901321728E12
# HELP presto_hivemetastorestats_dropdatabase_thriftexceptions_totalcount Presto Hive: Metastore Stats DropDatabase.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_dropdatabase_thriftexceptions_totalcount counter
presto_hivemetastorestats_dropdatabase_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_droppartition_time_alltime_p95 Presto Hive: Metastore Stats DropPartition.Time.AllTime.P95
# TYPE presto_hivemetastorestats_droppartition_time_alltime_p95 gauge
presto_hivemetastorestats_droppartition_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_gettable_time_alltime_p90 Presto Hive: Metastore Stats GetTable.Time.AllTime.P90
# TYPE presto_hivemetastorestats_gettable_time_alltime_p90 gauge
presto_hivemetastorestats_gettable_time_alltime_p90 30.13169
# HELP presto_hivemetastorestats_droppartition_time_alltime_p90 Presto Hive: Metastore Stats DropPartition.Time.AllTime.P90
# TYPE presto_hivemetastorestats_droppartition_time_alltime_p90 gauge
presto_hivemetastorestats_droppartition_time_alltime_p90 NaN
# HELP presto_clustermemorypool_reserved_blockednodes Presto ClusterMemoryPool: reserved BlockedNodes
# TYPE presto_clustermemorypool_reserved_blockednodes gauge
presto_clustermemorypool_reserved_blockednodes 0.0
# HELP presto_hivemetastorestats_gettable_time_alltime_p99 Presto Hive: Metastore Stats GetTable.Time.AllTime.P99
# TYPE presto_hivemetastorestats_gettable_time_alltime_p99 gauge
presto_hivemetastorestats_gettable_time_alltime_p99 47.441252
# HELP presto_hivemetastorestats_gettable_time_alltime_p95 Presto Hive: Metastore Stats GetTable.Time.AllTime.P95
# TYPE presto_hivemetastorestats_gettable_time_alltime_p95 gauge
presto_hivemetastorestats_gettable_time_alltime_p95 32.688722
# HELP presto_hivemetastorestats_droppartition_time_alltime_p99 Presto Hive: Metastore Stats DropPartition.Time.AllTime.P99
# TYPE presto_hivemetastorestats_droppartition_time_alltime_p99 gauge
presto_hivemetastorestats_droppartition_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_p95 Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.P95
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_p95 gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_addpartitions_time_alltime_p99 Presto Hive: Metastore Stats AddPartitions.Time.AllTime.P99
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_p99 gauge
presto_hivemetastorestats_addpartitions_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_revoketableprivileges_thriftexceptions_totalcount Presto Hive: Metastore Stats RevokeTablePrivileges.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_revoketableprivileges_thriftexceptions_totalcount counter
presto_hivemetastorestats_revoketableprivileges_thriftexceptions_totalcount 0.0
# HELP presto_java_lang_memory_nonheapmemoryusage_max Presto JVM: Memory NonHeapMemoryUsage_max
# TYPE presto_java_lang_memory_nonheapmemoryusage_max gauge
presto_java_lang_memory_nonheapmemoryusage_max -1.0
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_p90 Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.P90
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_p90 gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_addpartitions_time_alltime_p90 Presto Hive: Metastore Stats AddPartitions.Time.AllTime.P90
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_p90 gauge
presto_hivemetastorestats_addpartitions_time_alltime_p90 NaN
# HELP presto_clustermemorypool_general_freedistributedbytes Presto ClusterMemoryPool: general FreeDistributedBytes
# TYPE presto_clustermemorypool_general_freedistributedbytes gauge
presto_clustermemorypool_general_freedistributedbytes 0.0
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_p99 Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.P99
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_p99 gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_addpartitions_time_alltime_p95 Presto Hive: Metastore Stats AddPartitions.Time.AllTime.P95
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_p95 gauge
presto_hivemetastorestats_addpartitions_time_alltime_p95 NaN
# HELP presto_java_lang_garbagecollector_g1_young_generation_collectiontime Presto JVM: GarbageCollector G1 Young Generation CollectionTime
# TYPE presto_java_lang_garbagecollector_g1_young_generation_collectiontime gauge
presto_java_lang_garbagecollector_g1_young_generation_collectiontime 152181.0
# HELP presto_querymanager_consumedinputrows_totalcount Presto: QueryManager ConsumedInputRows.TotalCount
# TYPE presto_querymanager_consumedinputrows_totalcount counter
presto_querymanager_consumedinputrows_totalcount 2.091477686948E12
# HELP presto_hivemetastorestats_altertable_time_alltime_max Presto Hive: Metastore Stats AlterTable.Time.AllTime.Max
# TYPE presto_hivemetastorestats_altertable_time_alltime_max gauge
presto_hivemetastorestats_altertable_time_alltime_max NaN
# HELP presto_querymanager_cpuinputbyterate_alltime_p75 Presto: QueryManager CpuInputByteRate.AllTime.P75
# TYPE presto_querymanager_cpuinputbyterate_alltime_p75 gauge
presto_querymanager_cpuinputbyterate_alltime_p75 1097142.0
# HELP presto_querymanager_queuedtime_alltime_p90 Presto: QueryManager QueuedTime.AllTime.P90
# TYPE presto_querymanager_queuedtime_alltime_p90 gauge
presto_querymanager_queuedtime_alltime_p90 1.193523
# HELP presto_hivemetastorestats_getdatabase_thriftexceptions_totalcount Presto Hive: Metastore Stats GetDatabase.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getdatabase_thriftexceptions_totalcount counter
presto_hivemetastorestats_getdatabase_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_createtable_totalfailures_totalcount Presto Hive: Metastore Stats CreateTable.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_createtable_totalfailures_totalcount counter
presto_hivemetastorestats_createtable_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getpartition_time_alltime_maxerror Presto Hive: Metastore Stats GetPartition.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getpartition_time_alltime_maxerror gauge
presto_hivemetastorestats_getpartition_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_altertable_totalfailures_totalcount Presto Hive: Metastore Stats AlterTable.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_altertable_totalfailures_totalcount counter
presto_hivemetastorestats_altertable_totalfailures_totalcount 0.0
# HELP presto_java_lang_operatingsystem_freephysicalmemorysize Presto JVM: OperatingSystem _FreePhysicalMemorySize
# TYPE presto_java_lang_operatingsystem_freephysicalmemorysize gauge
presto_java_lang_operatingsystem_freephysicalmemorysize 1.73362409472E11
# HELP presto_clustermemorypool_reserved_nodes Presto ClusterMemoryPool: reserved Nodes
# TYPE presto_clustermemorypool_reserved_nodes gauge
presto_clustermemorypool_reserved_nodes 22.0
# HELP presto_querymanager_queuedtime_alltime_p75 Presto: QueryManager QueuedTime.AllTime.P75
# TYPE presto_querymanager_queuedtime_alltime_p75 gauge
presto_querymanager_queuedtime_alltime_p75 0.690733
# HELP presto_hivemetastorestats_alterdatabase_totalfailures_totalcount Presto Hive: Metastore Stats AlterDatabase.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_alterdatabase_totalfailures_totalcount counter
presto_hivemetastorestats_alterdatabase_totalfailures_totalcount 0.0
# HELP presto_querymanager_executiontime_alltime_p99 Presto: QueryManager ExecutionTime.AllTime.P99
# TYPE presto_querymanager_executiontime_alltime_p99 gauge
presto_querymanager_executiontime_alltime_p99 939911.761995
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_count Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_count gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_count 0.0
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_p75 Presto Hive: Metastore Stats DropDatabase.Time.AllTime.P75
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_p75 gauge
presto_hivemetastorestats_dropdatabase_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_max Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_max gauge
presto_hivemetastorestats_getalldatabases_time_alltime_max 39.230539
# HELP presto_hivemetastorestats_granttableprivileges_thriftexceptions_totalcount Presto Hive: Metastore Stats GrantTablePrivileges.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_granttableprivileges_thriftexceptions_totalcount counter
presto_hivemetastorestats_granttableprivileges_thriftexceptions_totalcount 0.0
# HELP presto_querymanager_executiontime_alltime_p95 Presto: QueryManager ExecutionTime.AllTime.P95
# TYPE presto_querymanager_executiontime_alltime_p95 gauge
presto_querymanager_executiontime_alltime_p95 80445.96182
# HELP presto_querymanager_cpuinputbyterate_alltime_maxerror Presto: QueryManager CpuInputByteRate.AllTime.MaxError
# TYPE presto_querymanager_cpuinputbyterate_alltime_maxerror gauge
presto_querymanager_cpuinputbyterate_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_max Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_max gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_max 1633.234591
# HELP presto_querymanager_executiontime_alltime_p90 Presto: QueryManager ExecutionTime.AllTime.P90
# TYPE presto_querymanager_executiontime_alltime_p90 gauge
presto_querymanager_executiontime_alltime_p90 43100.390891
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_max Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.Max
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_max gauge
presto_hivemetastorestats_alterdatabase_time_alltime_max NaN
# HELP presto_hivemetastorestats_getpartition_time_alltime_p50 Presto Hive: Metastore Stats GetPartition.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getpartition_time_alltime_p50 gauge
presto_hivemetastorestats_getpartition_time_alltime_p50 NaN
# HELP presto_querymanager_consumedcputimesecs_totalcount Presto: QueryManager ConsumedCpuTimeSecs.TotalCount
# TYPE presto_querymanager_consumedcputimesecs_totalcount counter
presto_querymanager_consumedcputimesecs_totalcount 4218858.0
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_p50 Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.P50
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_p50 gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_addpartitions_time_alltime_p75 Presto Hive: Metastore Stats AddPartitions.Time.AllTime.P75
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_p75 gauge
presto_hivemetastorestats_addpartitions_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_loadroles_time_alltime_max Presto Hive: Metastore Stats LoadRoles.Time.AllTime.Max
# TYPE presto_hivemetastorestats_loadroles_time_alltime_max gauge
presto_hivemetastorestats_loadroles_time_alltime_max NaN
# HELP presto_java_lang_threading_currentthreadcputimesupported Presto JVM: Threading _CurrentThreadCpuTimeSupported
# TYPE presto_java_lang_threading_currentthreadcputimesupported gauge
presto_java_lang_threading_currentthreadcputimesupported 1.0
# HELP presto_java_lang_threading_threadcontentionmonitoringenabled Presto JVM: Threading _ThreadContentionMonitoringEnabled
# TYPE presto_java_lang_threading_threadcontentionmonitoringenabled gauge
presto_java_lang_threading_threadcontentionmonitoringenabled 0.0
# HELP presto_hivemetastorestats_createdatabase_thriftexceptions_totalcount Presto Hive: Metastore Stats CreateDatabase.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_createdatabase_thriftexceptions_totalcount counter
presto_hivemetastorestats_createdatabase_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_listprivileges_time_alltime_min Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.Min
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_min gauge
presto_hivemetastorestats_listprivileges_time_alltime_min NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_p05 Presto: QueryManager WallInputBytesRate.AllTime.P05
# TYPE presto_querymanager_wallinputbytesrate_alltime_p05 gauge
presto_querymanager_wallinputbytesrate_alltime_p05 0.0
# HELP presto_querymanager_cpuinputbyterate_alltime_p50 Presto: QueryManager CpuInputByteRate.AllTime.P50
# TYPE presto_querymanager_cpuinputbyterate_alltime_p50 gauge
presto_querymanager_cpuinputbyterate_alltime_p50 185562.0
# HELP presto_querymanager_wallinputbytesrate_alltime_p01 Presto: QueryManager WallInputBytesRate.AllTime.P01
# TYPE presto_querymanager_wallinputbytesrate_alltime_p01 gauge
presto_querymanager_wallinputbytesrate_alltime_p01 0.0
# HELP presto_hivemetastorestats_droptable_totalfailures_totalcount Presto Hive: Metastore Stats DropTable.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_droptable_totalfailures_totalcount counter
presto_hivemetastorestats_droptable_totalfailures_totalcount 0.0
# HELP presto_clustermemorypool_general_totaldistributedbytes Presto ClusterMemoryPool: general TotalDistributedBytes
# TYPE presto_clustermemorypool_general_totaldistributedbytes gauge
presto_clustermemorypool_general_totaldistributedbytes 0.0
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_maxerror Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_maxerror gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_maxerror NaN
# HELP presto_querymanager_queuedtime_alltime_p95 Presto: QueryManager QueuedTime.AllTime.P95
# TYPE presto_querymanager_queuedtime_alltime_p95 gauge
presto_querymanager_queuedtime_alltime_p95 1.70057
# HELP presto_querymanager_completedqueries_totalcount Presto: QueryManager CompletedQueries.TotalCount
# TYPE presto_querymanager_completedqueries_totalcount counter
presto_querymanager_completedqueries_totalcount 365.0
# HELP presto_querymanager_queuedtime_alltime_p99 Presto: QueryManager QueuedTime.AllTime.P99
# TYPE presto_querymanager_queuedtime_alltime_p99 gauge
presto_querymanager_queuedtime_alltime_p99 168997.961594
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_p99 Presto Hive: Metastore Stats DropDatabase.Time.AllTime.P99
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_p99 gauge
presto_hivemetastorestats_dropdatabase_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_getallviews_time_alltime_p50 Presto Hive: Metastore Stats GetAllViews.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getallviews_time_alltime_p50 gauge
presto_hivemetastorestats_getallviews_time_alltime_p50 7.80553
# HELP presto_java_lang_threading_threadcount Presto JVM: Threading _ThreadCount
# TYPE presto_java_lang_threading_threadcount gauge
presto_java_lang_threading_threadcount 380.0
# HELP presto_querymanager_wallinputbytesrate_alltime_min Presto: QueryManager WallInputBytesRate.AllTime.Min
# TYPE presto_querymanager_wallinputbytesrate_alltime_min gauge
presto_querymanager_wallinputbytesrate_alltime_min 0.0
# HELP presto_java_lang_memory_nonheapmemoryusage_used Presto JVM: Memory NonHeapMemoryUsage_used
# TYPE presto_java_lang_memory_nonheapmemoryusage_used gauge
presto_java_lang_memory_nonheapmemoryusage_used 2.69691816E8
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_p90 Presto Hive: Metastore Stats DropDatabase.Time.AllTime.P90
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_p90 gauge
presto_hivemetastorestats_dropdatabase_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_alterpartition_time_alltime_max Presto Hive: Metastore Stats AlterPartition.Time.AllTime.Max
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_max gauge
presto_hivemetastorestats_alterpartition_time_alltime_max NaN
# HELP presto_hivemetastorestats_loadroles_metastoreexceptions_totalcount Presto Hive: Metastore Stats LoadRoles.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_loadroles_metastoreexceptions_totalcount counter
presto_hivemetastorestats_loadroles_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_createtable_thriftexceptions_totalcount Presto Hive: Metastore Stats CreateTable.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_createtable_thriftexceptions_totalcount counter
presto_hivemetastorestats_createtable_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartition_time_alltime_p75 Presto Hive: Metastore Stats GetPartition.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getpartition_time_alltime_p75 gauge
presto_hivemetastorestats_getpartition_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_p95 Presto Hive: Metastore Stats DropDatabase.Time.AllTime.P95
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_p95 gauge
presto_hivemetastorestats_dropdatabase_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_revoketableprivileges_metastoreexceptions_totalcount Presto Hive: Metastore Stats RevokeTablePrivileges.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_revoketableprivileges_metastoreexceptions_totalcount counter
presto_hivemetastorestats_revoketableprivileges_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartition_time_alltime_min Presto Hive: Metastore Stats GetPartition.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getpartition_time_alltime_min gauge
presto_hivemetastorestats_getpartition_time_alltime_min NaN
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_p99 Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_p99 gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_listprivileges_totalfailures_totalcount Presto Hive: Metastore Stats ListPrivileges.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_listprivileges_totalfailures_totalcount counter
presto_hivemetastorestats_listprivileges_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_p50 Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.P50
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_p50 gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_p50 NaN
# HELP presto_querymanager_insufficientresourcesfailures_totalcount Presto: QueryManager InsufficientResourcesFailures.TotalCount
# TYPE presto_querymanager_insufficientresourcesfailures_totalcount counter
presto_querymanager_insufficientresourcesfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getdatabase_time_alltime_count Presto Hive: Metastore Stats GetDatabase.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_count gauge
presto_hivemetastorestats_getdatabase_time_alltime_count 2.0
# HELP presto_java_lang_memory_heapmemoryusage_max Presto JVM: Memory HeapMemoryUsage_max
# TYPE presto_java_lang_memory_heapmemoryusage_max gauge
presto_java_lang_memory_heapmemoryusage_max 2.415919104E11
# HELP presto_hivemetastorestats_getpartition_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetPartition.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartition_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getpartition_metastoreexceptions_totalcount 0.0
# HELP presto_java_lang_threading_currentthreadcputime Presto JVM: Threading _CurrentThreadCpuTime
# TYPE presto_java_lang_threading_currentthreadcputime gauge
presto_java_lang_threading_currentthreadcputime 1.0707229E7
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_max Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_max gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_max 147.315657
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_p90 Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_p90 gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_getalltables_time_alltime_p95 Presto Hive: Metastore Stats GetAllTables.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getalltables_time_alltime_p95 gauge
presto_hivemetastorestats_getalltables_time_alltime_p95 41.294957
# HELP presto_hivemetastorestats_getalltables_time_alltime_p99 Presto Hive: Metastore Stats GetAllTables.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getalltables_time_alltime_p99 gauge
presto_hivemetastorestats_getalltables_time_alltime_p99 121.25585
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_p95 Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_p95 gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_alterpartition_totalfailures_totalcount Presto Hive: Metastore Stats AlterPartition.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_alterpartition_totalfailures_totalcount counter
presto_hivemetastorestats_alterpartition_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionsbynames_totalfailures_totalcount Presto Hive: Metastore Stats GetPartitionsByNames.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getpartitionsbynames_totalfailures_totalcount counter
presto_hivemetastorestats_getpartitionsbynames_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_getalltables_time_alltime_p90 Presto Hive: Metastore Stats GetAllTables.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getalltables_time_alltime_p90 gauge
presto_hivemetastorestats_getalltables_time_alltime_p90 32.140526
# HELP presto_hivemetastorestats_droppartition_thriftexceptions_totalcount Presto Hive: Metastore Stats DropPartition.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_droppartition_thriftexceptions_totalcount counter
presto_hivemetastorestats_droppartition_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_count Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_count gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_count 364.0
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_p90 Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.P90
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_p90 gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_p90 NaN
# HELP presto_clustermemorymanager_querieskilledduetooutofmemory Presto: ClusterMemoryManager QueriesKilledDueToOutOfMemory
# TYPE presto_clustermemorymanager_querieskilledduetooutofmemory gauge
presto_clustermemorymanager_querieskilledduetooutofmemory 0.0
# HELP presto_hivemetastorestats_droppartition_time_alltime_maxerror Presto Hive: Metastore Stats DropPartition.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_droppartition_time_alltime_maxerror gauge
presto_hivemetastorestats_droppartition_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_getallviews_time_alltime_p75 Presto Hive: Metastore Stats GetAllViews.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getallviews_time_alltime_p75 gauge
presto_hivemetastorestats_getallviews_time_alltime_p75 8.474114
# HELP presto_taskmanager_inputdatasize_totalcount Presto: TaskManager Stats InputDataSize.TotalCount
# TYPE presto_taskmanager_inputdatasize_totalcount counter
presto_taskmanager_inputdatasize_totalcount 1.4725039156915E13
# HELP presto_querymanager_executiontime_alltime_p50 Presto: QueryManager ExecutionTime.AllTime.P50
# TYPE presto_querymanager_executiontime_alltime_p50 gauge
presto_querymanager_executiontime_alltime_p50 161.003364
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_p95 Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.P95
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_p95 gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_p95 NaN
# HELP presto_java_lang_threading_threadcputimesupported Presto JVM: Threading _ThreadCpuTimeSupported
# TYPE presto_java_lang_threading_threadcputimesupported gauge
presto_java_lang_threading_threadcputimesupported 1.0
# HELP presto_hivemetastorestats_createdatabase_metastoreexceptions_totalcount Presto Hive: Metastore Stats CreateDatabase.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_createdatabase_metastoreexceptions_totalcount counter
presto_hivemetastorestats_createdatabase_metastoreexceptions_totalcount 0.0
# HELP presto_querymanager_cpuinputbyterate_alltime_p99 Presto: QueryManager CpuInputByteRate.AllTime.P99
# TYPE presto_querymanager_cpuinputbyterate_alltime_p99 gauge
presto_querymanager_cpuinputbyterate_alltime_p99 1.359371713E9
# HELP presto_hivemetastorestats_createtable_time_alltime_p99 Presto Hive: Metastore Stats CreateTable.Time.AllTime.P99
# TYPE presto_hivemetastorestats_createtable_time_alltime_p99 gauge
presto_hivemetastorestats_createtable_time_alltime_p99 NaN
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_p75 Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.P75
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_p75 gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_p75 NaN
# HELP presto_hive_namenodestats_listlocatedstatus_ioexceptions_totalcount Presto Hive: NameNodeStats ListLocatedStatus.IoExceptions.TotalCount
# TYPE presto_hive_namenodestats_listlocatedstatus_ioexceptions_totalcount counter
presto_hive_namenodestats_listlocatedstatus_ioexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getallviews_time_alltime_p99 Presto Hive: Metastore Stats GetAllViews.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getallviews_time_alltime_p99 gauge
presto_hivemetastorestats_getallviews_time_alltime_p99 10.877916
# HELP presto_hivemetastorestats_granttableprivileges_metastoreexceptions_totalcount Presto Hive: Metastore Stats GrantTablePrivileges.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_granttableprivileges_metastoreexceptions_totalcount counter
presto_hivemetastorestats_granttableprivileges_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_createtable_time_alltime_p90 Presto Hive: Metastore Stats CreateTable.Time.AllTime.P90
# TYPE presto_hivemetastorestats_createtable_time_alltime_p90 gauge
presto_hivemetastorestats_createtable_time_alltime_p90 NaN
# HELP presto_querymanager_cpuinputbyterate_alltime_p95 Presto: QueryManager CpuInputByteRate.AllTime.P95
# TYPE presto_querymanager_cpuinputbyterate_alltime_p95 gauge
presto_querymanager_cpuinputbyterate_alltime_p95 1.58080474E8
# HELP presto_querymanager_abandonedqueries_totalcount Presto: QueryManager AbandonedQueries.TotalCount
# TYPE presto_querymanager_abandonedqueries_totalcount counter
presto_querymanager_abandonedqueries_totalcount 0.0
# HELP presto_hivemetastorestats_createtable_time_alltime_p95 Presto Hive: Metastore Stats CreateTable.Time.AllTime.P95
# TYPE presto_hivemetastorestats_createtable_time_alltime_p95 gauge
presto_hivemetastorestats_createtable_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_getalltables_time_alltime_count Presto Hive: Metastore Stats GetAllTables.Time.AllTime.Count
# TYPE presto_hivemetastorestats_getalltables_time_alltime_count gauge
presto_hivemetastorestats_getalltables_time_alltime_count 64.0
# HELP presto_hivemetastorestats_alterpartition_metastoreexceptions_totalcount Presto Hive: Metastore Stats AlterPartition.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_alterpartition_metastoreexceptions_totalcount counter
presto_hivemetastorestats_alterpartition_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getalltables_time_alltime_p75 Presto Hive: Metastore Stats GetAllTables.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getalltables_time_alltime_p75 gauge
presto_hivemetastorestats_getalltables_time_alltime_p75 26.66362
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_p75 Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_p75 gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_p75 NaN
# HELP presto_querymanager_cpuinputbyterate_alltime_p90 Presto: QueryManager CpuInputByteRate.AllTime.P90
# TYPE presto_querymanager_cpuinputbyterate_alltime_p90 gauge
presto_querymanager_cpuinputbyterate_alltime_p90 1.22852715E8
# HELP presto_hivemetastorestats_alterdatabase_time_alltime_count Presto Hive: Metastore Stats AlterDatabase.Time.AllTime.Count
# TYPE presto_hivemetastorestats_alterdatabase_time_alltime_count gauge
presto_hivemetastorestats_alterdatabase_time_alltime_count 0.0
# HELP presto_hivemetastorestats_droptable_time_alltime_max Presto Hive: Metastore Stats DropTable.Time.AllTime.Max
# TYPE presto_hivemetastorestats_droptable_time_alltime_max gauge
presto_hivemetastorestats_droptable_time_alltime_max NaN
# HELP presto_querymanager_queuedtime_alltime_p50 Presto: QueryManager QueuedTime.AllTime.P50
# TYPE presto_querymanager_queuedtime_alltime_p50 gauge
presto_querymanager_queuedtime_alltime_p50 0.32344
# HELP presto_clustermemorypool_general_reserveddistributedbytes Presto ClusterMemoryPool: general ReservedDistributedBytes
# TYPE presto_clustermemorypool_general_reserveddistributedbytes gauge
presto_clustermemorypool_general_reserveddistributedbytes 0.0
# HELP presto_hivemetastorestats_getpartitionnames_time_alltime_maxerror Presto Hive: Metastore Stats GetPartitionNames.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getpartitionnames_time_alltime_maxerror gauge
presto_hivemetastorestats_getpartitionnames_time_alltime_maxerror NaN
# HELP presto_querymanager_executiontime_alltime_p75 Presto: QueryManager ExecutionTime.AllTime.P75
# TYPE presto_querymanager_executiontime_alltime_p75 gauge
presto_querymanager_executiontime_alltime_p75 1511.232982
# HELP presto_hivemetastorestats_createtable_time_alltime_maxerror Presto Hive: Metastore Stats CreateTable.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_createtable_time_alltime_maxerror gauge
presto_hivemetastorestats_createtable_time_alltime_maxerror NaN
# HELP presto_hivemetastorestats_getallviews_time_alltime_p95 Presto Hive: Metastore Stats GetAllViews.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getallviews_time_alltime_p95 gauge
presto_hivemetastorestats_getallviews_time_alltime_p95 9.247684
# HELP presto_hivemetastorestats_altertable_metastoreexceptions_totalcount Presto Hive: Metastore Stats AlterTable.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_altertable_metastoreexceptions_totalcount counter
presto_hivemetastorestats_altertable_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getallviews_time_alltime_p90 Presto Hive: Metastore Stats GetAllViews.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getallviews_time_alltime_p90 gauge
presto_hivemetastorestats_getallviews_time_alltime_p90 9.178356
# HELP presto_hivemetastorestats_getalldatabases_thriftexceptions_totalcount Presto Hive: Metastore Stats GetAllDatabases.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getalldatabases_thriftexceptions_totalcount counter
presto_hivemetastorestats_getalldatabases_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_p75 Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.P75
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_p75 gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_dropdatabase_totalfailures_totalcount Presto Hive: Metastore Stats DropDatabase.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_dropdatabase_totalfailures_totalcount counter
presto_hivemetastorestats_dropdatabase_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_loadroles_totalfailures_totalcount Presto Hive: Metastore Stats LoadRoles.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_loadroles_totalfailures_totalcount counter
presto_hivemetastorestats_loadroles_totalfailures_totalcount 0.0
# HELP presto_clustermemorypool_system_totaldistributedbytes Presto ClusterMemoryPool: system TotalDistributedBytes
# TYPE presto_clustermemorypool_system_totaldistributedbytes gauge
presto_clustermemorypool_system_totaldistributedbytes 2.12600881152E12
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_p50 Presto Hive: Metastore Stats DropDatabase.Time.AllTime.P50
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_p50 gauge
presto_hivemetastorestats_dropdatabase_time_alltime_p50 NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_maxerror Presto: QueryManager WallInputBytesRate.AllTime.MaxError
# TYPE presto_querymanager_wallinputbytesrate_alltime_maxerror gauge
presto_querymanager_wallinputbytesrate_alltime_maxerror 0.0
# HELP presto_clustermemorypool_system_assignedqueries Presto ClusterMemoryPool: system AssignedQueries
# TYPE presto_clustermemorypool_system_assignedqueries gauge
presto_clustermemorypool_system_assignedqueries 0.0
# HELP presto_clustermemorypool_system_freedistributedbytes Presto ClusterMemoryPool: system FreeDistributedBytes
# TYPE presto_clustermemorypool_system_freedistributedbytes gauge
presto_clustermemorypool_system_freedistributedbytes 2.126008794522E12
# HELP presto_java_lang_threading_currentthreadusertime Presto JVM: Threading _CurrentThreadUserTime
# TYPE presto_java_lang_threading_currentthreadusertime gauge
presto_java_lang_threading_currentthreadusertime 0.0
# HELP presto_querymanager_queuedtime_alltime_count Presto: QueryManager QueuedTime.AllTime.Count
# TYPE presto_querymanager_queuedtime_alltime_count gauge
presto_querymanager_queuedtime_alltime_count 365.0
# HELP presto_hivemetastorestats_createdatabase_totalfailures_totalcount Presto Hive: Metastore Stats CreateDatabase.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_createdatabase_totalfailures_totalcount counter
presto_hivemetastorestats_createdatabase_totalfailures_totalcount 0.0
# HELP presto_java_lang_operatingsystem_systemloadaverage Presto JVM: OperatingSystem _SystemLoadAverage
# TYPE presto_java_lang_operatingsystem_systemloadaverage gauge
presto_java_lang_operatingsystem_systemloadaverage 0.17
# HELP presto_hivemetastorestats_createtable_time_alltime_p75 Presto Hive: Metastore Stats CreateTable.Time.AllTime.P75
# TYPE presto_hivemetastorestats_createtable_time_alltime_p75 gauge
presto_hivemetastorestats_createtable_time_alltime_p75 NaN
# HELP presto_querymanager_cpuinputbyterate_alltime_min Presto: QueryManager CpuInputByteRate.AllTime.Min
# TYPE presto_querymanager_cpuinputbyterate_alltime_min gauge
presto_querymanager_cpuinputbyterate_alltime_min 0.0
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_count Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.Count
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_count gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_count 0.0
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_max Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.Max
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_max gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_max 169.869311
# HELP presto_hivemetastorestats_getpartitionnamesps_time_alltime_maxerror Presto Hive: Metastore Stats GetPartitionNamesPs.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getpartitionnamesps_time_alltime_maxerror gauge
presto_hivemetastorestats_getpartitionnamesps_time_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_getprivilegeset_totalfailures_totalcount Presto Hive: Metastore Stats GetPrivilegeSet.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getprivilegeset_totalfailures_totalcount counter
presto_hivemetastorestats_getprivilegeset_totalfailures_totalcount 0.0
# HELP presto_java_lang_threading_objectmonitorusagesupported Presto JVM: Threading _ObjectMonitorUsageSupported
# TYPE presto_java_lang_threading_objectmonitorusagesupported gauge
presto_java_lang_threading_objectmonitorusagesupported 1.0
# HELP presto_hivemetastorestats_getdatabase_totalfailures_totalcount Presto Hive: Metastore Stats GetDatabase.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_getdatabase_totalfailures_totalcount counter
presto_hivemetastorestats_getdatabase_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_listprivileges_time_alltime_p50 Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.P50
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_p50 gauge
presto_hivemetastorestats_listprivileges_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_altertable_time_alltime_count Presto Hive: Metastore Stats AlterTable.Time.AllTime.Count
# TYPE presto_hivemetastorestats_altertable_time_alltime_count gauge
presto_hivemetastorestats_altertable_time_alltime_count 0.0
# HELP presto_clustermemorypool_system_reservedrevocabledistributedbytes Presto ClusterMemoryPool: system ReservedRevocableDistributedBytes
# TYPE presto_clustermemorypool_system_reservedrevocabledistributedbytes gauge
presto_clustermemorypool_system_reservedrevocabledistributedbytes 0.0
# HELP presto_querymanager_canceledqueries_totalcount Presto: QueryManager CanceledQueries.TotalCount
# TYPE presto_querymanager_canceledqueries_totalcount counter
presto_querymanager_canceledqueries_totalcount 9.0
# HELP presto_querymanager_cpuinputbyterate_alltime_p01 Presto: QueryManager CpuInputByteRate.AllTime.P01
# TYPE presto_querymanager_cpuinputbyterate_alltime_p01 gauge
presto_querymanager_cpuinputbyterate_alltime_p01 0.0
# HELP presto_hivemetastorestats_listprivileges_thriftexceptions_totalcount Presto Hive: Metastore Stats ListPrivileges.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_listprivileges_thriftexceptions_totalcount counter
presto_hivemetastorestats_listprivileges_thriftexceptions_totalcount 0.0
# HELP presto_querymanager_cpuinputbyterate_alltime_p05 Presto: QueryManager CpuInputByteRate.AllTime.P05
# TYPE presto_querymanager_cpuinputbyterate_alltime_p05 gauge
presto_querymanager_cpuinputbyterate_alltime_p05 0.0
# HELP presto_java_lang_operatingsystem_maxfiledescriptorcount Presto JVM: OperatingSystem _MaxFileDescriptorCount
# TYPE presto_java_lang_operatingsystem_maxfiledescriptorcount gauge
presto_java_lang_operatingsystem_maxfiledescriptorcount 515884.0
# HELP presto_hivemetastorestats_loadroles_time_alltime_count Presto Hive: Metastore Stats LoadRoles.Time.AllTime.Count
# TYPE presto_hivemetastorestats_loadroles_time_alltime_count gauge
presto_hivemetastorestats_loadroles_time_alltime_count 0.0
# HELP presto_hivemetastorestats_altertable_time_alltime_min Presto Hive: Metastore Stats AlterTable.Time.AllTime.Min
# TYPE presto_hivemetastorestats_altertable_time_alltime_min gauge
presto_hivemetastorestats_altertable_time_alltime_min NaN
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_maxerror Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_maxerror gauge
presto_hivemetastorestats_getalldatabases_time_alltime_maxerror 0.0
# HELP presto_querymanager_wallinputbytesrate_alltime_max Presto: QueryManager WallInputBytesRate.AllTime.Max
# TYPE presto_querymanager_wallinputbytesrate_alltime_max gauge
presto_querymanager_wallinputbytesrate_alltime_max 1.54497189523E11
# HELP presto_hivemetastorestats_getpartitionsbynames_time_alltime_maxerror Presto Hive: Metastore Stats GetPartitionsByNames.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_getpartitionsbynames_time_alltime_maxerror gauge
presto_hivemetastorestats_getpartitionsbynames_time_alltime_maxerror 0.0
# HELP presto_hivemetastorestats_listprivileges_time_alltime_p75 Presto Hive: Metastore Stats ListPrivileges.Time.AllTime.P75
# TYPE presto_hivemetastorestats_listprivileges_time_alltime_p75 gauge
presto_hivemetastorestats_listprivileges_time_alltime_p75 NaN
# HELP presto_hivemetastorestats_createtable_metastoreexceptions_totalcount Presto Hive: Metastore Stats CreateTable.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_createtable_metastoreexceptions_totalcount counter
presto_hivemetastorestats_createtable_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_droppartition_metastoreexceptions_totalcount Presto Hive: Metastore Stats DropPartition.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_droppartition_metastoreexceptions_totalcount counter
presto_hivemetastorestats_droppartition_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_granttableprivileges_totalfailures_totalcount Presto Hive: Metastore Stats GrantTablePrivileges.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_granttableprivileges_totalfailures_totalcount counter
presto_hivemetastorestats_granttableprivileges_totalfailures_totalcount 0.0
# HELP presto_hivemetastorestats_createtable_time_alltime_p50 Presto Hive: Metastore Stats CreateTable.Time.AllTime.P50
# TYPE presto_hivemetastorestats_createtable_time_alltime_p50 gauge
presto_hivemetastorestats_createtable_time_alltime_p50 NaN
# HELP presto_hivemetastorestats_getallviews_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetAllViews.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getallviews_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getallviews_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getdatabase_time_alltime_p90 Presto Hive: Metastore Stats GetDatabase.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_p90 gauge
presto_hivemetastorestats_getdatabase_time_alltime_p90 12.56342
# HELP presto_hivemetastorestats_getdatabase_time_alltime_p95 Presto Hive: Metastore Stats GetDatabase.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_p95 gauge
presto_hivemetastorestats_getdatabase_time_alltime_p95 12.56342
# HELP presto_hivemetastorestats_loadroles_time_alltime_min Presto Hive: Metastore Stats LoadRoles.Time.AllTime.Min
# TYPE presto_hivemetastorestats_loadroles_time_alltime_min gauge
presto_hivemetastorestats_loadroles_time_alltime_min NaN
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_p90 Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.P90
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_p90 gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_p90 15.368191
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_p95 Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.P95
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_p95 gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_p95 27.787263
# HELP presto_hivemetastorestats_getalltables_thriftexceptions_totalcount Presto Hive: Metastore Stats GetAllTables.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getalltables_thriftexceptions_totalcount counter
presto_hivemetastorestats_getalltables_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_getdatabase_time_alltime_p99 Presto Hive: Metastore Stats GetDatabase.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_p99 gauge
presto_hivemetastorestats_getdatabase_time_alltime_p99 12.56342
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_p99 Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.P99
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_p99 gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_p99 91.750399
# HELP presto_clustermemorypool_general_blockednodes Presto ClusterMemoryPool: general BlockedNodes
# TYPE presto_clustermemorypool_general_blockednodes gauge
presto_clustermemorypool_general_blockednodes 22.0
# HELP presto_hivemetastorestats_granttableprivileges_time_alltime_min Presto Hive: Metastore Stats GrantTablePrivileges.Time.AllTime.Min
# TYPE presto_hivemetastorestats_granttableprivileges_time_alltime_min gauge
presto_hivemetastorestats_granttableprivileges_time_alltime_min NaN
# HELP presto_hivemetastorestats_getdatabase_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetDatabase.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getdatabase_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getdatabase_metastoreexceptions_totalcount 0.0
# HELP presto_java_lang_memory_objectpendingfinalizationcount Presto JVM: Memory _ObjectPendingFinalizationCount
# TYPE presto_java_lang_memory_objectpendingfinalizationcount gauge
presto_java_lang_memory_objectpendingfinalizationcount 0.0
# HELP presto_java_lang_threading_peakthreadcount Presto JVM: Threading _PeakThreadCount
# TYPE presto_java_lang_threading_peakthreadcount gauge
presto_java_lang_threading_peakthreadcount 904.0
# HELP presto_java_lang_memory_heapmemoryusage_used Presto JVM: Memory HeapMemoryUsage_used
# TYPE presto_java_lang_memory_heapmemoryusage_used gauge
presto_java_lang_memory_heapmemoryusage_used 9.6921687984E10
# HELP presto_hivemetastorestats_gettable_time_alltime_max Presto Hive: Metastore Stats GetTable.Time.AllTime.Max
# TYPE presto_hivemetastorestats_gettable_time_alltime_max gauge
presto_hivemetastorestats_gettable_time_alltime_max 77.310427
# HELP presto_clustermemorypool_general_reservedrevocabledistributedbytes Presto ClusterMemoryPool: general ReservedRevocableDistributedBytes
# TYPE presto_clustermemorypool_general_reservedrevocabledistributedbytes gauge
presto_clustermemorypool_general_reservedrevocabledistributedbytes 0.0
# HELP presto_hivemetastorestats_droppartition_time_alltime_max Presto Hive: Metastore Stats DropPartition.Time.AllTime.Max
# TYPE presto_hivemetastorestats_droppartition_time_alltime_max gauge
presto_hivemetastorestats_droppartition_time_alltime_max NaN
# HELP presto_querymanager_wallinputbytesrate_alltime_total Presto: QueryManager WallInputBytesRate.AllTime.Total
# TYPE presto_querymanager_wallinputbytesrate_alltime_total gauge
presto_querymanager_wallinputbytesrate_alltime_total 1.844207719602E12
# HELP presto_hivemetastorestats_dropdatabase_time_alltime_maxerror Presto Hive: Metastore Stats DropDatabase.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_dropdatabase_time_alltime_maxerror gauge
presto_hivemetastorestats_dropdatabase_time_alltime_maxerror NaN
# HELP presto_java_lang_memory_nonheapmemoryusage_init Presto JVM: Memory NonHeapMemoryUsage_init
# TYPE presto_java_lang_memory_nonheapmemoryusage_init gauge
presto_java_lang_memory_nonheapmemoryusage_init 2555904.0
# HELP presto_hivemetastorestats_alterpartition_time_alltime_p99 Presto Hive: Metastore Stats AlterPartition.Time.AllTime.P99
# TYPE presto_hivemetastorestats_alterpartition_time_alltime_p99 gauge
presto_hivemetastorestats_alterpartition_time_alltime_p99 NaN
# HELP presto_clustermemorypool_reserved_freedistributedbytes Presto ClusterMemoryPool: reserved FreeDistributedBytes
# TYPE presto_clustermemorypool_reserved_freedistributedbytes gauge
presto_clustermemorypool_reserved_freedistributedbytes 3.18901321728E12
# HELP presto_hivemetastorestats_getpartitionnames_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetPartitionNames.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartitionnames_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getpartitionnames_metastoreexceptions_totalcount 0.0
# HELP presto_querymanager_executiontime_alltime_count Presto: QueryManager ExecutionTime.AllTime.Count
# TYPE presto_querymanager_executiontime_alltime_count gauge
presto_querymanager_executiontime_alltime_count 365.0
# HELP presto_hivemetastorestats_addpartitions_time_alltime_count Presto Hive: Metastore Stats AddPartitions.Time.AllTime.Count
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_count gauge
presto_hivemetastorestats_addpartitions_time_alltime_count 0.0
# HELP presto_hivemetastorestats_getpartition_time_alltime_p90 Presto Hive: Metastore Stats GetPartition.Time.AllTime.P90
# TYPE presto_hivemetastorestats_getpartition_time_alltime_p90 gauge
presto_hivemetastorestats_getpartition_time_alltime_p90 NaN
# HELP presto_hivemetastorestats_createdatabase_time_alltime_max Presto Hive: Metastore Stats CreateDatabase.Time.AllTime.Max
# TYPE presto_hivemetastorestats_createdatabase_time_alltime_max gauge
presto_hivemetastorestats_createdatabase_time_alltime_max NaN
# HELP presto_hivemetastorestats_getdatabase_time_alltime_p75 Presto Hive: Metastore Stats GetDatabase.Time.AllTime.P75
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_p75 gauge
presto_hivemetastorestats_getdatabase_time_alltime_p75 12.56342
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_p75 Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.P75
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_p75 gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_p75 5.439487
# HELP presto_hivemetastorestats_getpartition_time_alltime_p95 Presto Hive: Metastore Stats GetPartition.Time.AllTime.P95
# TYPE presto_hivemetastorestats_getpartition_time_alltime_p95 gauge
presto_hivemetastorestats_getpartition_time_alltime_p95 NaN
# HELP presto_hivemetastorestats_getalldatabases_time_alltime_min Presto Hive: Metastore Stats GetAllDatabases.Time.AllTime.Min
# TYPE presto_hivemetastorestats_getalldatabases_time_alltime_min gauge
presto_hivemetastorestats_getalldatabases_time_alltime_min 6.993202
# HELP presto_hivemetastorestats_getpartition_time_alltime_p99 Presto Hive: Metastore Stats GetPartition.Time.AllTime.P99
# TYPE presto_hivemetastorestats_getpartition_time_alltime_p99 gauge
presto_hivemetastorestats_getpartition_time_alltime_p99 NaN
# HELP presto_clustermemorypool_system_nodes Presto ClusterMemoryPool: system Nodes
# TYPE presto_clustermemorypool_system_nodes gauge
presto_clustermemorypool_system_nodes 22.0
# HELP presto_hivemetastorestats_getpartitionsbynames_metastoreexceptions_totalcount Presto Hive: Metastore Stats GetPartitionsByNames.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartitionsbynames_metastoreexceptions_totalcount counter
presto_hivemetastorestats_getpartitionsbynames_metastoreexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_min Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.Min
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_min gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_min NaN
# HELP presto_hivemetastorestats_getpartitionsbynames_thriftexceptions_totalcount Presto Hive: Metastore Stats GetPartitionsByNames.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_getpartitionsbynames_thriftexceptions_totalcount counter
presto_hivemetastorestats_getpartitionsbynames_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_listprivileges_metastoreexceptions_totalcount Presto Hive: Metastore Stats ListPrivileges.MetastoreExceptions.TotalCount
# TYPE presto_hivemetastorestats_listprivileges_metastoreexceptions_totalcount counter
presto_hivemetastorestats_listprivileges_metastoreexceptions_totalcount 0.0
# HELP presto_querymanager_cpuinputbyterate_alltime_p10 Presto: QueryManager CpuInputByteRate.AllTime.P10
# TYPE presto_querymanager_cpuinputbyterate_alltime_p10 gauge
presto_querymanager_cpuinputbyterate_alltime_p10 0.0
# HELP presto_hivemetastorestats_getprivilegeset_time_alltime_max Presto Hive: Metastore Stats GetPrivilegeSet.Time.AllTime.Max
# TYPE presto_hivemetastorestats_getprivilegeset_time_alltime_max gauge
presto_hivemetastorestats_getprivilegeset_time_alltime_max NaN
# HELP presto_hivemetastorestats_revoketableprivileges_time_alltime_count Presto Hive: Metastore Stats RevokeTablePrivileges.Time.AllTime.Count
# TYPE presto_hivemetastorestats_revoketableprivileges_time_alltime_count gauge
presto_hivemetastorestats_revoketableprivileges_time_alltime_count 0.0
# HELP presto_hivemetastorestats_getdatabase_time_alltime_p50 Presto Hive: Metastore Stats GetDatabase.Time.AllTime.P50
# TYPE presto_hivemetastorestats_getdatabase_time_alltime_p50 gauge
presto_hivemetastorestats_getdatabase_time_alltime_p50 12.56342
# HELP presto_querymanager_cpuinputbyterate_alltime_p25 Presto: QueryManager CpuInputByteRate.AllTime.P25
# TYPE presto_querymanager_cpuinputbyterate_alltime_p25 gauge
presto_querymanager_cpuinputbyterate_alltime_p25 0.0
# HELP presto_taskmanager_inputpositions_totalcount Presto: TaskManager Stats InputPositions.TotalCount
# TYPE presto_taskmanager_inputpositions_totalcount counter
presto_taskmanager_inputpositions_totalcount 9.5953137954E10
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_maxerror Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.MaxError
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_maxerror gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_maxerror 0.005119114540314676
# HELP presto_hive_namenodestats_remoteiteratornext_time_alltime_count Presto Hive: NameNodeStats RemoteIteratorNext.Time.AllTime.Count
# TYPE presto_hive_namenodestats_remoteiteratornext_time_alltime_count gauge
presto_hive_namenodestats_remoteiteratornext_time_alltime_count 985522.0
# HELP presto_hivemetastorestats_addpartitions_time_alltime_maxerror Presto Hive: Metastore Stats AddPartitions.Time.AllTime.MaxError
# TYPE presto_hivemetastorestats_addpartitions_time_alltime_maxerror gauge
presto_hivemetastorestats_addpartitions_time_alltime_maxerror NaN
# HELP presto_java_lang_operatingsystem_processcpuload Presto JVM: OperatingSystem _ProcessCpuLoad
# TYPE presto_java_lang_operatingsystem_processcpuload gauge
presto_java_lang_operatingsystem_processcpuload 0.0014359246790782293
# HELP presto_hivemetastorestats_droptable_time_alltime_min Presto Hive: Metastore Stats DropTable.Time.AllTime.Min
# TYPE presto_hivemetastorestats_droptable_time_alltime_min gauge
presto_hivemetastorestats_droptable_time_alltime_min NaN
# HELP presto_hive_namenodestats_listlocatedstatus_time_alltime_p50 Presto Hive: NameNodeStats ListLocatedStatus.Time.AllTime.P50
# TYPE presto_hive_namenodestats_listlocatedstatus_time_alltime_p50 gauge
presto_hive_namenodestats_listlocatedstatus_time_alltime_p50 1.298431
# HELP presto_hivemetastorestats_alterpartition_thriftexceptions_totalcount Presto Hive: Metastore Stats AlterPartition.ThriftExceptions.TotalCount
# TYPE presto_hivemetastorestats_alterpartition_thriftexceptions_totalcount counter
presto_hivemetastorestats_alterpartition_thriftexceptions_totalcount 0.0
# HELP presto_hivemetastorestats_droppartition_totalfailures_totalcount Presto Hive: Metastore Stats DropPartition.TotalFailures.TotalCount
# TYPE presto_hivemetastorestats_droppartition_totalfailures_totalcount counter
presto_hivemetastorestats_droppartition_totalfailures_totalcount 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.182164561
# 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 25857.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 45943.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 20086.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment