# 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"} 9 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 20 # 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"} 5.1887e-05 go_gc_duration_seconds{quantile="0.25"} 7.5064e-05 go_gc_duration_seconds{quantile="0.5"} 8.634e-05 go_gc_duration_seconds{quantile="0.75"} 0.000106987 go_gc_duration_seconds{quantile="1"} 0.00042699 go_gc_duration_seconds_sum 124.319911301 go_gc_duration_seconds_count 1.243354e+06 # 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.81712e+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 4.98310419732e+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.188621e+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 7.0168809411e+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.504392e+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.81712e+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 9.043968e+06 # 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 1.1157504e+07 # 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 89705 # 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 7.258112e+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.0201472e+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.7761405437728803e+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 7.0168899116e+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 204000 # 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.5317016e+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 687171 # 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 753664 # 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 753664 # 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"} 935.2092926035415 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"} 142.22222222222223 mongodb_dbstats_avgObjSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 766.0129889467105 # 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.776140542e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.776140542e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.776140542e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.776140542e+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"} 3.1319224e+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"} 2560 mongodb_dbstats_dataSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.337594263e+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.012842496e+10 mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.012842496e+10 mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.012842496e+10 mongodb_dbstats_fsUsedSize{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.012842496e+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.808384e+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"} 33489 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"} 18 mongodb_dbstats_objects{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.746177e+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.776140542e+09 mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.776140542e+09 mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.776140542e+09 mongodb_dbstats_operationTime{cl_id="6735dde1f66e89b458bc7874",cl_role="",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.776140542e+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.896448e+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.704832e+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"} 558710 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 141 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 50 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"} 30 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"} 25 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 366 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 28 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 664 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 332 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 273 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 363 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 35 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"} 17 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 23 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2145 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 53 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 17 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 18 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 29 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"} 20 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 343 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 16 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 15 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 19 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 379 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 20 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 342 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"} 14 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 20 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"} 1.971964e+06 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"} 1.644294e+06 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 55851 mongodb_top_commands_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.644294e+06 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"} 1.3388389e+08 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.113893e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 640267 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.8608913e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.138914e+06 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"} 758778 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"} 844708 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.027941e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 300004 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.705972e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 975960 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.048449e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 507751 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 933470 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 943067 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 620265 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.0268546e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 202344 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"} 1.182641e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 57858 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.78553718e+08 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.425307e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 490323 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 832543 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 747334 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"} 709496 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.235965e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 613193 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 452056 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 477138 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 441176 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 477613 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9169361e+07 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 545252 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 927471 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"} 270528 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 155726 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"} 2.214585439e+09 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"} 7.139723e+08 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9.219424e+06 mongodb_top_commands_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 4.6807823e+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"} 244 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"} 324 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"} 2 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"} 17 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"} 223 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"} 1.242778e+06 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"} 1.9629129e+07 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"} 162398 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"} 55321 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"} 472388 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"} 144648 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 222 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 720406 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 191100 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"} 42790 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"} 20999 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 35666 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1451 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 40115 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2448 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 28422 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 522 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 86959 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2672 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2320 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 477016 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.445616e+06 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"} 1217 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7690 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 768003 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 325398 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 618 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 290234 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 46 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"} 713 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 72207 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 44612 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 323 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 222 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 46483 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 124238 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 790660 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 919 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 153014 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"} 2623 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"} 1.644294e+06 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 225 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7 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"} 1.77367e+06 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"} 822149 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"} 11 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.792575e+06 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 822147 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 42801 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 822147 mongodb_top_queries_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 558530 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"} 40269 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"} 558530 # 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.07070941e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 143292 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.090142214e+09 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.36016927e+08 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"} 8.8537975e+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"} 3.1713578e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.4777941e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.977961e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.2004803e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.176097e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.2702565e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.425112e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7.843739e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.139484e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.953845e+06 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.42469432e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.821757904e+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"} 693390 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.9070127e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.467864174e+09 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.19195343e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 721767 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.109139121e+09 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 455113 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"} 834560 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.27485064e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.9191026e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 211367 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 282545 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.21093065e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.6931533e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.406649211e+09 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 943105 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.33257032e+08 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"} 1.953969e+06 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"} 3.72014637e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 350745 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9178 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"} 9.20315667e+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"} 9.2579224e+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"} 70046 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.8484688e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.45689719e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.9080524e+07 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 1.79895133e+08 mongodb_top_queries_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 8.2795145e+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"} 2.4348006e+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"} 8.2002809e+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"} 144660 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 232 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 720540 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 191139 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"} 42818 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"} 21017 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 36260 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1473 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 40766 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2460 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 28434 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 532 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 87279 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2932 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2330 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 477371 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.44565e+06 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"} 1229 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7712 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 770457 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 325441 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 630 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 290246 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 74 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"} 725 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 72541 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 44624 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 335 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 232 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 46495 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 124252 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 791019 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 931 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 153365 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"} 2635 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 20 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.644294e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 225 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.6755274e+07 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 2.0501132e+07 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"} 822149 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"} 11 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.792577e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.466442e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 98652 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.466445e+06 mongodb_top_readLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 558531 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"} 1.6795543e+07 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"} 558530 # 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.08003005e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 606833 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.108555329e+09 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.36871719e+08 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"} 8.927994e+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"} 3.2399392e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.7700987e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.145681e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.5257004e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.956924e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.357041e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.761627e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7.8944964e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.879283e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.440206e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.61013935e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.821914167e+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"} 1.747301e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.9123039e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.86566335e+09 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.20382439e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.098661e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.109788336e+09 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.201858e+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"} 1.334443e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.28283447e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.9592783e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 536360 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 653784 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.21381866e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.7370916e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.424865601e+09 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.305318e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.33798866e+08 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"} 2.093854e+06 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 155726 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.72014637e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 350745 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9178 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9.5272339767e+10 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 8.164250383e+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"} 9.2579224e+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"} 70046 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.85045013e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 8.59680266e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.8299948e+07 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 6.48024065e+08 mongodb_top_readLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 8.279752e+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"} 4.2777097511e+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"} 8.2002809e+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"} 13 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"} 2 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"} 4 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"} 3 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"} 4 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"} 12346 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"} 5.341537e+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"} 12346 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"} 33503 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"} 15730 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"} 9094 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"} 12454 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"} 19435 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"} 4.304617e+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"} 1.01673088e+08 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"} 1.4397367e+07 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"} 558710 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 146700 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 239 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 720754 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 191439 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"} 42820 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"} 21165 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 69330 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2118 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 54168 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3636 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 28699 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 754 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 87366 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3581 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2345 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 484020 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.445651e+06 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"} 2098 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7713 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 772722 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 349347 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 811 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 290597 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 75 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"} 1125 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 135487 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 46922 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 339 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 237 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 51312 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 125390 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 793006 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1537 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 160364 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"} 3941 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 20 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.288588e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 225 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 7 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 1.676762e+07 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 2.0501133e+07 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"} 822149 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"} 12 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.792578e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.466442e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 5.802416e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 2.466445e+06 mongodb_top_total_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 558531 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"} 1.6807889e+07 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"} 558530 # 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"} 1.3388389e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Account",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.08933887e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AccountManager",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 783559 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="AdminUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.108846491e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ApiToken",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.37465931e+08 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"} 8.9296753e+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"} 3.2606406e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Company",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.8408908e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.847597e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.528797e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.853167e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.3902338e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.353332e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 7.9445905e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.632665e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroupAddon",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.579126e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.67323569e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="IdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.821960248e+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"} 2.313592e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="MemberCompanyDetail",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.9127985e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Outlet",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.869850219e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.39878272e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Permission",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.256309e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PermissionGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.110280181e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PinIdentityUserAdminCheck",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.202447e+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"} 1.812178e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.78858124e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6.1123659e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="PurchaseProduct",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 663423 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Seller",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 759683 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tax",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.23544141e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.8204463e+07 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.42791379e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.854134e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.38412889e+08 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"} 3.86017e+06 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="atlascli",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 155726 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="clustermanager",database="local",rs_nm="alpha-mongodb",rs_state="1"} 1.079270663e+09 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="collections",database="config",rs_nm="alpha-mongodb",rs_state="1"} 350745 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="external_validation_keys",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9178 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="image_collection",database="config",rs_nm="alpha-mongodb",rs_state="1"} 9.5276644384e+10 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="oplog.rs",database="local",rs_nm="alpha-mongodb",rs_state="1"} 8.164250466e+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"} 9.2579224e+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"} 77098 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.replset",database="local",rs_nm="alpha-mongodb",rs_state="1"} 3.85045321e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.roles",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 8.59680266e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.sessions",database="config",rs_nm="alpha-mongodb",rs_state="1"} 2.77089041e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.users",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 6.48024065e+08 mongodb_top_total_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="system.version",database="admin",rs_nm="alpha-mongodb",rs_state="1"} 8.279752e+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"} 4.2791494878e+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"} 8.2002809e+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"} 2031 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"} 276 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"} 33053 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 638 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13387 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1167 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 257 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 214 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 74 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 634 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"} 6640 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"} 860 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"} 2247 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 23893 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"} 341 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"} 390 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 62935 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2289 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"} 4808 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1129 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1966 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 596 mongodb_top_update_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6990 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"} 1298 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"} 1.644294e+06 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"} 362227 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"} 745682 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"} 276587 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"} 3.0358547e+07 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 568590 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.561465e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 698134 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 150673 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 420175 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 74707 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 549320 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"} 4.580495e+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"} 428467 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"} 3.792532e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9245168e+07 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"} 289082 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"} 267129 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.00819e+07 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.31508e+06 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"} 2.00465e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 629276 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2.092377e+06 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 364444 mongodb_top_update_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.164133e+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"} 1.630072e+06 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"} 7.07256026e+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"} 1.47116005e+08 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"} 2039 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"} 299 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"} 33069 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 644 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 13401 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1175 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 264 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 221 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 86 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 648 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"} 6648 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"} 868 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"} 2264 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 23905 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"} 350 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"} 399 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 62945 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 2297 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"} 4816 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1137 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1986 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 605 mongodb_top_writeLock_count{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 6998 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"} 1305 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"} 1.644294e+06 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"} 12346 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"} 5.703764e+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"} 12346 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"} 883751 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"} 553881 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"} 3.0669807e+07 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="CompanyMember",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 664261 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Customer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 9.987091e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Discount",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 851089 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Fee",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 290107 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="FortnoxIntegration",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 548275 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GiftCardAddOn",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 460648 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="GuestGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 713086 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"} 6.271277e+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"} 526797 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"} 4.135069e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="OutletClient",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.9455068e+07 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"} 446837 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"} 433366 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Printer",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 5.0532596e+07 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="ProductGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 1.439295e+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"} 2.124695e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="Tenant",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 774733 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="TenantUser",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 3.011436e+06 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="UpsellGroup",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 496412 mongodb_top_writeLock_time{cl_id="6735dde1f66e89b458bc7874",cl_role="",collection="WayOfPayment",database="Alpha",rs_nm="alpha-mongodb",rs_state="1"} 4.575032e+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"} 1.660367e+06 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"} 7.07256026e+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"} 4.304617e+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"} 2.48789093e+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"} 1.4397367e+07 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 43195.15 # 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 1.0480443467981e+13 # 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 2.076491802592e+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.9174144e+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