# HELP collector_scrape_time_ms Time taken for scrape by collector # TYPE collector_scrape_time_ms gauge collector_scrape_time_ms{collector="currentop",exporter="mongodb"} 1 collector_scrape_time_ms{collector="dbstats",exporter="mongodb"} 10 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 16 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.4925e-05 go_gc_duration_seconds{quantile="0.25"} 6.9732e-05 go_gc_duration_seconds{quantile="0.5"} 8.4728e-05 go_gc_duration_seconds{quantile="0.75"} 9.9361e-05 go_gc_duration_seconds{quantile="1"} 0.000644184 go_gc_duration_seconds_sum 57.788953062 go_gc_duration_seconds_count 631576 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 14 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 8.073112e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.487357467488e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 3.155093e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.4838259447e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.481864e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 8.073112e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0559488e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.691136e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 90820 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.756672e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 2.0250624e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.771333167110543e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.4838350267e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 2400 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 189120 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 310080 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.0892464e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 726843 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 720896 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.8661e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP mongodb_dbstats_avgObjSize dbstats.avgObjSize # TYPE mongodb_dbstats_avgObjSize untyped mongodb_dbstats_avgObjSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 863.7647581955902 mongodb_dbstats_avgObjSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 253.78571428571428 mongodb_dbstats_avgObjSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 146.23076923076923 mongodb_dbstats_avgObjSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1085.6872144576312 # HELP mongodb_dbstats_clusterTime_clusterTime dbstats.$clusterTime.clusterTime # TYPE mongodb_dbstats_clusterTime_clusterTime untyped mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 # HELP mongodb_dbstats_clusterTime_signature_keyId dbstats.$clusterTime.signature.keyId # TYPE mongodb_dbstats_clusterTime_signature_keyId untyped mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7.578106680076927e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 7.578106680076927e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7.578106680076927e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 7.578106680076927e+18 # HELP mongodb_dbstats_collections dbstats.collections # TYPE mongodb_dbstats_collections untyped mongodb_dbstats_collections{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 32 mongodb_dbstats_collections{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 4 mongodb_dbstats_collections{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_dbstats_collections{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 10 # HELP mongodb_dbstats_dataSize dbstats.dataSize # TYPE mongodb_dbstats_dataSize untyped mongodb_dbstats_dataSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.8166505e+07 mongodb_dbstats_dataSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3553 mongodb_dbstats_dataSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9505 mongodb_dbstats_dataSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.333856855e+09 # HELP mongodb_dbstats_fsTotalSize dbstats.fsTotalSize # TYPE mongodb_dbstats_fsTotalSize untyped mongodb_dbstats_fsTotalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.1035273216e+10 # HELP mongodb_dbstats_fsUsedSize dbstats.fsUsedSize # TYPE mongodb_dbstats_fsUsedSize untyped mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.021106176e+10 mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.021106176e+10 mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.021106176e+10 mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.021106176e+10 # HELP mongodb_dbstats_indexSize dbstats.indexSize # TYPE mongodb_dbstats_indexSize untyped mongodb_dbstats_indexSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9283968e+07 mongodb_dbstats_indexSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 204800 mongodb_dbstats_indexSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 196608 mongodb_dbstats_indexSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 200704 # HELP mongodb_dbstats_indexes dbstats.indexes # TYPE mongodb_dbstats_indexes untyped mongodb_dbstats_indexes{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 239 mongodb_dbstats_indexes{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 6 mongodb_dbstats_indexes{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 18 mongodb_dbstats_indexes{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 9 # HELP mongodb_dbstats_objects dbstats.objects # TYPE mongodb_dbstats_objects untyped mongodb_dbstats_objects{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 32609 mongodb_dbstats_objects{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 14 mongodb_dbstats_objects{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 65 mongodb_dbstats_objects{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.228583e+06 # HELP mongodb_dbstats_ok dbstats.ok # TYPE mongodb_dbstats_ok untyped mongodb_dbstats_ok{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_operationTime dbstats.operationTime # TYPE mongodb_dbstats_operationTime untyped mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.771333158e+09 # HELP mongodb_dbstats_scaleFactor dbstats.scaleFactor # TYPE mongodb_dbstats_scaleFactor untyped mongodb_dbstats_scaleFactor{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_storageSize dbstats.storageSize # TYPE mongodb_dbstats_storageSize untyped mongodb_dbstats_storageSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.660928e+07 mongodb_dbstats_storageSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 147456 mongodb_dbstats_storageSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 135168 mongodb_dbstats_storageSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.12471552e+08 # HELP mongodb_dbstats_totalSize dbstats.totalSize # TYPE mongodb_dbstats_totalSize untyped mongodb_dbstats_totalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.5893248e+07 mongodb_dbstats_totalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 352256 mongodb_dbstats_totalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 331776 mongodb_dbstats_totalSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.12672256e+08 # HELP mongodb_dbstats_views dbstats.views # TYPE mongodb_dbstats_views untyped mongodb_dbstats_views{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4 mongodb_dbstats_views{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1 # HELP mongodb_top_commands_count top.commands.count # TYPE mongodb_top_commands_count counter mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 238067 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 133 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 30 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 12 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 22 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 73 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 76 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 120 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 71 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 174 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 15 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 475 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 10 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 21 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 53 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 190 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 11 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 52 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 12 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 840380 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 26 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 701290 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 23801 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 701290 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_commands_time top.commands.time # TYPE mongodb_top_commands_time untyped mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 5.4889926e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 522539 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 357556 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8145564e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 540399 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 238700 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 373835 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 2759 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 360461 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 632863 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 153414 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 859879 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 742783 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 783419 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 246264 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 574436 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 348648 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 206909 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9720572e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 183435 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 39029 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 648689 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 22315 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.6029928e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 610923 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 230411 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 380195 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 725872 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 580 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 358828 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 669109 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 300567 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 202135 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 157347 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 300042 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 318468 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8733106e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 270410 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 542175 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 178527 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 84874 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 9.34414214e+08 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7061 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.9001985e+08 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.726572e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.90401333e+08 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_getmore_count top.getmore.count # TYPE mongodb_top_getmore_count counter mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 20 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 43 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 10 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 96 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_getmore_time top.getmore.time # TYPE mongodb_top_getmore_time untyped mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 56017 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.588683e+06 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 21286 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 170351 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_insert_count top.insert.count # TYPE mongodb_top_insert_count counter mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_insert_time top.insert.time # TYPE mongodb_top_insert_time untyped mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5601 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 7052 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_queries_count top.queries.count # TYPE mongodb_top_queries_count counter mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 21578 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 41 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 97300 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27638 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17214 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3525 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4992 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 773 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 12337 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1748 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3198 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 165 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13408 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1242 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 981 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 91116 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 908308 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 844 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6872 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 80984 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 29837 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 282 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27558 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 410 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 30043 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7270 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 41 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 41 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9545 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 28829 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 99198 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 565 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 24656 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 10 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 426 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 701290 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 79 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 5 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 756654 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 350647 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 7 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 764479 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 350645 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 19473 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 350645 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 238027 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 18297 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 238027 # HELP mongodb_top_queries_time top.queries.time # TYPE mongodb_top_queries_time untyped mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.4724793e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19863 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.24888334e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9042717e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.4073719e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.620032e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7.005563e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.404902e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8.16794e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.058288e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.866327e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 268485 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.1181019e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.094517e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 666022 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.524024e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.687290202e+09 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 288336 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8212154e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.63984128e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.2187048e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 188201 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.18752144e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 296272 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 244747 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.9502012e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.219707e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 18170 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 38745 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8.1095527e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9342626e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.70505195e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 201973 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.6802739e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 7102 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 374010 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.52019743e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 256202 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 8391 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.60687164e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 154 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.742325e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 118 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 32 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 34238 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.56304805e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 5.8675056e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 8.450526e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 7.2937516e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3.4091867e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2843 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2136 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.0436159e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 86 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.3418087e+07 # HELP mongodb_top_readLock_count top.readLock.count # TYPE mongodb_top_readLock_count counter mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 21582 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 43 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 97426 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27657 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 12 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17234 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3535 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5069 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 775 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 12401 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1752 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3202 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 167 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13516 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1300 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 983 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 91282 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 908334 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 848 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6886 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 81487 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 29841 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 286 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27562 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 26 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 414 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 30087 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7274 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 45 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 43 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9549 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 28833 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 99368 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 569 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 24710 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 10 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 430 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 12 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 701290 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 79 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 5 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7.14054e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 8.737671e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 350647 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 7 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 764481 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.051936e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 43274 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.051939e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 238028 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7.158837e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 238027 # HELP mongodb_top_readLock_time top.readLock.time # TYPE mongodb_top_readLock_time untyped mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.5065503e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 200693 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.428381e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9298994e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 238700 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.4430741e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.821599e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7.34677e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.426032e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8.583922e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.605938e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.469142e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 343513 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.1329559e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.239897e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 739027 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.13236769e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.687427556e+09 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 808295 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8229523e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.32219068e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.2579398e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 305183 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.18949011e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.021555e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 435441 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.9733539e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.308838e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 93242 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 90193 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8.1243194e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9460466e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8828533e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 292654 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.6925242e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 7102 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 421894 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 84874 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.52019743e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 256202 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 8391 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 4.0347572202e+10 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.386746628e+09 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 154 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 380721 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.742325e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 118 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 32 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 34238 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.56502938e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3.48713153e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.2177098e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.63389551e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3.4094242e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2843 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2136 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.8107635527e+10 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 86 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.3418087e+07 # HELP mongodb_top_remove_count top.remove.count # TYPE mongodb_top_remove_count counter mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6386 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.278205e+06 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6386 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_remove_time top.remove.time # TYPE mongodb_top_remove_time untyped mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3371 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 535 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 900 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 359 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1701 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1042 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6749 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2976 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 651 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 294 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 338 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 794 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 424 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5096 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8078 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 10666 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7173 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 492 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13987 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 993 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 55195 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4360 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5250 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3643 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2841 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1333 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8932 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.350226e+06 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 4.2187651e+07 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6.307659e+06 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_total_count top.total.count # TYPE mongodb_top_total_count counter mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 238067 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 23596 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 50 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 97640 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27899 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 12 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17236 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3683 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8959 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1334 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 18816 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2900 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3459 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 242 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13598 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1799 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 998 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 97507 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 908335 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1649 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6887 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 83453 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 39671 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 467 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27857 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 27 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 792 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 56956 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9414 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 49 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 48 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 14201 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 29906 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 100801 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1102 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 31398 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 704 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 12 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.40258e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 79 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 5 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7.146926e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 8.737672e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 350647 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 26 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 764482 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.051936e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.494635e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.051939e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 238028 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7.165223e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 238027 # HELP mongodb_top_total_time top.total.time # TYPE mongodb_top_total_time untyped mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 5.4889926e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.5915607e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 377419 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.43129262e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9688981e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 238700 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.4447554e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 2759 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.028613e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.0351545e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.965736e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.3237437e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.395511e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.758641e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 574012 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.1811944e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.808271e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 877947 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.18350712e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.687473637e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 39029 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.222998e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8234469e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.3421269e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.8535819e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 462831 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.19358662e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.022144e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 580 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 802881 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.7107256e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.0424923e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 220305 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 196092 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 8.3238723e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.0150643e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.90369912e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 682041 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.09066e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 47703 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 857627 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 84874 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 4.51733445e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 256202 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 8391 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 4.0349922428e+10 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.386746711e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 154 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 383699 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.742325e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 118 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 32 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7061 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 41290 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.56503246e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3.48713153e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.18320953e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.63389551e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 3.4094242e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2843 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2136 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.8113943186e+10 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 86 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 3.3418087e+07 # HELP mongodb_top_update_count top.update.count # TYPE mongodb_top_update_count counter mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2005 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 206 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 229 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 140 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3873 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 552 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6402 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1139 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 249 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 67 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 69 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 484 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6216 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 793 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1948 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9819 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 174 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 286 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 369 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 26858 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2131 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4643 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1064 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1412 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 524 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6679 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 266 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 701290 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 173156 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_update_time top.update.time # TYPE mongodb_top_update_time untyped mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 664904 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 94829 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 104965 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 47761 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.655401e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 406378 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.202869e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 591464 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 108244 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 58969 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 56151 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 364312 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4592 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.384804e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 277895 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.599285e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.730675e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 43727 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 212336 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 198313 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.688094e+07 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 900289 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.837904e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 485906 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.12877e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 208325 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.531468e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 40601 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 299489 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 2.99713702e+08 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6.3956204e+07 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_writeLock_count top.writeLock.count # TYPE mongodb_top_writeLock_count counter mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2013 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 213 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 241 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 147 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3889 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 558 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6414 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1147 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 256 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 74 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 81 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 498 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 14 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6224 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 800 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1965 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9829 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 180 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 294 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 377 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 26868 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2139 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4651 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1072 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1432 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 532 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6687 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 9 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 273 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 701290 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6386 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 26 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.451361e+06 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6386 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_top_writeLock_time top.writeLock.time # TYPE mongodb_top_writeLock_time untyped mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 802973 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 134835 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 241174 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 349656 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenIntegrationTest",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiTokenPermissionCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ClientGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 171830 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.966661e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 502049 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.60964e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 744419 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 247678 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 187069 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 442092 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 528078 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 101279 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.075586e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Integration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 375209 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.941822e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.915656e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 121365 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 364643 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PricePreset",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 323071 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.7331636e+07 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.024504e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 74280 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 75917 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.957949e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 631363 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.047829e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 336983 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.942367e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="MATTIAS",rs_nm="alpha-mongodb",rs_state="1"} 40601 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="_migrations",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 329784 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 2.99713702e+08 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.350226e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 83 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="queryAnalyzers",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="replset.election",database="local",rs_nm="alpha-mongodb",rs_state="1"} 2978 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="settings",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="shardSplitDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.indexBuilds",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7061 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.keys",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 7052 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 308 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.06143855e+08 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="transactions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 6.307659e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="version",database="config",rs_nm="alpha-mongodb",rs_state="1"} 0 # HELP mongodb_up Whether MongoDB is up. # TYPE mongodb_up gauge mongodb_up{cluster_role="mongod"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 20654.95 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 5.730217263862e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.059715945862e+12 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 11 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 3.5979264e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.7663419169e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.810550784e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19