# 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"} 11 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 22 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.1259e-05 go_gc_duration_seconds{quantile="0.25"} 6.6336e-05 go_gc_duration_seconds{quantile="0.5"} 8.7204e-05 go_gc_duration_seconds{quantile="0.75"} 0.000113828 go_gc_duration_seconds{quantile="1"} 0.000772802 go_gc_duration_seconds_sum 158.210809364 go_gc_duration_seconds_count 1.45672e+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 15 # 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 6.138816e+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 5.556783270208e+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.199453e+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.4041800044e+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.45524e+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 6.138816e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.1821056e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 8.462336e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 62790 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.641984e+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.0283392e+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.780565855719779e+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.4041862834e+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 175360 # 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 293760 # 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.1305352e+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 725427 # 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 688128 # 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 688128 # 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="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1030.500363901019 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 242.53333333333333 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 141 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 140.69984404616233 # HELP mongodb_dbstats_clusterTime_clusterTime dbstats.$clusterTime.clusterTime # TYPE mongodb_dbstats_clusterTime_clusterTime untyped mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+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="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7.61033803881146e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 7.61033803881146e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 7.61033803881146e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 7.61033803881146e+18 # HELP mongodb_dbstats_collections dbstats.collections # TYPE mongodb_dbstats_collections untyped mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 33 mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 11 mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 10 # HELP mongodb_dbstats_dataSize dbstats.dataSize # TYPE mongodb_dbstats_dataSize untyped mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5.66363e+06 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3638 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 846 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 7.91670888e+08 # HELP mongodb_dbstats_fsTotalSize dbstats.fsTotalSize # TYPE mongodb_dbstats_fsTotalSize untyped mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 # HELP mongodb_dbstats_fsUsedSize dbstats.fsUsedSize # TYPE mongodb_dbstats_fsUsedSize untyped mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9.867763712e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 9.867763712e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9.867763712e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.867763712e+09 # HELP mongodb_dbstats_indexSize dbstats.indexSize # TYPE mongodb_dbstats_indexSize untyped mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8.441856e+06 mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 221184 mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 200704 mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 200704 # HELP mongodb_dbstats_indexes dbstats.indexes # TYPE mongodb_dbstats_indexes untyped mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 247 mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 18 mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9 # HELP mongodb_dbstats_objects dbstats.objects # TYPE mongodb_dbstats_objects untyped mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5496 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 15 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 5.626665e+06 # HELP mongodb_dbstats_ok dbstats.ok # TYPE mongodb_dbstats_ok untyped mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_operationTime dbstats.operationTime # TYPE mongodb_dbstats_operationTime untyped mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.780565847e+09 # HELP mongodb_dbstats_scaleFactor dbstats.scaleFactor # TYPE mongodb_dbstats_scaleFactor untyped mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_storageSize dbstats.storageSize # TYPE mongodb_dbstats_storageSize untyped mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4.472832e+06 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 147456 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 126976 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.3019136e+08 # HELP mongodb_dbstats_totalSize dbstats.totalSize # TYPE mongodb_dbstats_totalSize untyped mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.2914688e+07 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 368640 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 327680 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.30392064e+08 # HELP mongodb_dbstats_views dbstats.views # TYPE mongodb_dbstats_views untyped mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 127665 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 541 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 450744 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 376190 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 12768 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 376190 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.0285253e+07 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2905 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2323 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1070 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1963 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2543 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.1944258e+07 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2363 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 84659 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2172 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2297 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.23769894e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.62339972e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.354512e+06 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.0828239e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9560 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4862 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 580 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 142 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 123 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 376191 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 406064 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 188098 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 5 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 410077 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 188095 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 188095 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 127666 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6407 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 127666 # HELP mongodb_top_queries_time top.queries.time # TYPE mongodb_top_queries_time untyped mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7560 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11183 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7868 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6819 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7078 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7145 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6729 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18238 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8626 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8307 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10325 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5257 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3702 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3049 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 29032 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15088 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.054837e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 14621 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6014 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7216 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6430 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11053 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6579 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4913 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5552 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3378 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11326 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 674862 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7128 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10647 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 13088 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 104734 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 8.5518905e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2938 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.83983365e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 183 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.2271434e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 118 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 97 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 23611 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.0373932e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.6778887e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 36691 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4.3621042e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.1458781e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2248 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1639 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6.615938e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 162 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.916771e+07 # HELP mongodb_top_readLock_count top.readLock.count # TYPE mongodb_top_readLock_count counter mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 23 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1124 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 142 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 123 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 376191 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.829762e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 4.686571e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 188098 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 5 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 410079 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 564286 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 12792 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 564289 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 127667 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.836169e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 127666 # HELP mongodb_top_readLock_time top.readLock.time # TYPE mongodb_top_readLock_time untyped mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7560 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11183 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7868 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6819 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7078 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10050 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6729 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 20561 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8626 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8307 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10325 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6327 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5665 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3049 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 31575 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15088 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.5008655e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 14621 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6014 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7216 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6430 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 13416 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6579 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4913 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5552 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3378 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11326 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 674862 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9300 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10647 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15385 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 104734 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 8.5518905e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2938 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.4748201218e+10 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.554886285e+09 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 183 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 365844 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.2271434e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 118 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 97 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 23611 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.0564529e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.99124813e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.391203e+06 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.51925464e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.1462276e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2248 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1639 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6.873438378e+09 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 162 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.916771e+07 # HELP mongodb_top_remove_count top.remove.count # TYPE mongodb_top_remove_count counter mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 21 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.222646e+06 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 21 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 331 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3326 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.891647e+07 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5960 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 127665 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 23 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1124 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 17 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 142 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 151 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 752381 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.829783e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 4.686572e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 188098 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 410080 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 564286 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.270862e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 564289 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 127667 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.83619e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 127666 # HELP mongodb_top_total_time top.total.time # TYPE mongodb_top_total_time untyped mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.0285253e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7560 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11183 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7868 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6819 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7078 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10050 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6729 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 20561 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8626 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8307 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10325 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6327 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5665 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3049 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 31575 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15088 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.5008655e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 14621 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6014 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7216 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6430 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 13416 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6579 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4913 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5552 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 88991 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11326 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 674862 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9300 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10647 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15385 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 146546 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 2.21680619e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2938 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.4748204544e+10 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.55488633e+09 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 183 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 366093 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.2271434e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 118 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 97 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 28473 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.056487e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.99124813e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 4.3494944e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.51925464e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.1462276e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2248 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1639 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6.873444338e+09 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 162 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.916771e+07 # HELP mongodb_top_update_count top.update.count # TYPE mongodb_top_update_count counter mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 28 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 376190 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 35424 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 623 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 41812 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.36161714e+08 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.2187271e+07 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 28 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 376190 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 21 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.25807e+06 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 21 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AccountManager",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="CompanyMember",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Customer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GiftCardAddOn",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="GuestGroupAddon",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PurchaseProduct",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Seller",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="SurfboardIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 53843 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 41812 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.36161714e+08 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3326 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 45 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 249 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4862 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 341 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 4.1103741e+07 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5960 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-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 56148.8 # 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.4943464190666e+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 3.040012465993e+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.6401152e+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.7663419232e+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