vttranlina commented on PR #2537:
URL: https://github.com/apache/james-project/pull/2537#issuecomment-2517611251

   It’s make sense that Benoit insistence on re-evaluating the performance test 
results is meaningful.
   
   Initially, I focused solely on optimizing the "SELECT" query to make it 
return results faster, without considering the overall impact.
   
   However, after conducting the performance test several times (3 before and 3 
after), the overall performance has degraded in the "after".
   
   The most noticeable impact is on the 99th percentile metrics in Gatling, 
particularly for the IMAP "store" request, and `IMAP_APPEND` metrics, which 
directly affects from `PostgresThreadDAO`.
   
   One positive outcome is that the 50th and 75th percentile metrics showed 
improved performance.
   
   After investigation, I discovered that adding an index to the `threads` 
table did make the "SELECT" query faster, but it significantly slowed down the 
"INSERT" operations => that is reason 
   
   => I'm ok with revert this commit. 
   
   
   ### Metrics
   - Before
   ```
   IMAP_APPEND{quantile="0.5",} 0.021102591
   IMAP_APPEND{quantile="0.75",} 0.025559039000000002
   IMAP_APPEND{quantile="0.95",} 0.035651583
   IMAP_APPEND{quantile="0.98",} 0.045350911
   IMAP_APPEND{quantile="0.99",} 0.057147391000000006
   IMAP_APPEND{quantile="0.999",} 2.113929215
   IMAP_APPEND_count 24232.0
   ```
   
   <details>
   
   <summary>Full before metrics</summary>
   
   ```
   # HELP jvm_memory_heap_committed Generated from Dropwizard metric import 
(metric=jvm.memory.heap.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea6e48)
   # TYPE jvm_memory_heap_committed gauge
   jvm_memory_heap_committed 3.221225472E9
   # HELP enqueuedMail:spool_total Generated from Dropwizard metric import 
(metric=enqueuedMail:spool, type=com.codahale.metrics.Meter)
   # TYPE enqueuedMail:spool_total counter
   enqueuedMail:spool_total 0.0
   # HELP jvm_memory_non_heap_used Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea74d8)
   # TYPE jvm_memory_non_heap_used gauge
   jvm_memory_non_heap_used 2.5997672E8
   # HELP imapConnections_total Generated from Dropwizard metric import 
(metric=imapConnections, type=com.codahale.metrics.Meter)
   # TYPE imapConnections_total counter
   imapConnections_total 0.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__used Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__used gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__used 2.8497152E7
   # HELP blobStore:readBytes Generated from Dropwizard metric import 
(metric=blobStore:readBytes, type=com.codahale.metrics.Timer)
   # TYPE blobStore:readBytes summary
   blobStore:readBytes{quantile="0.5",} 0.023855103000000002
   blobStore:readBytes{quantile="0.75",} 0.044564479000000004
   blobStore:readBytes{quantile="0.95",} 0.08860467100000001
   blobStore:readBytes{quantile="0.98",} 0.137363455
   blobStore:readBytes{quantile="0.99",} 0.192937983
   blobStore:readBytes{quantile="0.999",} 0.9479127030000001
   blobStore:readBytes_count 51495.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__init Generated from 
Dropwizard metric import (metric=jvm.memory.pools.CodeHeap-'non-nmethods'.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__init gauge
   jvm_memory_pools_CodeHeap__non_nmethods__init 2555904.0
   # HELP jvm_gc_G1_Young_Generation_time Generated from Dropwizard metric 
import (metric=jvm.gc.G1-Young-Generation.time, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007f2bc3ea4770)
   # TYPE jvm_gc_G1_Young_Generation_time gauge
   jvm_gc_G1_Young_Generation_time 8000.0
   # HELP imapCommands_total Generated from Dropwizard metric import 
(metric=imapCommands, type=com.codahale.metrics.Meter)
   # TYPE imapCommands_total counter
   imapCommands_total 336878.0
   # HELP IMAP_FETCH Generated from Dropwizard metric import 
(metric=IMAP-FETCH, type=com.codahale.metrics.Timer)
   # TYPE IMAP_FETCH summary
   IMAP_FETCH{quantile="0.5",} 0.008257535
   IMAP_FETCH{quantile="0.75",} 0.028180479
   IMAP_FETCH{quantile="0.95",} 0.074973183
   IMAP_FETCH{quantile="0.98",} 0.100139007
   IMAP_FETCH{quantile="0.99",} 0.136314879
   IMAP_FETCH{quantile="0.999",} 0.595591167
   IMAP_FETCH_count 57487.0
   # HELP SMTP_unknown Generated from Dropwizard metric import 
(metric=SMTP-unknown, type=com.codahale.metrics.Timer)
   # TYPE SMTP_unknown summary
   SMTP_unknown{quantile="0.5",} 1.6383900000000001E-4
   SMTP_unknown{quantile="0.75",} 2.2732700000000001E-4
   SMTP_unknown{quantile="0.95",} 5.898230000000001E-4
   SMTP_unknown{quantile="0.98",} 5.898230000000001E-4
   SMTP_unknown{quantile="0.99",} 5.898230000000001E-4
   SMTP_unknown{quantile="0.999",} 5.898230000000001E-4
   SMTP_unknown_count 4.0
   # HELP jvm_memory_non_heap_usage Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$2)
   # TYPE jvm_memory_non_heap_usage gauge
   jvm_memory_non_heap_usage 0.988766184357085
   # HELP ldap_created_connection_count Generated from Dropwizard metric import 
(metric=ldap-created-connection-count, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE ldap_created_connection_count gauge
   ldap_created_connection_count 2.0
   # HELP rabbit_register Generated from Dropwizard metric import 
(metric=rabbit-register, type=com.codahale.metrics.Timer)
   # TYPE rabbit_register summary
   rabbit_register{quantile="0.5",} 0.030670847
   rabbit_register{quantile="0.75",} 0.07287603100000001
   rabbit_register{quantile="0.95",} 0.42572185500000004
   rabbit_register{quantile="0.98",} 1.056964607
   rabbit_register{quantile="0.99",} 1.979711487
   rabbit_register{quantile="0.999",} 3.808428031
   rabbit_register_count 5545.0
   # HELP IMAP_EXPUNGE Generated from Dropwizard metric import 
(metric=IMAP-EXPUNGE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_EXPUNGE summary
   IMAP_EXPUNGE{quantile="0.5",} 0.003964927
   IMAP_EXPUNGE{quantile="0.75",} 0.004915199
   IMAP_EXPUNGE{quantile="0.95",} 0.008060927
   IMAP_EXPUNGE{quantile="0.98",} 0.011075583
   IMAP_EXPUNGE{quantile="0.99",} 0.015204351000000001
   IMAP_EXPUNGE{quantile="0.999",} 0.039583743000000005
   IMAP_EXPUNGE_count 3037.0
   # HELP s3_httpClient_leasedConcurrency Generated from Dropwizard metric 
import (metric=s3_httpClient_leasedConcurrency, 
type=com.codahale.metrics.DefaultSettableGauge)
   # TYPE s3_httpClient_leasedConcurrency gauge
   s3_httpClient_leasedConcurrency 0.0
   # HELP IMAP_SEARCH Generated from Dropwizard metric import 
(metric=IMAP-SEARCH, type=com.codahale.metrics.Timer)
   # TYPE IMAP_SEARCH summary
   IMAP_SEARCH{quantile="0.5",} 0.007012351000000001
   IMAP_SEARCH{quantile="0.75",} 0.008585215
   IMAP_SEARCH{quantile="0.95",} 0.012386303000000001
   IMAP_SEARCH{quantile="0.98",} 0.015925247
   IMAP_SEARCH{quantile="0.99",} 0.021102591
   IMAP_SEARCH{quantile="0.999",} 0.045613055
   IMAP_SEARCH_count 12105.0
   # HELP jvm_memory_pools_G1_Old_Gen_committed Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Old-Gen.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_G1_Old_Gen_committed gauge
   jvm_memory_pools_G1_Old_Gen_committed 2.418016256E9
   # HELP webAdmin Generated from Dropwizard metric import (metric=webAdmin, 
type=com.codahale.metrics.Timer)
   # TYPE webAdmin summary
   webAdmin{quantile="0.5",} 9.46175E-4
   webAdmin{quantile="0.75",} 0.001089535
   webAdmin{quantile="0.95",} 0.001581055
   webAdmin{quantile="0.98",} 0.001933311
   webAdmin{quantile="0.99",} 0.0029982710000000003
   webAdmin{quantile="0.999",} 0.08493465500000001
   webAdmin_count 315.0
   # HELP mailbox_listener_OpenSearchQuotaMailboxListener Generated from 
Dropwizard metric import 
(metric=mailbox-listener-OpenSearchQuotaMailboxListener, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_OpenSearchQuotaMailboxListener summary
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.5",} 0.006946815
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.75",} 
0.007667711000000001
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.95",} 0.009043967
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.98",} 0.010289151
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.99",} 0.012189695
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.999",} 
0.030670847
   mailbox_listener_OpenSearchQuotaMailboxListener_count 24471.0
   # HELP jvm_memory_pools_G1_Survivor_Space_committed Generated from 
Dropwizard metric import (metric=jvm.memory.pools.G1-Survivor-Space.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_G1_Survivor_Space_committed gauge
   jvm_memory_pools_G1_Survivor_Space_committed 4194304.0
   # HELP blobStore:saveBytes Generated from Dropwizard metric import 
(metric=blobStore:saveBytes, type=com.codahale.metrics.Timer)
   # TYPE blobStore:saveBytes summary
   blobStore:saveBytes{quantile="0.5",} 0.0016547830000000002
   blobStore:saveBytes{quantile="0.75",} 0.002113535
   blobStore:saveBytes{quantile="0.95",} 0.003653631
   blobStore:saveBytes{quantile="0.98",} 0.004915199
   blobStore:saveBytes{quantile="0.99",} 0.0060948470000000005
   blobStore:saveBytes{quantile="0.999",} 0.020971519
   blobStore:saveBytes_count 24232.0
   # HELP jmap_pending_downloads_total Generated from Dropwizard metric import 
(metric=jmap_pending_downloads, type=com.codahale.metrics.Meter)
   # TYPE jmap_pending_downloads_total counter
   jmap_pending_downloads_total 0.0
   # HELP jvm_gc_G1_Young_Generation_count Generated from Dropwizard metric 
import (metric=jvm.gc.G1-Young-Generation.count, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007f2bc3ea4548)
   # TYPE jvm_gc_G1_Young_Generation_count gauge
   jvm_gc_G1_Young_Generation_count 414.0
   # HELP jvm_memory_pools_Metaspace_committed Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_Metaspace_committed gauge
   jvm_memory_pools_Metaspace_committed 1.62267136E8
   # HELP mailbox_listener_OpenSearchListeningMessageSearchIndex Generated from 
Dropwizard metric import 
(metric=mailbox-listener-OpenSearchListeningMessageSearchIndex, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_OpenSearchListeningMessageSearchIndex summary
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.5",} 
0.035651583
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.75",} 
0.052166655000000006
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.95",} 
0.099090431
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.98",} 
0.142606335
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.99",} 
0.20237516700000002
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.999",} 
1.056964607
   mailbox_listener_OpenSearchListeningMessageSearchIndex_count 30426.0
   # HELP jvm_file_descriptor Generated from Dropwizard metric import 
(metric=jvm.file.descriptor, 
type=com.codahale.metrics.jvm.FileDescriptorRatioGauge)
   # TYPE jvm_file_descriptor gauge
   jvm_file_descriptor 7.104873657226562E-4
   # HELP jvm_memory_total_init Generated from Dropwizard metric import 
(metric=jvm.memory.total.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea5f30)
   # TYPE jvm_memory_total_init gauge
   jvm_memory_total_init 3.228893184E9
   # HELP jvm_threads_daemon_count Generated from Dropwizard metric import 
(metric=jvm.threads.daemon.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea5238)
   # TYPE jvm_threads_daemon_count gauge
   jvm_threads_daemon_count 123.0
   # HELP jvm_gc_G1_Old_Generation_time Generated from Dropwizard metric import 
(metric=jvm.gc.G1-Old-Generation.time, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007f2bc3ea4770)
   # TYPE jvm_gc_G1_Old_Generation_time gauge
   jvm_gc_G1_Old_Generation_time 0.0
   # HELP rabbit_unregister Generated from Dropwizard metric import 
(metric=rabbit-unregister, type=com.codahale.metrics.Timer)
   # TYPE rabbit_unregister summary
   rabbit_unregister{quantile="0.5",} 0.032374783000000004
   rabbit_unregister{quantile="0.75",} 0.109576191
   rabbit_unregister{quantile="0.95",} 0.650117119
   rabbit_unregister{quantile="0.98",} 1.468006399
   rabbit_unregister{quantile="0.99",} 2.550136831
   rabbit_unregister{quantile="0.999",} 6.140461055
   rabbit_unregister_count 5545.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__usage Generated 
from Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__usage gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__usage 0.2318331389536821
   # HELP jvm_threads_blocked_count Generated from Dropwizard metric import 
(metric=jvm.threads.blocked.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea4de8)
   # TYPE jvm_threads_blocked_count gauge
   jvm_threads_blocked_count 0.0
   # HELP jvm_memory_pools_Compressed_Class_Space_usage Generated from 
Dropwizard metric import (metric=jvm.memory.pools.Compressed-Class-Space.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_Compressed_Class_Space_usage gauge
   jvm_memory_pools_Compressed_Class_Space_usage 0.017658963799476624
   # HELP IMAP_LOGIN Generated from Dropwizard metric import 
(metric=IMAP-LOGIN, type=com.codahale.metrics.Timer)
   # TYPE IMAP_LOGIN summary
   IMAP_LOGIN{quantile="0.5",} 0.008028159
   IMAP_LOGIN{quantile="0.75",} 0.011075583
   IMAP_LOGIN{quantile="0.95",} 0.017170431
   IMAP_LOGIN{quantile="0.98",} 0.021102591
   IMAP_LOGIN{quantile="0.99",} 0.026738687
   IMAP_LOGIN{quantile="0.999",} 0.07549747100000001
   IMAP_LOGIN_count 2523.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__used Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__used gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__used 4.9112192E7
   # HELP IMAP_ENABLE Generated from Dropwizard metric import 
(metric=IMAP-ENABLE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_ENABLE summary
   IMAP_ENABLE{quantile="0.5",} 8.652700000000001E-5
   IMAP_ENABLE{quantile="0.75",} 1.1059100000000001E-4
   IMAP_ENABLE{quantile="0.95",} 1.8124700000000002E-4
   IMAP_ENABLE{quantile="0.98",} 2.2527900000000002E-4
   IMAP_ENABLE{quantile="0.99",} 2.76479E-4
   IMAP_ENABLE{quantile="0.999",} 8.23295E-4
   IMAP_ENABLE_count 2523.0
   # HELP rabbit_release Generated from Dropwizard metric import 
(metric=rabbit-release, type=com.codahale.metrics.Timer)
   # TYPE rabbit_release summary
   rabbit_release{quantile="0.5",} 3.999E-6
   rabbit_release{quantile="0.75",} 5.215E-6
   rabbit_release{quantile="0.95",} 1.0367000000000001E-5
   rabbit_release{quantile="0.98",} 1.5871E-5
   rabbit_release{quantile="0.99",} 2.4191000000000003E-5
   rabbit_release{quantile="0.999",} 9.164700000000001E-5
   rabbit_release_count 84901.0
   # HELP IMAP_GETQUOTAROOT Generated from Dropwizard metric import 
(metric=IMAP-GETQUOTAROOT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_GETQUOTAROOT summary
   IMAP_GETQUOTAROOT{quantile="0.5",} 0.0046530550000000006
   IMAP_GETQUOTAROOT{quantile="0.75",} 0.005865471000000001
   IMAP_GETQUOTAROOT{quantile="0.95",} 0.009502719
   IMAP_GETQUOTAROOT{quantile="0.98",} 0.012582911
   IMAP_GETQUOTAROOT{quantile="0.99",} 0.016252927
   IMAP_GETQUOTAROOT{quantile="0.999",} 0.038535167
   IMAP_GETQUOTAROOT_count 27029.0
   # HELP jvm_memory_pools_Compressed_Class_Space_init Generated from 
Dropwizard metric import (metric=jvm.memory.pools.Compressed-Class-Space.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_Compressed_Class_Space_init gauge
   jvm_memory_pools_Compressed_Class_Space_init 0.0
   # HELP mailbox_listener_ListeningCurrentQuotaUpdater Generated from 
Dropwizard metric import (metric=mailbox-listener-ListeningCurrentQuotaUpdater, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_ListeningCurrentQuotaUpdater summary
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.5",} 0.008257535
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.75",} 0.010616831
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.95",} 
0.018350079000000002
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.98",} 
0.025559039000000002
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.99",} 
0.032112639000000005
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.999",} 
0.057409535000000005
   mailbox_listener_ListeningCurrentQuotaUpdater_count 24214.0
   # HELP IMAP_LOGOUT Generated from Dropwizard metric import 
(metric=IMAP-LOGOUT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_LOGOUT summary
   IMAP_LOGOUT{quantile="0.5",} 1.53599E-4
   IMAP_LOGOUT{quantile="0.75",} 1.84319E-4
   IMAP_LOGOUT{quantile="0.95",} 2.3961500000000002E-4
   IMAP_LOGOUT{quantile="0.98",} 2.86719E-4
   IMAP_LOGOUT{quantile="0.99",} 3.2767900000000005E-4
   IMAP_LOGOUT{quantile="0.999",} 7.864310000000001E-4
   IMAP_LOGOUT_count 2523.0
   # HELP jvm_gc_G1_Old_Generation_count Generated from Dropwizard metric 
import (metric=jvm.gc.G1-Old-Generation.count, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007f2bc3ea4548)
   # TYPE jvm_gc_G1_Old_Generation_count gauge
   jvm_gc_G1_Old_Generation_count 0.0
   # HELP jvm_memory_pools_G1_Old_Gen_init Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_G1_Old_Gen_init gauge
   jvm_memory_pools_G1_Old_Gen_init 3.06184192E9
   # HELP spoolProcessing_inFlight Generated from Dropwizard metric import 
(metric=spoolProcessing.inFlight, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE spoolProcessing_inFlight gauge
   spoolProcessing_inFlight 0.0
   # HELP smtpConnections_total Generated from Dropwizard metric import 
(metric=smtpConnections, type=com.codahale.metrics.Meter)
   # TYPE smtpConnections_total counter
   smtpConnections_total 0.0
   # HELP jvm_memory_pools_G1_Eden_Space_used Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_G1_Eden_Space_used gauge
   jvm_memory_pools_G1_Eden_Space_used 2.55852536E8
   # HELP IMAP_LSUB Generated from Dropwizard metric import (metric=IMAP-LSUB, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_LSUB summary
   IMAP_LSUB{quantile="0.5",} 0.001966079
   IMAP_LSUB{quantile="0.75",} 0.0024739830000000003
   IMAP_LSUB{quantile="0.95",} 0.004620287000000001
   IMAP_LSUB{quantile="0.98",} 0.006324223
   IMAP_LSUB{quantile="0.99",} 0.009240575000000001
   IMAP_LSUB{quantile="0.999",} 0.045350911
   IMAP_LSUB_count 2523.0
   # HELP IMAP_NOOP Generated from Dropwizard metric import (metric=IMAP-NOOP, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_NOOP summary
   IMAP_NOOP{quantile="0.5",} 1.7023E-5
   IMAP_NOOP{quantile="0.75",} 2.0863E-5
   IMAP_NOOP{quantile="0.95",} 3.3535E-5
   IMAP_NOOP{quantile="0.98",} 5.2479000000000004E-5
   IMAP_NOOP{quantile="0.99",} 6.9631E-5
   IMAP_NOOP{quantile="0.999",} 1.66911E-4
   IMAP_NOOP_count 24154.0
   # HELP getByName Generated from Dropwizard metric import (metric=getByName, 
type=com.codahale.metrics.Timer)
   # TYPE getByName summary
   getByName{quantile="0.5",} 6.1110000000000004E-6
   getByName{quantile="0.75",} 9.471000000000001E-6
   getByName{quantile="0.95",} 9.707510000000001E-4
   getByName{quantile="0.98",} 9.707510000000001E-4
   getByName{quantile="0.99",} 9.707510000000001E-4
   getByName{quantile="0.999",} 9.707510000000001E-4
   getByName_count 6.0
   # HELP jvm_memory_pools_G1_Eden_Space_used_after_gc Generated from 
Dropwizard metric import (metric=jvm.memory.pools.G1-Eden-Space.used-after-gc, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea88a0)
   # TYPE jvm_memory_pools_G1_Eden_Space_used_after_gc gauge
   jvm_memory_pools_G1_Eden_Space_used_after_gc 0.0
   # HELP jvm_threads_count Generated from Dropwizard metric import 
(metric=jvm.threads.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea5010)
   # TYPE jvm_threads_count gauge
   jvm_threads_count 183.0
   # HELP jvm_threads_new_count Generated from Dropwizard metric import 
(metric=jvm.threads.new.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea4de8)
   # TYPE jvm_threads_new_count gauge
   jvm_threads_new_count 0.0
   # HELP rabbitmq_channels_pending_aquire_size Generated from Dropwizard 
metric import (metric=rabbitmq.channels.pending.aquire.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE rabbitmq_channels_pending_aquire_size gauge
   rabbitmq_channels_pending_aquire_size 0.0
   # HELP rabbitmq_channels_idle_size Generated from Dropwizard metric import 
(metric=rabbitmq.channels.idle.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE rabbitmq_channels_idle_size gauge
   rabbitmq_channels_idle_size 1.0
   # HELP IMAP_SELECT Generated from Dropwizard metric import 
(metric=IMAP-SELECT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_SELECT summary
   IMAP_SELECT{quantile="0.5",} 0.015269887000000001
   IMAP_SELECT{quantile="0.75",} 0.052166655000000006
   IMAP_SELECT{quantile="0.95",} 0.218103807
   IMAP_SELECT{quantile="0.98",} 0.526385151
   IMAP_SELECT{quantile="0.99",} 0.9982443510000001
   IMAP_SELECT{quantile="0.999",} 3.388997631
   IMAP_SELECT_count 11736.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__usage Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-nmethods'.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__usage gauge
   jvm_memory_pools_CodeHeap__non_nmethods__usage 0.3546501406469761
   # HELP overquota_total Generated from Dropwizard metric import 
(metric=overquota, type=com.codahale.metrics.Meter)
   # TYPE overquota_total counter
   overquota_total 0.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__usage Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__usage gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__usage 0.3995694898027193
   # HELP s3_httpClient_pendingConcurrencyAcquires Generated from Dropwizard 
metric import (metric=s3_httpClient_pendingConcurrencyAcquires, 
type=com.codahale.metrics.DefaultSettableGauge)
   # TYPE s3_httpClient_pendingConcurrencyAcquires gauge
   s3_httpClient_pendingConcurrencyAcquires 0.0
   # HELP jvm_memory_heap_max Generated from Dropwizard metric import 
(metric=jvm.memory.heap.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea6c20)
   # TYPE jvm_memory_heap_max gauge
   jvm_memory_heap_max 3.221225472E9
   # HELP IMAP_CHECK Generated from Dropwizard metric import 
(metric=IMAP-CHECK, type=com.codahale.metrics.Timer)
   # TYPE IMAP_CHECK summary
   IMAP_CHECK{quantile="0.5",} 1.7663E-5
   IMAP_CHECK{quantile="0.75",} 2.1503E-5
   IMAP_CHECK{quantile="0.95",} 3.5583E-5
   IMAP_CHECK{quantile="0.98",} 5.3247E-5
   IMAP_CHECK{quantile="0.99",} 7.7311E-5
   IMAP_CHECK{quantile="0.999",} 1.9558300000000001E-4
   IMAP_CHECK_count 3101.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__used Generated from 
Dropwizard metric import (metric=jvm.memory.pools.CodeHeap-'non-nmethods'.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__used gauge
   jvm_memory_pools_CodeHeap__non_nmethods__used 2065664.0
   # HELP jvm_memory_non_heap_max Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea7700)
   # TYPE jvm_memory_non_heap_max gauge
   jvm_memory_non_heap_max -1.0
   # HELP s3_httpClient_concurrencyAcquireDuration Generated from Dropwizard 
metric import (metric=s3_httpClient_concurrencyAcquireDuration, 
type=com.codahale.metrics.Timer)
   # TYPE s3_httpClient_concurrencyAcquireDuration summary
   s3_httpClient_concurrencyAcquireDuration{quantile="0.5",} 
2.8057500000000003E-4
   s3_httpClient_concurrencyAcquireDuration{quantile="0.75",} 4.34175E-4
   s3_httpClient_concurrencyAcquireDuration{quantile="0.95",} 
0.0012451830000000002
   s3_httpClient_concurrencyAcquireDuration{quantile="0.98",} 
0.0023756790000000003
   s3_httpClient_concurrencyAcquireDuration{quantile="0.99",} 
0.0040632310000000005
   s3_httpClient_concurrencyAcquireDuration{quantile="0.999",} 0.015073279
   s3_httpClient_concurrencyAcquireDuration_count 51483.0
   # HELP IMAP_APPEND Generated from Dropwizard metric import 
(metric=IMAP-APPEND, type=com.codahale.metrics.Timer)
   # TYPE IMAP_APPEND summary
   IMAP_APPEND{quantile="0.5",} 0.021102591
   IMAP_APPEND{quantile="0.75",} 0.025559039000000002
   IMAP_APPEND{quantile="0.95",} 0.035651583
   IMAP_APPEND{quantile="0.98",} 0.045350911
   IMAP_APPEND{quantile="0.99",} 0.057147391000000006
   IMAP_APPEND{quantile="0.999",} 2.113929215
   IMAP_APPEND_count 24232.0
   # HELP jvm_memory_pools_G1_Survivor_Space_usage Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_G1_Survivor_Space_usage gauge
   jvm_memory_pools_G1_Survivor_Space_usage 0.9028606414794922
   # HELP IMAP_CLOSE Generated from Dropwizard metric import 
(metric=IMAP-CLOSE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_CLOSE summary
   IMAP_CLOSE{quantile="0.5",} 0.037486591
   IMAP_CLOSE{quantile="0.75",} 0.13212057500000002
   IMAP_CLOSE{quantile="0.95",} 0.6333399030000001
   IMAP_CLOSE{quantile="0.98",} 1.468006399
   IMAP_CLOSE{quantile="0.99",} 2.281701375
   IMAP_CLOSE{quantile="0.999",} 5.939134463
   IMAP_CLOSE_count 2523.0
   # HELP IMAP_NAMESPACE Generated from Dropwizard metric import 
(metric=IMAP-NAMESPACE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_NAMESPACE summary
   IMAP_NAMESPACE{quantile="0.5",} 1.3055000000000001E-5
   IMAP_NAMESPACE{quantile="0.75",} 1.7151000000000002E-5
   IMAP_NAMESPACE{quantile="0.95",} 3.0079E-5
   IMAP_NAMESPACE{quantile="0.98",} 4.4031000000000006E-5
   IMAP_NAMESPACE{quantile="0.99",} 6.271900000000001E-5
   IMAP_NAMESPACE{quantile="0.999",} 3.62495E-4
   IMAP_NAMESPACE_count 2523.0
   # HELP jvm_memory_pools_G1_Old_Gen_usage Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_G1_Old_Gen_usage gauge
   jvm_memory_pools_G1_Old_Gen_usage 0.06391756981611252
   # HELP IMAP_STATUS Generated from Dropwizard metric import 
(metric=IMAP-STATUS, type=com.codahale.metrics.Timer)
   # TYPE IMAP_STATUS summary
   IMAP_STATUS{quantile="0.5",} 0.006258687000000001
   IMAP_STATUS{quantile="0.75",} 0.0077004790000000005
   IMAP_STATUS{quantile="0.95",} 0.012189695
   IMAP_STATUS{quantile="0.98",} 0.016252927
   IMAP_STATUS{quantile="0.99",} 0.021364735000000003
   IMAP_STATUS{quantile="0.999",} 0.050069503
   IMAP_STATUS_count 90964.0
   # HELP jvm_memory_pools_Compressed_Class_Space_committed Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.Compressed-Class-Space.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_Compressed_Class_Space_committed gauge
   jvm_memory_pools_Compressed_Class_Space_committed 1.9398656E7
   # HELP enqueuedMail:outgoing_total Generated from Dropwizard metric import 
(metric=enqueuedMail:outgoing, type=com.codahale.metrics.Meter)
   # TYPE enqueuedMail:outgoing_total counter
   enqueuedMail:outgoing_total 0.0
   # HELP jvm_memory_pools_G1_Old_Gen_max Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_G1_Old_Gen_max gauge
   jvm_memory_pools_G1_Old_Gen_max 3.221225472E9
   # HELP jvm_memory_total_committed Generated from Dropwizard metric import 
(metric=jvm.memory.total.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea65a8)
   # TYPE jvm_memory_total_committed gauge
   jvm_memory_total_committed 3.484155904E9
   # HELP jvm_memory_heap_usage Generated from Dropwizard metric import 
(metric=jvm.memory.heap.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$1)
   # TYPE jvm_memory_heap_usage gauge
   jvm_memory_heap_usage 0.14452025045951208
   # HELP jvm_class_loading_loaded Generated from Dropwizard metric import 
(metric=jvm.class.loading.loaded, 
type=com.codahale.metrics.jvm.ClassLoadingGaugeSet$$Lambda/0x00007f2bc3ea8cf8)
   # TYPE jvm_class_loading_loaded gauge
   jvm_class_loading_loaded 27344.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__max Generated from 
Dropwizard metric import (metric=jvm.memory.pools.CodeHeap-'non-nmethods'.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__max gauge
   jvm_memory_pools_CodeHeap__non_nmethods__max 5824512.0
   # HELP jvm_memory_pools_Compressed_Class_Space_max Generated from Dropwizard 
metric import (metric=jvm.memory.pools.Compressed-Class-Space.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_Compressed_Class_Space_max gauge
   jvm_memory_pools_Compressed_Class_Space_max 1.073741824E9
   # HELP jvm_memory_total_used Generated from Dropwizard metric import 
(metric=jvm.memory.total.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea6158)
   # TYPE jvm_memory_total_used gauge
   jvm_memory_total_used 7.25509032E8
   # HELP jvm_memory_pools_Metaspace_init Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_Metaspace_init gauge
   jvm_memory_pools_Metaspace_init 0.0
   # HELP jvm_threads_timed_waiting_count Generated from Dropwizard metric 
import (metric=jvm.threads.timed_waiting.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea4de8)
   # TYPE jvm_threads_timed_waiting_count gauge
   jvm_threads_timed_waiting_count 67.0
   # HELP mailbox_listener_SelectedMailboxImpl Generated from Dropwizard metric 
import (metric=mailbox-listener-SelectedMailboxImpl, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_SelectedMailboxImpl summary
   mailbox_listener_SelectedMailboxImpl{quantile="0.5",} 1.41311E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.75",} 1.8943900000000001E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.95",} 4.09599E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.98",} 7.74143E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.99",} 0.0012451830000000002
   mailbox_listener_SelectedMailboxImpl{quantile="0.999",} 0.021233663
   mailbox_listener_SelectedMailboxImpl_count 30320.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__committed Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-nmethods'.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__committed gauge
   jvm_memory_pools_CodeHeap__non_nmethods__committed 2555904.0
   # HELP jvm_threads_peak_count Generated from Dropwizard metric import 
(metric=jvm.threads.peak.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea5460)
   # TYPE jvm_threads_peak_count gauge
   jvm_threads_peak_count 206.0
   # HELP jmap_websocket_opening_connections_count_total Generated from 
Dropwizard metric import (metric=jmap_websocket_opening_connections_count, 
type=com.codahale.metrics.Meter)
   # TYPE jmap_websocket_opening_connections_count_total counter
   jmap_websocket_opening_connections_count_total 0.0
   # HELP jvm_gc_G1_Concurrent_GC_count Generated from Dropwizard metric import 
(metric=jvm.gc.G1-Concurrent-GC.count, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007f2bc3ea4548)
   # TYPE jvm_gc_G1_Concurrent_GC_count gauge
   jvm_gc_G1_Concurrent_GC_count 12.0
   # HELP jvm_memory_pools_G1_Eden_Space_init Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_G1_Eden_Space_init gauge
   jvm_memory_pools_G1_Eden_Space_init 1.59383552E8
   # HELP rabbitmq_channels_allocated_size Generated from Dropwizard metric 
import (metric=rabbitmq.channels.allocated.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE rabbitmq_channels_allocated_size gauge
   rabbitmq_channels_allocated_size 3.0
   # HELP dequeuedMail:spool_total Generated from Dropwizard metric import 
(metric=dequeuedMail:spool, type=com.codahale.metrics.Meter)
   # TYPE dequeuedMail:spool_total counter
   dequeuedMail:spool_total 0.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__init Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__init gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__init 2555904.0
   # HELP IMAP_LIST Generated from Dropwizard metric import (metric=IMAP-LIST, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_LIST summary
   IMAP_LIST{quantile="0.5",} 0.005734399
   IMAP_LIST{quantile="0.75",} 0.006914047
   IMAP_LIST{quantile="0.95",} 0.010485759
   IMAP_LIST{quantile="0.98",} 0.014614527
   IMAP_LIST{quantile="0.99",} 0.022020095
   IMAP_LIST{quantile="0.999",} 0.081264639
   IMAP_LIST_count 5514.0
   # HELP jvm_gc_G1_Concurrent_GC_time Generated from Dropwizard metric import 
(metric=jvm.gc.G1-Concurrent-GC.time, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007f2bc3ea4770)
   # TYPE jvm_gc_G1_Concurrent_GC_time gauge
   jvm_gc_G1_Concurrent_GC_time 160.0
   # HELP s3_apiCall_apiCallDuration Generated from Dropwizard metric import 
(metric=s3_apiCall_apiCallDuration, type=com.codahale.metrics.Timer)
   # TYPE s3_apiCall_apiCallDuration summary
   s3_apiCall_apiCallDuration{quantile="0.5",} 0.023199743000000002
   s3_apiCall_apiCallDuration{quantile="0.75",} 0.043778047
   s3_apiCall_apiCallDuration{quantile="0.95",} 0.08808038300000001
   s3_apiCall_apiCallDuration{quantile="0.98",} 0.135266303
   s3_apiCall_apiCallDuration{quantile="0.99",} 0.191889407
   s3_apiCall_apiCallDuration{quantile="0.999",} 0.935329791
   s3_apiCall_apiCallDuration_count 51483.0
   # HELP jvm_class_loading_unloaded Generated from Dropwizard metric import 
(metric=jvm.class.loading.unloaded, 
type=com.codahale.metrics.jvm.ClassLoadingGaugeSet$$Lambda/0x00007f2bc3ea8f20)
   # TYPE jvm_class_loading_unloaded gauge
   jvm_class_loading_unloaded 11.0
   # HELP rabbit_dispatch Generated from Dropwizard metric import 
(metric=rabbit-dispatch, type=com.codahale.metrics.Timer)
   # TYPE rabbit_dispatch summary
   rabbit_dispatch{quantile="0.5",} 5.98015E-4
   rabbit_dispatch{quantile="0.75",} 7.98719E-4
   rabbit_dispatch{quantile="0.95",} 0.001327103
   rabbit_dispatch{quantile="0.98",} 0.0018022390000000002
   rabbit_dispatch{quantile="0.99",} 0.002326527
   rabbit_dispatch{quantile="0.999",} 0.018350079000000002
   rabbit_dispatch_count 54534.0
   # HELP IMAP_CAPABILITY Generated from Dropwizard metric import 
(metric=IMAP-CAPABILITY, type=com.codahale.metrics.Timer)
   # TYPE IMAP_CAPABILITY summary
   IMAP_CAPABILITY{quantile="0.5",} 1.3311E-5
   IMAP_CAPABILITY{quantile="0.75",} 1.7791E-5
   IMAP_CAPABILITY{quantile="0.95",} 3.7375E-5
   IMAP_CAPABILITY{quantile="0.98",} 5.2991E-5
   IMAP_CAPABILITY{quantile="0.99",} 7.2191E-5
   IMAP_CAPABILITY{quantile="0.999",} 3.82975E-4
   IMAP_CAPABILITY_count 5046.0
   # HELP tmailLocalDeliveredMails_total Generated from Dropwizard metric 
import (metric=tmailLocalDeliveredMails, type=com.codahale.metrics.Meter)
   # TYPE tmailLocalDeliveredMails_total counter
   tmailLocalDeliveredMails_total 0.0
   # HELP jvm_memory_total_max Generated from Dropwizard metric import 
(metric=jvm.memory.total.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea6380)
   # TYPE jvm_memory_total_max gauge
   jvm_memory_total_max -1.0
   # HELP MessageFastViewProjection:retrieveHitCount_total Generated from 
Dropwizard metric import (metric=MessageFastViewProjection:retrieveHitCount, 
type=com.codahale.metrics.Meter)
   # TYPE MessageFastViewProjection:retrieveHitCount_total counter
   MessageFastViewProjection:retrieveHitCount_total 0.0
   # HELP smtpCommands_total Generated from Dropwizard metric import 
(metric=smtpCommands, type=com.codahale.metrics.Meter)
   # TYPE smtpCommands_total counter
   smtpCommands_total 4.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__init Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__init gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__init 2555904.0
   # HELP jvm_memory_pools_G1_Survivor_Space_used_after_gc Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.G1-Survivor-Space.used-after-gc, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea88a0)
   # TYPE jvm_memory_pools_G1_Survivor_Space_used_after_gc gauge
   jvm_memory_pools_G1_Survivor_Space_used_after_gc 3786872.0
   # HELP jvm_memory_pools_Compressed_Class_Space_used Generated from 
Dropwizard metric import (metric=jvm.memory.pools.Compressed-Class-Space.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_Compressed_Class_Space_used gauge
   jvm_memory_pools_Compressed_Class_Space_used 1.8961168E7
   # HELP IMAP_STORE Generated from Dropwizard metric import 
(metric=IMAP-STORE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_STORE summary
   IMAP_STORE{quantile="0.5",} 0.008355839
   IMAP_STORE{quantile="0.75",} 0.010158079
   IMAP_STORE{quantile="0.95",} 0.014942207
   IMAP_STORE{quantile="0.98",} 0.020578303000000003
   IMAP_STORE{quantile="0.99",} 0.028573695000000003
   IMAP_STORE{quantile="0.999",} 2.466250751
   IMAP_STORE_count 6088.0
   # HELP jvm_memory_pools_G1_Survivor_Space_init Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8678)
   # TYPE jvm_memory_pools_G1_Survivor_Space_init gauge
   jvm_memory_pools_G1_Survivor_Space_init 0.0
   # HELP jvm_threads_deadlock_count Generated from Dropwizard metric import 
(metric=jvm.threads.deadlock.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea58b0)
   # TYPE jvm_threads_deadlock_count gauge
   jvm_threads_deadlock_count 0.0
   # HELP jvm_threads_total_started_count Generated from Dropwizard metric 
import (metric=jvm.threads.total_started.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea5688)
   # TYPE jvm_threads_total_started_count gauge
   jvm_threads_total_started_count 1332.0
   # HELP ldap_connection_available_count Generated from Dropwizard metric 
import (metric=ldap-connection-available-count, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE ldap_connection_available_count gauge
   ldap_connection_available_count 2.0
   # HELP imap_request_queue_size Generated from Dropwizard metric import 
(metric=imap.request.queue.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE imap_request_queue_size gauge
   imap_request_queue_size 0.0
   # HELP outgoingMails_total Generated from Dropwizard metric import 
(metric=outgoingMails, type=com.codahale.metrics.Meter)
   # TYPE outgoingMails_total counter
   outgoingMails_total 0.0
   # HELP jvm_threads_waiting_count Generated from Dropwizard metric import 
(metric=jvm.threads.waiting.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea4de8)
   # TYPE jvm_threads_waiting_count gauge
   jvm_threads_waiting_count 73.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__max Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__max gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__max 1.22912768E8
   # HELP jvm_memory_pools_G1_Survivor_Space_used Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_G1_Survivor_Space_used gauge
   jvm_memory_pools_G1_Survivor_Space_used 3786872.0
   # HELP mailbox_listener_PopulateEmailQueryViewListener Generated from 
Dropwizard metric import 
(metric=mailbox-listener-PopulateEmailQueryViewListener, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_PopulateEmailQueryViewListener summary
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.5",} 0.006782975
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.75",} 0.008978431
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.95",} 0.015335423
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.98",} 0.021233663
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.99",} 0.027394047
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.999",} 
0.054001663000000005
   mailbox_listener_PopulateEmailQueryViewListener_count 30426.0
   # HELP jvm_memory_pools_Metaspace_used Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_Metaspace_used gauge
   jvm_memory_pools_Metaspace_used 1.61340544E8
   # HELP jvm_memory_heap_used Generated from Dropwizard metric import 
(metric=jvm.memory.heap.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea69f8)
   # TYPE jvm_memory_heap_used gauge
   jvm_memory_heap_used 4.65532312E8
   # HELP IMAP_IDLE Generated from Dropwizard metric import (metric=IMAP-IDLE, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_IDLE summary
   IMAP_IDLE{quantile="0.5",} 2.2271E-5
   IMAP_IDLE{quantile="0.75",} 2.8415E-5
   IMAP_IDLE{quantile="0.95",} 5.3247E-5
   IMAP_IDLE{quantile="0.98",} 8.1407E-5
   IMAP_IDLE{quantile="0.99",} 1.03935E-4
   IMAP_IDLE{quantile="0.999",} 2.5395100000000004E-4
   IMAP_IDLE_count 45702.0
   # HELP jvm_memory_non_heap_committed Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea7928)
   # TYPE jvm_memory_non_heap_committed gauge
   jvm_memory_non_heap_committed 2.62930432E8
   # HELP jvm_memory_pools_Metaspace_max Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_Metaspace_max gauge
   jvm_memory_pools_Metaspace_max -1.0
   # HELP jvm_memory_pools_G1_Old_Gen_used_after_gc Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Old-Gen.used-after-gc, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea88a0)
   # TYPE jvm_memory_pools_G1_Old_Gen_used_after_gc gauge
   jvm_memory_pools_G1_Old_Gen_used_after_gc 1.21424552E8
   # HELP jvm_memory_pools_G1_Survivor_Space_max Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_G1_Survivor_Space_max gauge
   jvm_memory_pools_G1_Survivor_Space_max -1.0
   # HELP postgres_execution Generated from Dropwizard metric import 
(metric=postgres-execution, type=com.codahale.metrics.Timer)
   # TYPE postgres_execution summary
   postgres_execution{quantile="0.5",} 0.001826815
   postgres_execution{quantile="0.75",} 0.0025886710000000003
   postgres_execution{quantile="0.95",} 0.0052756470000000005
   postgres_execution{quantile="0.98",} 0.007340031
   postgres_execution{quantile="0.99",} 0.009306111
   postgres_execution{quantile="0.999",} 0.024510463000000003
   postgres_execution_count 1303140.0
   # HELP jvm_memory_heap_init Generated from Dropwizard metric import 
(metric=jvm.memory.heap.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea67d0)
   # TYPE jvm_memory_heap_init gauge
   jvm_memory_heap_init 3.221225472E9
   # HELP jmap_websocket_requests_count_total Generated from Dropwizard metric 
import (metric=jmap_websocket_requests_count, type=com.codahale.metrics.Meter)
   # TYPE jmap_websocket_requests_count_total counter
   jmap_websocket_requests_count_total 0.0
   # HELP opensearch_reindex_not_found_total Generated from Dropwizard metric 
import (metric=opensearch_reindex_not_found, type=com.codahale.metrics.Meter)
   # TYPE opensearch_reindex_not_found_total counter
   opensearch_reindex_not_found_total 0.0
   # HELP jvm_memory_pools_Metaspace_usage Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_Metaspace_usage gauge
   jvm_memory_pools_Metaspace_usage 0.994289712489903
   # HELP IMAP_MYRIGHTS Generated from Dropwizard metric import 
(metric=IMAP-MYRIGHTS, type=com.codahale.metrics.Timer)
   # TYPE IMAP_MYRIGHTS summary
   IMAP_MYRIGHTS{quantile="0.5",} 0.0018022390000000002
   IMAP_MYRIGHTS{quantile="0.75",} 0.002228223
   IMAP_MYRIGHTS{quantile="0.95",} 0.0037027830000000003
   IMAP_MYRIGHTS{quantile="0.98",} 0.005570559
   IMAP_MYRIGHTS{quantile="0.99",} 0.007667711000000001
   IMAP_MYRIGHTS{quantile="0.999",} 0.060817407000000004
   IMAP_MYRIGHTS_count 2523.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__committed Generated 
from Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__committed gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__committed 5.0200576E7
   # HELP jvm_memory_pools_G1_Eden_Space_usage Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_G1_Eden_Space_usage gauge
   jvm_memory_pools_G1_Eden_Space_usage 0.32020996374095206
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__max Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__max gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__max 1.2292096E8
   # HELP jvm_memory_non_heap_init Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea72b0)
   # TYPE jvm_memory_non_heap_init gauge
   jvm_memory_non_heap_init 7667712.0
   # HELP jvm_threads_runnable_count Generated from Dropwizard metric import 
(metric=jvm.threads.runnable.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea4de8)
   # TYPE jvm_threads_runnable_count gauge
   jvm_threads_runnable_count 43.0
   # HELP rabbitmq_channels_acquired_size Generated from Dropwizard metric 
import (metric=rabbitmq.channels.acquired.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007f2bc36d5650)
   # TYPE rabbitmq_channels_acquired_size gauge
   rabbitmq_channels_acquired_size 2.0
   # HELP jvm_memory_pools_G1_Old_Gen_used Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8228)
   # TYPE jvm_memory_pools_G1_Old_Gen_used gauge
   jvm_memory_pools_G1_Old_Gen_used 2.05892904E8
   # HELP jvm_threads_terminated_count Generated from Dropwizard metric import 
(metric=jvm.threads.terminated.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007f2bc3ea4de8)
   # TYPE jvm_threads_terminated_count gauge
   jvm_threads_terminated_count 0.0
   # HELP IMAP_UNSELECT Generated from Dropwizard metric import 
(metric=IMAP-UNSELECT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_UNSELECT summary
   IMAP_UNSELECT{quantile="0.5",} 0.032243711
   IMAP_UNSELECT{quantile="0.75",} 0.10118758300000001
   IMAP_UNSELECT{quantile="0.95",} 0.725614591
   IMAP_UNSELECT{quantile="0.98",} 1.744830463
   IMAP_UNSELECT{quantile="0.99",} 3.053453311
   IMAP_UNSELECT{quantile="0.999",} 6.174015487
   IMAP_UNSELECT_count 3022.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__committed Generated 
from Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__committed gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__committed 2.850816E7
   # HELP MessageFastViewProjection:retrieveMissCount_total Generated from 
Dropwizard metric import (metric=MessageFastViewProjection:retrieveMissCount, 
type=com.codahale.metrics.Meter)
   # TYPE MessageFastViewProjection:retrieveMissCount_total counter
   MessageFastViewProjection:retrieveMissCount_total 0.0
   # HELP rabbit_acquire Generated from Dropwizard metric import 
(metric=rabbit-acquire, type=com.codahale.metrics.Timer)
   # TYPE rabbit_acquire summary
   rabbit_acquire{quantile="0.5",} 1.2351E-5
   rabbit_acquire{quantile="0.75",} 1.5807E-5
   rabbit_acquire{quantile="0.95",} 2.6495000000000003E-5
   rabbit_acquire{quantile="0.98",} 5.6831000000000005E-5
   rabbit_acquire{quantile="0.99",} 1.02399E-4
   rabbit_acquire{quantile="0.999",} 6.79935E-4
   rabbit_acquire_count 84903.0
   # HELP jvm_memory_pools_G1_Eden_Space_committed Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Eden-Space.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8450)
   # TYPE jvm_memory_pools_G1_Eden_Space_committed gauge
   jvm_memory_pools_G1_Eden_Space_committed 7.99014912E8
   # HELP s3_httpClient_availableConcurrency Generated from Dropwizard metric 
import (metric=s3_httpClient_availableConcurrency, 
type=com.codahale.metrics.DefaultSettableGauge)
   # TYPE s3_httpClient_availableConcurrency gauge
   s3_httpClient_availableConcurrency 1.0
   # HELP dequeuedMail:outgoing_total Generated from Dropwizard metric import 
(metric=dequeuedMail:outgoing, type=com.codahale.metrics.Meter)
   # TYPE dequeuedMail:outgoing_total counter
   dequeuedMail:outgoing_total 0.0
   # HELP jvm_memory_pools_G1_Eden_Space_max Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007f2bc3ea8000)
   # TYPE jvm_memory_pools_G1_Eden_Space_max gauge
   jvm_memory_pools_G1_Eden_Space_max -1.0
   ```
   
   </details>
   
   - After
   ```
   IMAP_APPEND{quantile="0.5",} 0.017825791
   IMAP_APPEND{quantile="0.75",} 0.022413311
   IMAP_APPEND{quantile="0.95",} 0.037748735000000005
   IMAP_APPEND{quantile="0.98",} 0.09227468700000001
   IMAP_APPEND{quantile="0.99",} 1.166016511
   IMAP_APPEND{quantile="0.999",} 5.570035711
   IMAP_APPEND_count 24219.0
   ```
   <details>
   
   <summary>Full after metrics</summary>
   
   ```
   # HELP jvm_memory_heap_committed Generated from Dropwizard metric import 
(metric=jvm.memory.heap.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea6e00)
   # TYPE jvm_memory_heap_committed gauge
   jvm_memory_heap_committed 3.221225472E9
   # HELP enqueuedMail:spool_total Generated from Dropwizard metric import 
(metric=enqueuedMail:spool, type=com.codahale.metrics.Meter)
   # TYPE enqueuedMail:spool_total counter
   enqueuedMail:spool_total 0.0
   # HELP jvm_memory_non_heap_used Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea7490)
   # TYPE jvm_memory_non_heap_used gauge
   jvm_memory_non_heap_used 2.58499232E8
   # HELP imapConnections_total Generated from Dropwizard metric import 
(metric=imapConnections, type=com.codahale.metrics.Meter)
   # TYPE imapConnections_total counter
   imapConnections_total 0.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__used Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__used gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__used 2.8351488E7
   # HELP blobStore:readBytes Generated from Dropwizard metric import 
(metric=blobStore:readBytes, type=com.codahale.metrics.Timer)
   # TYPE blobStore:readBytes summary
   blobStore:readBytes{quantile="0.5",} 0.024510463000000003
   blobStore:readBytes{quantile="0.75",} 0.046399487
   blobStore:readBytes{quantile="0.95",} 0.09122611100000001
   blobStore:readBytes{quantile="0.98",} 0.14575206300000002
   blobStore:readBytes{quantile="0.99",} 0.20237516700000002
   blobStore:readBytes{quantile="0.999",} 0.9437183990000001
   blobStore:readBytes_count 52329.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__init Generated from 
Dropwizard metric import (metric=jvm.memory.pools.CodeHeap-'non-nmethods'.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__init gauge
   jvm_memory_pools_CodeHeap__non_nmethods__init 2555904.0
   # HELP jvm_gc_G1_Young_Generation_time Generated from Dropwizard metric 
import (metric=jvm.gc.G1-Young-Generation.time, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007faf17ea4728)
   # TYPE jvm_gc_G1_Young_Generation_time gauge
   jvm_gc_G1_Young_Generation_time 6342.0
   # HELP imapCommands_total Generated from Dropwizard metric import 
(metric=imapCommands, type=com.codahale.metrics.Meter)
   # TYPE imapCommands_total counter
   imapCommands_total 338575.0
   # HELP IMAP_FETCH Generated from Dropwizard metric import 
(metric=IMAP-FETCH, type=com.codahale.metrics.Timer)
   # TYPE IMAP_FETCH summary
   IMAP_FETCH{quantile="0.5",} 0.009043967
   IMAP_FETCH{quantile="0.75",} 0.028573695000000003
   IMAP_FETCH{quantile="0.95",} 0.07602175900000001
   IMAP_FETCH{quantile="0.98",} 0.10538188700000001
   IMAP_FETCH{quantile="0.99",} 0.15099494300000002
   IMAP_FETCH{quantile="0.999",} 0.505413631
   IMAP_FETCH_count 57897.0
   # HELP jvm_memory_non_heap_usage Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$2)
   # TYPE jvm_memory_non_heap_usage gauge
   jvm_memory_non_heap_usage 0.9870833968734359
   # HELP ldap_created_connection_count Generated from Dropwizard metric import 
(metric=ldap-created-connection-count, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE ldap_created_connection_count gauge
   ldap_created_connection_count 3.0
   # HELP rabbit_register Generated from Dropwizard metric import 
(metric=rabbit-register, type=com.codahale.metrics.Timer)
   # TYPE rabbit_register summary
   rabbit_register{quantile="0.5",} 0.044040191
   rabbit_register{quantile="0.75",} 0.143654911
   rabbit_register{quantile="0.95",} 1.1324620790000002
   rabbit_register{quantile="0.98",} 2.0384317430000003
   rabbit_register{quantile="0.99",} 2.868903935
   rabbit_register{quantile="0.999",} 4.865392639
   rabbit_register_count 5751.0
   # HELP IMAP_EXPUNGE Generated from Dropwizard metric import 
(metric=IMAP-EXPUNGE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_EXPUNGE summary
   IMAP_EXPUNGE{quantile="0.5",} 0.003457023
   IMAP_EXPUNGE{quantile="0.75",} 0.004554751
   IMAP_EXPUNGE{quantile="0.95",} 0.008454143
   IMAP_EXPUNGE{quantile="0.98",} 0.013500415
   IMAP_EXPUNGE{quantile="0.99",} 0.025559039000000002
   IMAP_EXPUNGE{quantile="0.999",} 0.06474956700000001
   IMAP_EXPUNGE_count 3004.0
   # HELP s3_httpClient_leasedConcurrency Generated from Dropwizard metric 
import (metric=s3_httpClient_leasedConcurrency, 
type=com.codahale.metrics.DefaultSettableGauge)
   # TYPE s3_httpClient_leasedConcurrency gauge
   s3_httpClient_leasedConcurrency 0.0
   # HELP IMAP_SEARCH Generated from Dropwizard metric import 
(metric=IMAP-SEARCH, type=com.codahale.metrics.Timer)
   # TYPE IMAP_SEARCH summary
   IMAP_SEARCH{quantile="0.5",} 0.005767167
   IMAP_SEARCH{quantile="0.75",} 0.007241727000000001
   IMAP_SEARCH{quantile="0.95",} 0.011796479
   IMAP_SEARCH{quantile="0.98",} 0.017301503000000003
   IMAP_SEARCH{quantile="0.99",} 0.027918335000000002
   IMAP_SEARCH{quantile="0.999",} 0.071303167
   IMAP_SEARCH_count 12162.0
   # HELP jvm_memory_pools_G1_Old_Gen_committed Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Old-Gen.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_G1_Old_Gen_committed gauge
   jvm_memory_pools_G1_Old_Gen_committed 2.287992832E9
   # HELP webAdmin Generated from Dropwizard metric import (metric=webAdmin, 
type=com.codahale.metrics.Timer)
   # TYPE webAdmin summary
   webAdmin{quantile="0.5",} 6.22591E-4
   webAdmin{quantile="0.75",} 8.80639E-4
   webAdmin{quantile="0.95",} 0.001482751
   webAdmin{quantile="0.98",} 0.002441215
   webAdmin{quantile="0.99",} 0.0028016630000000002
   webAdmin{quantile="0.999",} 0.093323263
   webAdmin_count 241.0
   # HELP mailbox_listener_OpenSearchQuotaMailboxListener Generated from 
Dropwizard metric import 
(metric=mailbox-listener-OpenSearchQuotaMailboxListener, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_OpenSearchQuotaMailboxListener summary
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.5",} 
0.006815743000000001
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.75",} 
0.0075038710000000005
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.95",} 
0.009175039000000001
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.98",} 
0.010747903000000001
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.99",} 0.013041663
   mailbox_listener_OpenSearchQuotaMailboxListener{quantile="0.999",} 
0.061341695
   mailbox_listener_OpenSearchQuotaMailboxListener_count 24217.0
   # HELP jvm_memory_pools_G1_Survivor_Space_committed Generated from 
Dropwizard metric import (metric=jvm.memory.pools.G1-Survivor-Space.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_G1_Survivor_Space_committed gauge
   jvm_memory_pools_G1_Survivor_Space_committed 4194304.0
   # HELP blobStore:saveBytes Generated from Dropwizard metric import 
(metric=blobStore:saveBytes, type=com.codahale.metrics.Timer)
   # TYPE blobStore:saveBytes summary
   blobStore:saveBytes{quantile="0.5",} 0.0013516790000000002
   blobStore:saveBytes{quantile="0.75",} 0.0018677750000000001
   blobStore:saveBytes{quantile="0.95",} 0.003964927
   blobStore:saveBytes{quantile="0.98",} 0.006062079000000001
   blobStore:saveBytes{quantile="0.99",} 0.009371647
   blobStore:saveBytes{quantile="0.999",} 1.996488703
   blobStore:saveBytes_count 24219.0
   # HELP jmap_pending_downloads_total Generated from Dropwizard metric import 
(metric=jmap_pending_downloads, type=com.codahale.metrics.Meter)
   # TYPE jmap_pending_downloads_total counter
   jmap_pending_downloads_total 0.0
   # HELP jvm_gc_G1_Young_Generation_count Generated from Dropwizard metric 
import (metric=jvm.gc.G1-Young-Generation.count, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007faf17ea4500)
   # TYPE jvm_gc_G1_Young_Generation_count gauge
   jvm_gc_G1_Young_Generation_count 363.0
   # HELP jvm_memory_pools_Metaspace_committed Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_Metaspace_committed gauge
   jvm_memory_pools_Metaspace_committed 1.61742848E8
   # HELP mailbox_listener_OpenSearchListeningMessageSearchIndex Generated from 
Dropwizard metric import 
(metric=mailbox-listener-OpenSearchListeningMessageSearchIndex, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_OpenSearchListeningMessageSearchIndex summary
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.5",} 
0.035651583
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.75",} 
0.053739519000000006
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.95",} 
0.102760447
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.98",} 
0.155189247
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.99",} 
0.224395263
   mailbox_listener_OpenSearchListeningMessageSearchIndex{quantile="0.999",} 
1.635778559
   mailbox_listener_OpenSearchListeningMessageSearchIndex_count 30900.0
   # HELP jvm_file_descriptor Generated from Dropwizard metric import 
(metric=jvm.file.descriptor, 
type=com.codahale.metrics.jvm.FileDescriptorRatioGauge)
   # TYPE jvm_file_descriptor gauge
   jvm_file_descriptor 7.114410400390625E-4
   # HELP jvm_memory_total_init Generated from Dropwizard metric import 
(metric=jvm.memory.total.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea5ee8)
   # TYPE jvm_memory_total_init gauge
   jvm_memory_total_init 3.228893184E9
   # HELP jvm_threads_daemon_count Generated from Dropwizard metric import 
(metric=jvm.threads.daemon.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea51f0)
   # TYPE jvm_threads_daemon_count gauge
   jvm_threads_daemon_count 124.0
   # HELP jvm_gc_G1_Old_Generation_time Generated from Dropwizard metric import 
(metric=jvm.gc.G1-Old-Generation.time, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007faf17ea4728)
   # TYPE jvm_gc_G1_Old_Generation_time gauge
   jvm_gc_G1_Old_Generation_time 0.0
   # HELP rabbit_unregister Generated from Dropwizard metric import 
(metric=rabbit-unregister, type=com.codahale.metrics.Timer)
   # TYPE rabbit_unregister summary
   rabbit_unregister{quantile="0.5",} 0.049020927000000006
   rabbit_unregister{quantile="0.75",} 0.211812351
   rabbit_unregister{quantile="0.95",} 1.7532190710000002
   rabbit_unregister{quantile="0.98",} 2.9192355830000003
   rabbit_unregister{quantile="0.99",} 4.211081215
   rabbit_unregister{quantile="0.999",} 6.9122129910000005
   rabbit_unregister_count 5751.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__usage Generated 
from Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__usage gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__usage 0.23064811729423526
   # HELP jvm_threads_blocked_count Generated from Dropwizard metric import 
(metric=jvm.threads.blocked.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4da0)
   # TYPE jvm_threads_blocked_count gauge
   jvm_threads_blocked_count 0.0
   # HELP jvm_memory_pools_Compressed_Class_Space_usage Generated from 
Dropwizard metric import (metric=jvm.memory.pools.Compressed-Class-Space.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_Compressed_Class_Space_usage gauge
   jvm_memory_pools_Compressed_Class_Space_usage 0.017551764845848083
   # HELP IMAP_LOGIN Generated from Dropwizard metric import 
(metric=IMAP-LOGIN, type=com.codahale.metrics.Timer)
   # TYPE IMAP_LOGIN summary
   IMAP_LOGIN{quantile="0.5",} 0.007208959
   IMAP_LOGIN{quantile="0.75",} 0.011272191
   IMAP_LOGIN{quantile="0.95",} 0.022806527
   IMAP_LOGIN{quantile="0.98",} 0.032243711
   IMAP_LOGIN{quantile="0.99",} 0.039845887
   IMAP_LOGIN{quantile="0.999",} 0.068157439
   IMAP_LOGIN_count 2535.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__used Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__used gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__used 4.8485504E7
   # HELP IMAP_ENABLE Generated from Dropwizard metric import 
(metric=IMAP-ENABLE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_ENABLE summary
   IMAP_ENABLE{quantile="0.5",} 8.7039E-5
   IMAP_ENABLE{quantile="0.75",} 1.13151E-4
   IMAP_ENABLE{quantile="0.95",} 1.8124700000000002E-4
   IMAP_ENABLE{quantile="0.98",} 2.30399E-4
   IMAP_ENABLE{quantile="0.99",} 2.96959E-4
   IMAP_ENABLE{quantile="0.999",} 8.06911E-4
   IMAP_ENABLE_count 2535.0
   # HELP rabbit_release Generated from Dropwizard metric import 
(metric=rabbit-release, type=com.codahale.metrics.Timer)
   # TYPE rabbit_release summary
   rabbit_release{quantile="0.5",} 3.4870000000000002E-6
   rabbit_release{quantile="0.75",} 4.351E-6
   rabbit_release{quantile="0.95",} 8.447E-6
   rabbit_release{quantile="0.98",} 1.3247E-5
   rabbit_release{quantile="0.99",} 1.8943E-5
   rabbit_release{quantile="0.999",} 8.857500000000001E-5
   rabbit_release_count 85648.0
   # HELP IMAP_GETQUOTAROOT Generated from Dropwizard metric import 
(metric=IMAP-GETQUOTAROOT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_GETQUOTAROOT summary
   IMAP_GETQUOTAROOT{quantile="0.5",} 0.003964927
   IMAP_GETQUOTAROOT{quantile="0.75",} 0.0052756470000000005
   IMAP_GETQUOTAROOT{quantile="0.95",} 0.010027007000000001
   IMAP_GETQUOTAROOT{quantile="0.98",} 0.015400959
   IMAP_GETQUOTAROOT{quantile="0.99",} 0.023068671000000002
   IMAP_GETQUOTAROOT{quantile="0.999",} 0.070254591
   IMAP_GETQUOTAROOT_count 27629.0
   # HELP jvm_memory_pools_Compressed_Class_Space_init Generated from 
Dropwizard metric import (metric=jvm.memory.pools.Compressed-Class-Space.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_Compressed_Class_Space_init gauge
   jvm_memory_pools_Compressed_Class_Space_init 0.0
   # HELP mailbox_listener_ListeningCurrentQuotaUpdater Generated from 
Dropwizard metric import (metric=mailbox-listener-ListeningCurrentQuotaUpdater, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_ListeningCurrentQuotaUpdater summary
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.5",} 0.007372799
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.75",} 0.010223615
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.95",} 0.019267583
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.98",} 0.027525119
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.99",} 0.036962303
   mailbox_listener_ListeningCurrentQuotaUpdater{quantile="0.999",} 0.109576191
   mailbox_listener_ListeningCurrentQuotaUpdater_count 24629.0
   # HELP IMAP_LOGOUT Generated from Dropwizard metric import 
(metric=IMAP-LOGOUT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_LOGOUT summary
   IMAP_LOGOUT{quantile="0.5",} 1.12639E-4
   IMAP_LOGOUT{quantile="0.75",} 1.41311E-4
   IMAP_LOGOUT{quantile="0.95",} 2.1401500000000002E-4
   IMAP_LOGOUT{quantile="0.98",} 2.60095E-4
   IMAP_LOGOUT{quantile="0.99",} 3.0310300000000004E-4
   IMAP_LOGOUT{quantile="0.999",} 5.98015E-4
   IMAP_LOGOUT_count 2535.0
   # HELP jvm_gc_G1_Old_Generation_count Generated from Dropwizard metric 
import (metric=jvm.gc.G1-Old-Generation.count, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007faf17ea4500)
   # TYPE jvm_gc_G1_Old_Generation_count gauge
   jvm_gc_G1_Old_Generation_count 0.0
   # HELP jvm_memory_pools_G1_Old_Gen_init Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_G1_Old_Gen_init gauge
   jvm_memory_pools_G1_Old_Gen_init 3.06184192E9
   # HELP spoolProcessing_inFlight Generated from Dropwizard metric import 
(metric=spoolProcessing.inFlight, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE spoolProcessing_inFlight gauge
   spoolProcessing_inFlight 0.0
   # HELP smtpConnections_total Generated from Dropwizard metric import 
(metric=smtpConnections, type=com.codahale.metrics.Meter)
   # TYPE smtpConnections_total counter
   smtpConnections_total 0.0
   # HELP jvm_memory_pools_G1_Eden_Space_used Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_G1_Eden_Space_used gauge
   jvm_memory_pools_G1_Eden_Space_used 7.1303168E7
   # HELP IMAP_LSUB Generated from Dropwizard metric import (metric=IMAP-LSUB, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_LSUB summary
   IMAP_LSUB{quantile="0.5",} 0.001589247
   IMAP_LSUB{quantile="0.75",} 0.002064383
   IMAP_LSUB{quantile="0.95",} 0.0046530550000000006
   IMAP_LSUB{quantile="0.98",} 0.006619135000000001
   IMAP_LSUB{quantile="0.99",} 0.009240575000000001
   IMAP_LSUB{quantile="0.999",} 0.026607615
   IMAP_LSUB_count 2535.0
   # HELP IMAP_NOOP Generated from Dropwizard metric import (metric=IMAP-NOOP, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_NOOP summary
   IMAP_NOOP{quantile="0.5",} 1.8815000000000002E-5
   IMAP_NOOP{quantile="0.75",} 2.4447E-5
   IMAP_NOOP{quantile="0.95",} 3.9167E-5
   IMAP_NOOP{quantile="0.98",} 5.2223000000000005E-5
   IMAP_NOOP{quantile="0.99",} 6.6047E-5
   IMAP_NOOP{quantile="0.999",} 1.54623E-4
   IMAP_NOOP_count 24207.0
   # HELP getByName Generated from Dropwizard metric import (metric=getByName, 
type=com.codahale.metrics.Timer)
   # TYPE getByName summary
   getByName{quantile="0.5",} 3.6470000000000004E-6
   getByName{quantile="0.75",} 6.271000000000001E-6
   getByName{quantile="0.95",} 8.23295E-4
   getByName{quantile="0.98",} 8.23295E-4
   getByName{quantile="0.99",} 8.23295E-4
   getByName{quantile="0.999",} 8.23295E-4
   getByName_count 6.0
   # HELP jvm_memory_pools_G1_Eden_Space_used_after_gc Generated from 
Dropwizard metric import (metric=jvm.memory.pools.G1-Eden-Space.used-after-gc, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea88a0)
   # TYPE jvm_memory_pools_G1_Eden_Space_used_after_gc gauge
   jvm_memory_pools_G1_Eden_Space_used_after_gc 0.0
   # HELP jvm_threads_count Generated from Dropwizard metric import 
(metric=jvm.threads.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4fc8)
   # TYPE jvm_threads_count gauge
   jvm_threads_count 184.0
   # HELP jvm_threads_new_count Generated from Dropwizard metric import 
(metric=jvm.threads.new.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4da0)
   # TYPE jvm_threads_new_count gauge
   jvm_threads_new_count 0.0
   # HELP rabbitmq_channels_pending_aquire_size Generated from Dropwizard 
metric import (metric=rabbitmq.channels.pending.aquire.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE rabbitmq_channels_pending_aquire_size gauge
   rabbitmq_channels_pending_aquire_size 0.0
   # HELP rabbitmq_channels_idle_size Generated from Dropwizard metric import 
(metric=rabbitmq.channels.idle.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE rabbitmq_channels_idle_size gauge
   rabbitmq_channels_idle_size 1.0
   # HELP IMAP_SELECT Generated from Dropwizard metric import 
(metric=IMAP-SELECT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_SELECT summary
   IMAP_SELECT{quantile="0.5",} 0.018874367
   IMAP_SELECT{quantile="0.75",} 0.06606028700000001
   IMAP_SELECT{quantile="0.95",} 0.5221908470000001
   IMAP_SELECT{quantile="0.98",} 1.4008975350000001
   IMAP_SELECT{quantile="0.99",} 2.030043135
   IMAP_SELECT{quantile="0.999",} 4.462739455
   IMAP_SELECT_count 11812.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__usage Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-nmethods'.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__usage gauge
   jvm_memory_pools_CodeHeap__non_nmethods__usage 0.3522767229254571
   # HELP overquota_total Generated from Dropwizard metric import 
(metric=overquota, type=com.codahale.metrics.Meter)
   # TYPE overquota_total counter
   overquota_total 0.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__usage Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__usage gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__usage 0.3944708494401493
   # HELP s3_httpClient_pendingConcurrencyAcquires Generated from Dropwizard 
metric import (metric=s3_httpClient_pendingConcurrencyAcquires, 
type=com.codahale.metrics.DefaultSettableGauge)
   # TYPE s3_httpClient_pendingConcurrencyAcquires gauge
   s3_httpClient_pendingConcurrencyAcquires 0.0
   # HELP jvm_memory_heap_max Generated from Dropwizard metric import 
(metric=jvm.memory.heap.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea6bd8)
   # TYPE jvm_memory_heap_max gauge
   jvm_memory_heap_max 3.221225472E9
   # HELP IMAP_CHECK Generated from Dropwizard metric import 
(metric=IMAP-CHECK, type=com.codahale.metrics.Timer)
   # TYPE IMAP_CHECK summary
   IMAP_CHECK{quantile="0.5",} 1.8815000000000002E-5
   IMAP_CHECK{quantile="0.75",} 2.4831E-5
   IMAP_CHECK{quantile="0.95",} 3.9679000000000004E-5
   IMAP_CHECK{quantile="0.98",} 5.1199E-5
   IMAP_CHECK{quantile="0.99",} 6.7583E-5
   IMAP_CHECK{quantile="0.999",} 3.1743900000000003E-4
   IMAP_CHECK_count 3062.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__used Generated from 
Dropwizard metric import (metric=jvm.memory.pools.CodeHeap-'non-nmethods'.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__used gauge
   jvm_memory_pools_CodeHeap__non_nmethods__used 2051840.0
   # HELP jvm_memory_non_heap_max Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea76b8)
   # TYPE jvm_memory_non_heap_max gauge
   jvm_memory_non_heap_max -1.0
   # HELP s3_httpClient_concurrencyAcquireDuration Generated from Dropwizard 
metric import (metric=s3_httpClient_concurrencyAcquireDuration, 
type=com.codahale.metrics.Timer)
   # TYPE s3_httpClient_concurrencyAcquireDuration summary
   s3_httpClient_concurrencyAcquireDuration{quantile="0.5",} 
2.3142300000000002E-4
   s3_httpClient_concurrencyAcquireDuration{quantile="0.75",} 
4.1574300000000005E-4
   s3_httpClient_concurrencyAcquireDuration{quantile="0.95",} 
0.0018104310000000001
   s3_httpClient_concurrencyAcquireDuration{quantile="0.98",} 
0.0036863990000000004
   s3_httpClient_concurrencyAcquireDuration{quantile="0.99",} 
0.006029311000000001
   s3_httpClient_concurrencyAcquireDuration{quantile="0.999",} 
0.014876671000000001
   s3_httpClient_concurrencyAcquireDuration_count 52320.0
   # HELP IMAP_APPEND Generated from Dropwizard metric import 
(metric=IMAP-APPEND, type=com.codahale.metrics.Timer)
   # TYPE IMAP_APPEND summary
   IMAP_APPEND{quantile="0.5",} 0.017825791
   IMAP_APPEND{quantile="0.75",} 0.022413311
   IMAP_APPEND{quantile="0.95",} 0.037748735000000005
   IMAP_APPEND{quantile="0.98",} 0.09227468700000001
   IMAP_APPEND{quantile="0.99",} 1.166016511
   IMAP_APPEND{quantile="0.999",} 5.570035711
   IMAP_APPEND_count 24219.0
   # HELP jvm_memory_pools_G1_Survivor_Space_usage Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_G1_Survivor_Space_usage gauge
   jvm_memory_pools_G1_Survivor_Space_usage 0.9633331298828125
   # HELP IMAP_CLOSE Generated from Dropwizard metric import 
(metric=IMAP-CLOSE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_CLOSE summary
   IMAP_CLOSE{quantile="0.5",} 0.048234495
   IMAP_CLOSE{quantile="0.75",} 0.213909503
   IMAP_CLOSE{quantile="0.95",} 1.9209912310000001
   IMAP_CLOSE{quantile="0.98",} 3.892314111
   IMAP_CLOSE{quantile="0.99",} 5.402263551000001
   IMAP_CLOSE{quantile="0.999",} 8.053063679000001
   IMAP_CLOSE_count 2535.0
   # HELP IMAP_NAMESPACE Generated from Dropwizard metric import 
(metric=IMAP-NAMESPACE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_NAMESPACE summary
   IMAP_NAMESPACE{quantile="0.5",} 1.1391E-5
   IMAP_NAMESPACE{quantile="0.75",} 1.4911000000000002E-5
   IMAP_NAMESPACE{quantile="0.95",} 2.6495000000000003E-5
   IMAP_NAMESPACE{quantile="0.98",} 3.4815000000000005E-5
   IMAP_NAMESPACE{quantile="0.99",} 4.8639E-5
   IMAP_NAMESPACE{quantile="0.999",} 1.3209500000000002E-4
   IMAP_NAMESPACE_count 2535.0
   # HELP jvm_memory_pools_G1_Old_Gen_usage Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_G1_Old_Gen_usage gauge
   jvm_memory_pools_G1_Old_Gen_usage 0.06356154878934224
   # HELP IMAP_STATUS Generated from Dropwizard metric import 
(metric=IMAP-STATUS, type=com.codahale.metrics.Timer)
   # TYPE IMAP_STATUS summary
   IMAP_STATUS{quantile="0.5",} 0.005341183
   IMAP_STATUS{quantile="0.75",} 0.0068812790000000006
   IMAP_STATUS{quantile="0.95",} 0.012451839000000001
   IMAP_STATUS{quantile="0.98",} 0.019398655
   IMAP_STATUS{quantile="0.99",} 0.028180479
   IMAP_STATUS{quantile="0.999",} 0.08808038300000001
   IMAP_STATUS_count 90842.0
   # HELP jvm_memory_pools_Compressed_Class_Space_committed Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.Compressed-Class-Space.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_Compressed_Class_Space_committed gauge
   jvm_memory_pools_Compressed_Class_Space_committed 1.9267584E7
   # HELP enqueuedMail:outgoing_total Generated from Dropwizard metric import 
(metric=enqueuedMail:outgoing, type=com.codahale.metrics.Meter)
   # TYPE enqueuedMail:outgoing_total counter
   enqueuedMail:outgoing_total 0.0
   # HELP jvm_memory_pools_G1_Old_Gen_max Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_G1_Old_Gen_max gauge
   jvm_memory_pools_G1_Old_Gen_max 3.221225472E9
   # HELP jvm_memory_total_committed Generated from Dropwizard metric import 
(metric=jvm.memory.total.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea6560)
   # TYPE jvm_memory_total_committed gauge
   jvm_memory_total_committed 3.483107328E9
   # HELP jvm_memory_heap_usage Generated from Dropwizard metric import 
(metric=jvm.memory.heap.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$1)
   # TYPE jvm_memory_heap_usage gauge
   jvm_memory_heap_usage 0.08695130546887715
   # HELP jvm_class_loading_loaded Generated from Dropwizard metric import 
(metric=jvm.class.loading.loaded, 
type=com.codahale.metrics.jvm.ClassLoadingGaugeSet$$Lambda/0x00007faf17ea8cf8)
   # TYPE jvm_class_loading_loaded gauge
   jvm_class_loading_loaded 27151.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__max Generated from 
Dropwizard metric import (metric=jvm.memory.pools.CodeHeap-'non-nmethods'.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__max gauge
   jvm_memory_pools_CodeHeap__non_nmethods__max 5824512.0
   # HELP jvm_memory_pools_Compressed_Class_Space_max Generated from Dropwizard 
metric import (metric=jvm.memory.pools.Compressed-Class-Space.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_Compressed_Class_Space_max gauge
   jvm_memory_pools_Compressed_Class_Space_max 1.073741824E9
   # HELP jvm_memory_total_used Generated from Dropwizard metric import 
(metric=jvm.memory.total.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea6110)
   # TYPE jvm_memory_total_used gauge
   jvm_memory_total_used 5.38588992E8
   # HELP jvm_memory_pools_Metaspace_init Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_Metaspace_init gauge
   jvm_memory_pools_Metaspace_init 0.0
   # HELP jvm_threads_timed_waiting_count Generated from Dropwizard metric 
import (metric=jvm.threads.timed_waiting.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4da0)
   # TYPE jvm_threads_timed_waiting_count gauge
   jvm_threads_timed_waiting_count 67.0
   # HELP mailbox_listener_SelectedMailboxImpl Generated from Dropwizard metric 
import (metric=mailbox-listener-SelectedMailboxImpl, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_SelectedMailboxImpl summary
   mailbox_listener_SelectedMailboxImpl{quantile="0.5",} 1.07007E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.75",} 1.42335E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.95",} 4.1983900000000003E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.98",} 9.83039E-4
   mailbox_listener_SelectedMailboxImpl{quantile="0.99",} 0.0018677750000000001
   mailbox_listener_SelectedMailboxImpl{quantile="0.999",} 1.8119393270000002
   mailbox_listener_SelectedMailboxImpl_count 30492.0
   # HELP jvm_memory_pools_CodeHeap__non_nmethods__committed Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-nmethods'.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_CodeHeap__non_nmethods__committed gauge
   jvm_memory_pools_CodeHeap__non_nmethods__committed 2555904.0
   # HELP jvm_threads_peak_count Generated from Dropwizard metric import 
(metric=jvm.threads.peak.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea5418)
   # TYPE jvm_threads_peak_count gauge
   jvm_threads_peak_count 207.0
   # HELP jmap_websocket_opening_connections_count_total Generated from 
Dropwizard metric import (metric=jmap_websocket_opening_connections_count, 
type=com.codahale.metrics.Meter)
   # TYPE jmap_websocket_opening_connections_count_total counter
   jmap_websocket_opening_connections_count_total 0.0
   # HELP jvm_gc_G1_Concurrent_GC_count Generated from Dropwizard metric import 
(metric=jvm.gc.G1-Concurrent-GC.count, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007faf17ea4500)
   # TYPE jvm_gc_G1_Concurrent_GC_count gauge
   jvm_gc_G1_Concurrent_GC_count 12.0
   # HELP jvm_memory_pools_G1_Eden_Space_init Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_G1_Eden_Space_init gauge
   jvm_memory_pools_G1_Eden_Space_init 1.59383552E8
   # HELP rabbitmq_channels_allocated_size Generated from Dropwizard metric 
import (metric=rabbitmq.channels.allocated.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE rabbitmq_channels_allocated_size gauge
   rabbitmq_channels_allocated_size 3.0
   # HELP dequeuedMail:spool_total Generated from Dropwizard metric import 
(metric=dequeuedMail:spool, type=com.codahale.metrics.Meter)
   # TYPE dequeuedMail:spool_total counter
   dequeuedMail:spool_total 0.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__init Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__init gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__init 2555904.0
   # HELP IMAP_LIST Generated from Dropwizard metric import (metric=IMAP-LIST, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_LIST summary
   IMAP_LIST{quantile="0.5",} 0.004620287000000001
   IMAP_LIST{quantile="0.75",} 0.005865471000000001
   IMAP_LIST{quantile="0.95",} 0.010616831
   IMAP_LIST{quantile="0.98",} 0.015925247
   IMAP_LIST{quantile="0.99",} 0.023330815
   IMAP_LIST{quantile="0.999",} 0.065798143
   IMAP_LIST_count 5512.0
   # HELP jvm_gc_G1_Concurrent_GC_time Generated from Dropwizard metric import 
(metric=jvm.gc.G1-Concurrent-GC.time, 
type=com.codahale.metrics.jvm.GarbageCollectorMetricSet$$Lambda/0x00007faf17ea4728)
   # TYPE jvm_gc_G1_Concurrent_GC_time gauge
   jvm_gc_G1_Concurrent_GC_time 114.0
   # HELP s3_apiCall_apiCallDuration Generated from Dropwizard metric import 
(metric=s3_apiCall_apiCallDuration, type=com.codahale.metrics.Timer)
   # TYPE s3_apiCall_apiCallDuration summary
   s3_apiCall_apiCallDuration{quantile="0.5",} 0.023986175000000002
   s3_apiCall_apiCallDuration{quantile="0.75",} 0.045875199000000005
   s3_apiCall_apiCallDuration{quantile="0.95",} 0.090701823
   s3_apiCall_apiCallDuration{quantile="0.98",} 0.14470348700000002
   s3_apiCall_apiCallDuration{quantile="0.99",} 0.200278015
   s3_apiCall_apiCallDuration{quantile="0.999",} 0.9437183990000001
   s3_apiCall_apiCallDuration_count 52320.0
   # HELP jvm_class_loading_unloaded Generated from Dropwizard metric import 
(metric=jvm.class.loading.unloaded, 
type=com.codahale.metrics.jvm.ClassLoadingGaugeSet$$Lambda/0x00007faf17ea8f20)
   # TYPE jvm_class_loading_unloaded gauge
   jvm_class_loading_unloaded 17.0
   # HELP rabbit_dispatch Generated from Dropwizard metric import 
(metric=rabbit-dispatch, type=com.codahale.metrics.Timer)
   # TYPE rabbit_dispatch summary
   rabbit_dispatch{quantile="0.5",} 4.99711E-4
   rabbit_dispatch{quantile="0.75",} 6.43071E-4
   rabbit_dispatch{quantile="0.95",} 0.001171455
   rabbit_dispatch{quantile="0.98",} 0.0017530870000000002
   rabbit_dispatch{quantile="0.99",} 0.0024903670000000003
   rabbit_dispatch{quantile="0.999",} 1.149239295
   rabbit_dispatch_count 55120.0
   # HELP IMAP_CAPABILITY Generated from Dropwizard metric import 
(metric=IMAP-CAPABILITY, type=com.codahale.metrics.Timer)
   # TYPE IMAP_CAPABILITY summary
   IMAP_CAPABILITY{quantile="0.5",} 1.4143000000000002E-5
   IMAP_CAPABILITY{quantile="0.75",} 2.0223000000000003E-5
   IMAP_CAPABILITY{quantile="0.95",} 3.4559E-5
   IMAP_CAPABILITY{quantile="0.98",} 4.6847E-5
   IMAP_CAPABILITY{quantile="0.99",} 6.0415000000000003E-5
   IMAP_CAPABILITY{quantile="0.999",} 1.9455900000000002E-4
   IMAP_CAPABILITY_count 5070.0
   # HELP tmailLocalDeliveredMails_total Generated from Dropwizard metric 
import (metric=tmailLocalDeliveredMails, type=com.codahale.metrics.Meter)
   # TYPE tmailLocalDeliveredMails_total counter
   tmailLocalDeliveredMails_total 0.0
   # HELP jvm_memory_total_max Generated from Dropwizard metric import 
(metric=jvm.memory.total.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea6338)
   # TYPE jvm_memory_total_max gauge
   jvm_memory_total_max -1.0
   # HELP MessageFastViewProjection:retrieveHitCount_total Generated from 
Dropwizard metric import (metric=MessageFastViewProjection:retrieveHitCount, 
type=com.codahale.metrics.Meter)
   # TYPE MessageFastViewProjection:retrieveHitCount_total counter
   MessageFastViewProjection:retrieveHitCount_total 0.0
   # HELP smtpCommands_total Generated from Dropwizard metric import 
(metric=smtpCommands, type=com.codahale.metrics.Meter)
   # TYPE smtpCommands_total counter
   smtpCommands_total 0.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__init Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__init gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__init 2555904.0
   # HELP jvm_memory_pools_G1_Survivor_Space_used_after_gc Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.G1-Survivor-Space.used-after-gc, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea88a0)
   # TYPE jvm_memory_pools_G1_Survivor_Space_used_after_gc gauge
   jvm_memory_pools_G1_Survivor_Space_used_after_gc 4040512.0
   # HELP jvm_memory_pools_Compressed_Class_Space_used Generated from 
Dropwizard metric import (metric=jvm.memory.pools.Compressed-Class-Space.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_Compressed_Class_Space_used gauge
   jvm_memory_pools_Compressed_Class_Space_used 1.8846064E7
   # HELP IMAP_STORE Generated from Dropwizard metric import 
(metric=IMAP-STORE, type=com.codahale.metrics.Timer)
   # TYPE IMAP_STORE summary
   IMAP_STORE{quantile="0.5",} 0.007045119000000001
   IMAP_STORE{quantile="0.75",} 0.009175039000000001
   IMAP_STORE{quantile="0.95",} 0.017432575000000002
   IMAP_STORE{quantile="0.98",} 0.036438015000000004
   IMAP_STORE{quantile="0.99",} 0.12320767900000001
   IMAP_STORE{quantile="0.999",} 3.1205621750000003
   IMAP_STORE_count 6273.0
   # HELP jvm_memory_pools_G1_Survivor_Space_init Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8678)
   # TYPE jvm_memory_pools_G1_Survivor_Space_init gauge
   jvm_memory_pools_G1_Survivor_Space_init 0.0
   # HELP jvm_threads_deadlock_count Generated from Dropwizard metric import 
(metric=jvm.threads.deadlock.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea5868)
   # TYPE jvm_threads_deadlock_count gauge
   jvm_threads_deadlock_count 0.0
   # HELP jvm_threads_total_started_count Generated from Dropwizard metric 
import (metric=jvm.threads.total_started.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea5640)
   # TYPE jvm_threads_total_started_count gauge
   jvm_threads_total_started_count 1148.0
   # HELP ldap_connection_available_count Generated from Dropwizard metric 
import (metric=ldap-connection-available-count, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE ldap_connection_available_count gauge
   ldap_connection_available_count 3.0
   # HELP imap_request_queue_size Generated from Dropwizard metric import 
(metric=imap.request.queue.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE imap_request_queue_size gauge
   imap_request_queue_size 0.0
   # HELP outgoingMails_total Generated from Dropwizard metric import 
(metric=outgoingMails, type=com.codahale.metrics.Meter)
   # TYPE outgoingMails_total counter
   outgoingMails_total 0.0
   # HELP jvm_threads_waiting_count Generated from Dropwizard metric import 
(metric=jvm.threads.waiting.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4da0)
   # TYPE jvm_threads_waiting_count gauge
   jvm_threads_waiting_count 73.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__max Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__max gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__max 1.22912768E8
   # HELP jvm_memory_pools_G1_Survivor_Space_used Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_G1_Survivor_Space_used gauge
   jvm_memory_pools_G1_Survivor_Space_used 4040512.0
   # HELP mailbox_listener_PopulateEmailQueryViewListener Generated from 
Dropwizard metric import 
(metric=mailbox-listener-PopulateEmailQueryViewListener, 
type=com.codahale.metrics.Timer)
   # TYPE mailbox_listener_PopulateEmailQueryViewListener summary
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.5",} 0.006160383
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.75",} 0.008912895
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.95",} 
0.016646143000000002
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.98",} 0.023330815
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.99",} 
0.031719423000000004
   mailbox_listener_PopulateEmailQueryViewListener{quantile="0.999",} 
0.100139007
   mailbox_listener_PopulateEmailQueryViewListener_count 30900.0
   # HELP jvm_memory_pools_Metaspace_used Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_Metaspace_used gauge
   jvm_memory_pools_Metaspace_used 1.60764336E8
   # HELP jvm_memory_heap_used Generated from Dropwizard metric import 
(metric=jvm.memory.heap.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea69b0)
   # TYPE jvm_memory_heap_used gauge
   jvm_memory_heap_used 2.8008976E8
   # HELP IMAP_IDLE Generated from Dropwizard metric import (metric=IMAP-IDLE, 
type=com.codahale.metrics.Timer)
   # TYPE IMAP_IDLE summary
   IMAP_IDLE{quantile="0.5",} 2.3935E-5
   IMAP_IDLE{quantile="0.75",} 3.2511E-5
   IMAP_IDLE{quantile="0.95",} 5.4271E-5
   IMAP_IDLE{quantile="0.98",} 7.5263E-5
   IMAP_IDLE{quantile="0.99",} 9.523100000000001E-5
   IMAP_IDLE{quantile="0.999",} 2.8057500000000003E-4
   IMAP_IDLE_count 45925.0
   # HELP jvm_memory_non_heap_committed Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea78e0)
   # TYPE jvm_memory_non_heap_committed gauge
   jvm_memory_non_heap_committed 2.61881856E8
   # HELP jvm_memory_pools_Metaspace_max Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_Metaspace_max gauge
   jvm_memory_pools_Metaspace_max -1.0
   # HELP jvm_memory_pools_G1_Old_Gen_used_after_gc Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Old-Gen.used-after-gc, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea88a0)
   # TYPE jvm_memory_pools_G1_Old_Gen_used_after_gc gauge
   jvm_memory_pools_G1_Old_Gen_used_after_gc 1.21547008E8
   # HELP jvm_memory_pools_G1_Survivor_Space_max Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Survivor-Space.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_G1_Survivor_Space_max gauge
   jvm_memory_pools_G1_Survivor_Space_max -1.0
   # HELP postgres_execution Generated from Dropwizard metric import 
(metric=postgres-execution, type=com.codahale.metrics.Timer)
   # TYPE postgres_execution summary
   postgres_execution{quantile="0.5",} 0.0015646710000000001
   postgres_execution{quantile="0.75",} 0.002326527
   postgres_execution{quantile="0.95",} 0.005308415
   postgres_execution{quantile="0.98",} 0.008191999
   postgres_execution{quantile="0.99",} 0.011665407000000001
   postgres_execution{quantile="0.999",} 0.034078719
   postgres_execution_count 1312508.0
   # HELP jvm_memory_heap_init Generated from Dropwizard metric import 
(metric=jvm.memory.heap.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea6788)
   # TYPE jvm_memory_heap_init gauge
   jvm_memory_heap_init 3.221225472E9
   # HELP jmap_websocket_requests_count_total Generated from Dropwizard metric 
import (metric=jmap_websocket_requests_count, type=com.codahale.metrics.Meter)
   # TYPE jmap_websocket_requests_count_total counter
   jmap_websocket_requests_count_total 0.0
   # HELP opensearch_reindex_not_found_total Generated from Dropwizard metric 
import (metric=opensearch_reindex_not_found, type=com.codahale.metrics.Meter)
   # TYPE opensearch_reindex_not_found_total counter
   opensearch_reindex_not_found_total 0.0
   # HELP jvm_memory_pools_Metaspace_usage Generated from Dropwizard metric 
import (metric=jvm.memory.pools.Metaspace.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_Metaspace_usage gauge
   jvm_memory_pools_Metaspace_usage 0.9939501992693983
   # HELP IMAP_MYRIGHTS Generated from Dropwizard metric import 
(metric=IMAP-MYRIGHTS, type=com.codahale.metrics.Timer)
   # TYPE IMAP_MYRIGHTS summary
   IMAP_MYRIGHTS{quantile="0.5",} 0.001540095
   IMAP_MYRIGHTS{quantile="0.75",} 0.002007039
   IMAP_MYRIGHTS{quantile="0.95",} 0.0038666230000000005
   IMAP_MYRIGHTS{quantile="0.98",} 0.005439487000000001
   IMAP_MYRIGHTS{quantile="0.99",} 0.006717439
   IMAP_MYRIGHTS{quantile="0.999",} 0.029491199000000003
   IMAP_MYRIGHTS_count 2535.0
   # HELP jvm_memory_pools_CodeHeap__profiled_nmethods__committed Generated 
from Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'profiled-nmethods'.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_CodeHeap__profiled_nmethods__committed gauge
   jvm_memory_pools_CodeHeap__profiled_nmethods__committed 4.9938432E7
   # HELP jvm_memory_pools_G1_Eden_Space_usage Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.usage, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$3)
   # TYPE jvm_memory_pools_G1_Eden_Space_usage gauge
   jvm_memory_pools_G1_Eden_Space_usage 0.07674943566591422
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__max Generated from 
Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__max gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__max 1.2292096E8
   # HELP jvm_memory_non_heap_init Generated from Dropwizard metric import 
(metric=jvm.memory.non-heap.init, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea7268)
   # TYPE jvm_memory_non_heap_init gauge
   jvm_memory_non_heap_init 7667712.0
   # HELP jvm_threads_runnable_count Generated from Dropwizard metric import 
(metric=jvm.threads.runnable.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4da0)
   # TYPE jvm_threads_runnable_count gauge
   jvm_threads_runnable_count 44.0
   # HELP rabbitmq_channels_acquired_size Generated from Dropwizard metric 
import (metric=rabbitmq.channels.acquired.size, 
type=org.apache.james.metrics.dropwizard.DropWizardGaugeRegistry$$Lambda/0x00007faf176d5650)
   # TYPE rabbitmq_channels_acquired_size gauge
   rabbitmq_channels_acquired_size 2.0
   # HELP jvm_memory_pools_G1_Old_Gen_used Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Old-Gen.used, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8228)
   # TYPE jvm_memory_pools_G1_Old_Gen_used gauge
   jvm_memory_pools_G1_Old_Gen_used 2.0474608E8
   # HELP jvm_threads_terminated_count Generated from Dropwizard metric import 
(metric=jvm.threads.terminated.count, 
type=com.codahale.metrics.jvm.ThreadStatesGaugeSet$$Lambda/0x00007faf17ea4da0)
   # TYPE jvm_threads_terminated_count gauge
   jvm_threads_terminated_count 0.0
   # HELP IMAP_UNSELECT Generated from Dropwizard metric import 
(metric=IMAP-UNSELECT, type=com.codahale.metrics.Timer)
   # TYPE IMAP_UNSELECT summary
   IMAP_UNSELECT{quantile="0.5",} 0.054525951
   IMAP_UNSELECT{quantile="0.75",} 0.22858956700000002
   IMAP_UNSELECT{quantile="0.95",} 1.9713228790000001
   IMAP_UNSELECT{quantile="0.98",} 3.187671039
   IMAP_UNSELECT{quantile="0.99",} 4.362076159
   IMAP_UNSELECT{quantile="0.999",} 6.610223103
   IMAP_UNSELECT_count 3216.0
   # HELP jvm_memory_pools_CodeHeap__non_profiled_nmethods__committed Generated 
from Dropwizard metric import 
(metric=jvm.memory.pools.CodeHeap-'non-profiled-nmethods'.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_CodeHeap__non_profiled_nmethods__committed gauge
   jvm_memory_pools_CodeHeap__non_profiled_nmethods__committed 2.8377088E7
   # HELP MessageFastViewProjection:retrieveMissCount_total Generated from 
Dropwizard metric import (metric=MessageFastViewProjection:retrieveMissCount, 
type=com.codahale.metrics.Meter)
   # TYPE MessageFastViewProjection:retrieveMissCount_total counter
   MessageFastViewProjection:retrieveMissCount_total 0.0
   # HELP rabbit_acquire Generated from Dropwizard metric import 
(metric=rabbit-acquire, type=com.codahale.metrics.Timer)
   # TYPE rabbit_acquire summary
   rabbit_acquire{quantile="0.5",} 1.2351E-5
   rabbit_acquire{quantile="0.75",} 1.5359E-5
   rabbit_acquire{quantile="0.95",} 2.5983000000000002E-5
   rabbit_acquire{quantile="0.98",} 4.6079000000000004E-5
   rabbit_acquire{quantile="0.99",} 8.243100000000001E-5
   rabbit_acquire{quantile="0.999",} 4.85375E-4
   rabbit_acquire_count 85650.0
   # HELP jvm_memory_pools_G1_Eden_Space_committed Generated from Dropwizard 
metric import (metric=jvm.memory.pools.G1-Eden-Space.committed, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8450)
   # TYPE jvm_memory_pools_G1_Eden_Space_committed gauge
   jvm_memory_pools_G1_Eden_Space_committed 9.29038336E8
   # HELP s3_httpClient_availableConcurrency Generated from Dropwizard metric 
import (metric=s3_httpClient_availableConcurrency, 
type=com.codahale.metrics.DefaultSettableGauge)
   # TYPE s3_httpClient_availableConcurrency gauge
   s3_httpClient_availableConcurrency 1.0
   # HELP dequeuedMail:outgoing_total Generated from Dropwizard metric import 
(metric=dequeuedMail:outgoing, type=com.codahale.metrics.Meter)
   # TYPE dequeuedMail:outgoing_total counter
   dequeuedMail:outgoing_total 0.0
   # HELP jvm_memory_pools_G1_Eden_Space_max Generated from Dropwizard metric 
import (metric=jvm.memory.pools.G1-Eden-Space.max, 
type=com.codahale.metrics.jvm.MemoryUsageGaugeSet$$Lambda/0x00007faf17ea8000)
   # TYPE jvm_memory_pools_G1_Eden_Space_max gauge
   jvm_memory_pools_G1_Eden_Space_max -1.0
   ```
   
   </details>
   
   ### Gatling
   
![image](https://github.com/user-attachments/assets/59ef49bc-0288-4dfa-83c9-a18a997382f0)
   
![image](https://github.com/user-attachments/assets/ea7f113a-5bd3-4626-a950-13e7cbf54f49)
   
   ### Pg_stat_statement 
   
   #### SELECT
   ```
   select thread_id, hash_base_subject from thread where ( username = $1 and 
hash_mime_message_id in ( $2, $3 ) )
   ```
   - Before
   ```
   mean_exec_time = 3.813058174658313
   total_exec_time = 183297.51951399932
   calls = 48071
   ```
   - After
   ```
   mean_exec_time = 2.1348914102344874
   total_exec_time = 102338.15464099972
   calls = 47936
   ```
   #### INSERT: 
   ```
   insert into thread ( username, hash_mime_message_id, message_id, thread_id, 
hash_base_subject ) values ( $1, $2, cast($3 as uuid), cast($4 as uuid), $5 )
   ```
   - Before
   ```
   mean_exec_time = 0.26488126512866705
   total_exec_time = 25466.214592000077
   calls = 96142
   ```
   - After
   ```
   mean_exec_time = 0.5289001643754182
   total_exec_time = 50706.71655899979
   calls = 95872
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to