# 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"} 8 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 14 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 5.254e-05 go_gc_duration_seconds{quantile="0.25"} 7.3916e-05 go_gc_duration_seconds{quantile="0.5"} 9.1203e-05 go_gc_duration_seconds{quantile="0.75"} 0.000113266 go_gc_duration_seconds{quantile="1"} 0.00076235 go_gc_duration_seconds_sum 128.297603677 go_gc_duration_seconds_count 987813 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 14 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 7.5972e+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 3.729078758928e+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.181621e+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 4.9395612666e+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.488104e+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 7.5972e+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.0461184e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.773056e+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 69690 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.3728e+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.023424e+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.7761406001507993e+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 4.9395682356e+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 185920 # 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.2217736e+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 726779 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 720896 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 720896 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.8661e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP mongodb_dbstats_avgObjSize dbstats.avgObjSize # TYPE mongodb_dbstats_avgObjSize untyped mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 884.5822031094939 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 253.78571428571428 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 141 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 146.7531269254706 # HELP mongodb_dbstats_clusterTime_clusterTime dbstats.$clusterTime.clusterTime # TYPE mongodb_dbstats_clusterTime_clusterTime untyped mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+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="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 # HELP mongodb_dbstats_collections dbstats.collections # TYPE mongodb_dbstats_collections untyped mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 11 mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 10 # HELP mongodb_dbstats_dataSize dbstats.dataSize # TYPE mongodb_dbstats_dataSize untyped mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.674092e+06 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3553 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 846 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.5645132e+08 # HELP mongodb_dbstats_fsTotalSize dbstats.fsTotalSize # TYPE mongodb_dbstats_fsTotalSize untyped mongodb_dbstats_fsTotalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.1035273216e+10 # HELP mongodb_dbstats_fsUsedSize dbstats.fsUsedSize # TYPE mongodb_dbstats_fsUsedSize untyped mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9.670479872e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 9.670479872e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.670479872e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.670479872e+09 # HELP mongodb_dbstats_indexSize dbstats.indexSize # TYPE mongodb_dbstats_indexSize untyped mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3.588096e+06 mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 221184 mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 196608 mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 200704 # HELP mongodb_dbstats_indexes dbstats.indexes # TYPE mongodb_dbstats_indexes untyped mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 103 mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9 # HELP mongodb_dbstats_objects dbstats.objects # TYPE mongodb_dbstats_objects untyped mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3023 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 14 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 5.154584e+06 # HELP mongodb_dbstats_ok dbstats.ok # TYPE mongodb_dbstats_ok untyped mongodb_dbstats_ok{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_operationTime dbstats.operationTime # TYPE mongodb_dbstats_operationTime untyped mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.776140597e+09 # HELP mongodb_dbstats_scaleFactor dbstats.scaleFactor # TYPE mongodb_dbstats_scaleFactor untyped mongodb_dbstats_scaleFactor{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_storageSize dbstats.storageSize # TYPE mongodb_dbstats_storageSize untyped mongodb_dbstats_storageSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.506752e+06 mongodb_dbstats_storageSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 147456 mongodb_dbstats_storageSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 126976 mongodb_dbstats_storageSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.30633728e+08 # HELP mongodb_dbstats_totalSize dbstats.totalSize # TYPE mongodb_dbstats_totalSize untyped mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6.094848e+06 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 368640 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 323584 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.30834432e+08 # HELP mongodb_dbstats_views dbstats.views # TYPE mongodb_dbstats_views untyped mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 511794 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.807276e+06 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.505287e+06 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 51178 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.505296e+06 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.48987311e+08 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 22522 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 21906 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 17457 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 27209 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 52802 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 39056 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28570 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 98070 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 63490 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 43920 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11674 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 335403 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 64442 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16090 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 18030 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28311 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 41301 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28231 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 36612 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 283937 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 46893 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 43634 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 31060 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 2.111730412e+09 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7.09203663e+08 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.3217128e+07 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4.63114812e+08 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 17077 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 59377 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2908 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 412 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 216 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 212 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 184 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 100 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 36 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2397 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 236 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5269 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1444 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 336 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 264 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 456 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 344 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 512 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1484 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1088 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 788 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 288 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1736 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 19 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.505294e+06 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.623716e+06 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 752649 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.641329e+06 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 752648 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 50 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 752647 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 511794 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 25600 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 511794 # HELP mongodb_top_queries_time top.queries.time # TYPE mongodb_top_queries_time untyped mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 127806 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 67907 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16607 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23412 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 89893 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 68497 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 32995 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13725 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 22504 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.286159e+06 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 66914 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.25752798e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 416075 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 100457 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 86744 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 146310 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 118272 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 170659 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 514281 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3.829388e+06 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 243629 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 125053 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 495991 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23332 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.54220735e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 33047 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 8.44271176e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.3312108e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 91 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 56429 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.76547607e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.51088863e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 71220 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.81595085e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 9.485822e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3096 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1899 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 4.6836873e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 102 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8.5049445e+07 # HELP mongodb_top_readLock_count top.readLock.count # TYPE mongodb_top_readLock_count counter mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 412 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 216 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 212 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 184 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 100 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 40 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2402 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 236 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5274 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1444 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 336 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 264 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 456 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 349 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 512 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1484 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1088 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 793 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 288 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1741 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 19 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.505294e+06 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.5352754e+07 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.8783747e+07 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 752649 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.641331e+06 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.257936e+06 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 51228 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.257952e+06 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 511801 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.5378354e+07 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 511794 # HELP mongodb_top_readLock_time top.readLock.time # TYPE mongodb_top_readLock_time untyped mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 127806 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 67907 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16607 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23412 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 89893 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 68497 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 32995 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13725 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 22841 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.286578e+06 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 66914 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.25753211e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 416075 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 100457 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 86744 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 146310 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 118690 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 170659 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 514281 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3.829388e+06 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 244042 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 125053 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 496350 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23332 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.54220735e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 33047 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8.9430225298e+10 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.698189512e+09 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 310967 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.3312108e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 91 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 56429 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.76711134e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 8.60292833e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.3288348e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 6.44723869e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 9.4860608e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3096 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1899 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 4.0090275367e+10 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 102 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8.5049445e+07 # HELP mongodb_top_remove_count top.remove.count # TYPE mongodb_top_remove_count counter mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 4.89061e+06 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1446 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1476 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1017 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1053 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1543 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1436 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1213 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1585 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1031 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3391 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1267 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2074 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2707 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1423 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1632 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1960 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1586 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1857 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3253 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2780 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2131 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1469 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3657 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 7998 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.33020354e+08 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 55178 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 511794 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 833 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 441 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 433 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 377 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 209 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 84 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4475 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 481 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5847 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2897 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 681 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 537 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 921 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 702 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1033 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2977 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1465 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1590 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 585 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3486 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 33 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.010582e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.5352763e+07 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.8783748e+07 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 752649 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 13 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.641332e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.257937e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 5.086102e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.257956e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 511808 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.5378363e+07 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 511794 # HELP mongodb_top_total_time top.total.time # TYPE mongodb_top_total_time untyped mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.48987311e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 370948 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 204008 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 40074 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 56329 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 294756 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 222787 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 122782 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 116492 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 108957 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3.48455e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 202098 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.26581732e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.30056e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 294013 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 246152 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 453992 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 371251 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 537152 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.476296e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4.364571e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 820561 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 350328 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.598689e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 44412 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.048356042e+09 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 33047 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8.9430233296e+10 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.698189553e+09 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 311146 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.3312108e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 91 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 73506 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.76711402e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 8.6035221e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.2672703e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 6.44728949e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 9.4863698e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3096 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1899 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 4.0090330545e+10 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 102 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8.5049445e+07 # HELP mongodb_top_update_count top.update.count # TYPE mongodb_top_update_count counter mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 412 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 216 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 212 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 184 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 100 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 36 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2064 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 236 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 564 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1444 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 336 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 264 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 456 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 344 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 512 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1484 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 368 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 788 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 288 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1736 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 14 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.505288e+06 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 144264 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 219174 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 112719 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4993 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4655 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 150518 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 113798 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 60004 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3112 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 21932 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.15108e+06 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 122243 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 491457 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 817336 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 176043 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 139746 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 277411 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 210092 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 336405 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 922150 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 248466 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 527908 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 180172 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.067981e+06 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 21080 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 6.94135307e+08 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.70418328e+08 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2172 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3090 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 421 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 225 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 17 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 17 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 221 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 193 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 109 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 44 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2073 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 245 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 573 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1453 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 345 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 273 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 465 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 353 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 521 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1493 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 377 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 797 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 297 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1745 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 14 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.505288e+06 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 5.034874e+06 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 243142 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 136101 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23467 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 32917 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 204863 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 154290 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 89787 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 102767 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 86116 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.197972e+06 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 135184 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 828521 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 884485 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 193556 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 159408 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 307682 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 252561 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 366493 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 962015 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 535183 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 576519 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 225275 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.102339e+06 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 21080 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 6.94135307e+08 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 7998 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 41 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 179 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 17077 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 268 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 59377 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.03438682e+08 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 5080 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3090 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 55178 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-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 37458.89 # 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.0480478299063e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.076504085469e+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.8735872e+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.76634191719e+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