# 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"} 12 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 19 # 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"} 3.8387e-05 go_gc_duration_seconds{quantile="0.25"} 7.2185e-05 go_gc_duration_seconds{quantile="0.5"} 9.6765e-05 go_gc_duration_seconds{quantile="0.75"} 0.000123028 go_gc_duration_seconds{quantile="1"} 0.001745243 go_gc_duration_seconds_sum 196.102245357 go_gc_duration_seconds_count 1.47606e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 15 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 6.201656e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 5.66855057916e+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.201213e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 7.5844577049e+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.477864e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 6.201656e+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.1829248e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 8.486912e+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 64423 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 9.355264e+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.031616e+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.7805658786115973e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 7.5844641472e+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 177440 # 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.1850328e+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 701043 # 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 655360 # 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 655360 # 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"} 1085.2244039270688 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 242.53333333333333 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 140 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 145.95578697872455 # 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.780565872e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.780565872e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.780565872e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.780565872e+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.610338193430282e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7.610338193430282e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 7.610338193430282e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.610338193430282e+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"} 32 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"} 3.09506e+06 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3638 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 980 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 8.27378402e+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.766731776e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 9.766731776e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.766731776e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.766731776e+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"} 8.25344e+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"} 188416 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"} 239 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"} 2852 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 15 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 5.668692e+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.780565872e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.780565872e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.780565872e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.780565872e+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.904064e+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.42614528e+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"} 1.1157504e+07 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"} 315392 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.42815232e+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"} 4 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"} 127602 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 538 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 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"} 450518 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"} 375078 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 12762 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 375078 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"} 3.5300079e+07 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2796 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 951 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 689 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 753 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1689 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.9621753e+07 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4634 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1158 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2644 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"} 5.05742007e+08 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"} 1.80893568e+08 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.222234e+06 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.20580688e+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="AccountManager",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="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",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="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",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"} 2 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="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",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="AccountManager",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="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",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="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",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"} 18481 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="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",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="AccountManager",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="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",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="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",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="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",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"} 0 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"} 0 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="AccountManager",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="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",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="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",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="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",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"} 5594 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"} 0 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"} 0 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"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 22 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2202 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 51 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 56 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 375078 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 5 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"} 404729 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"} 187541 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"} 6 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 408947 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 187539 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 187539 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 127602 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"} 6393 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"} 127602 # 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"} 12473 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4706 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12017 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8334 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9446 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6014 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6339 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13053 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13355 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9615 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9906 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6776 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3314 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2620 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 71152 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13696 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4.2023141e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23833 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9728 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6518 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12692 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7614 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10603 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4594 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2699 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12388 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 680872 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5306 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13107 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13807 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 31900 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.4358485e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8637 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"} 2.0802958e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 136 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"} 2.4418694e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 94 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 43 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 22929 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.9172544e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4.0457738e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 10295 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4.754441e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.3021331e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1980 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2458 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.702154e+06 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 145 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.120605e+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"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2742 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 51 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 56 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 375078 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.828086e+06 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 4.683334e+06 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"} 187541 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"} 6 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 408949 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 562618 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 12772 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 562622 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 127603 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"} 3.834479e+06 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"} 127602 # 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"} 12473 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4706 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12017 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8334 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9446 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8810 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6339 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 14004 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13355 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9615 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9906 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7465 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4067 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2620 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 72841 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13696 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7.1663375e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23833 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9728 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6518 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12692 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12248 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10603 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4594 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2699 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12388 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 680872 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6464 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13107 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16451 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 31900 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.4358485e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8637 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.1890245313e+10 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.922675507e+09 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 136 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 432059 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.4418694e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 94 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 43 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 22929 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.9396776e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.21361673e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.232529e+06 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.68144784e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.3024802e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1980 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2458 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.843497583e+09 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 145 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.120605e+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"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 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"} 10 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"} 1.219326e+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"} 10 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"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 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"} 2199 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"} 3.0268715e+07 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"} 4342 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"} 127602 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2742 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 51 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 68 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 750156 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.828096e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 4.683335e+06 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"} 187541 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"} 7 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 408950 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 562618 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.268882e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 562622 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 127603 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"} 3.834489e+06 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"} 127602 # 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"} 3.5300079e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12473 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4706 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12017 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8334 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9446 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8810 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6339 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 14004 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13355 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9615 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9906 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7465 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4067 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2620 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 72841 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13696 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7.1663375e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23833 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9728 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6518 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12692 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12248 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10603 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4594 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2699 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12388 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 680872 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6464 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13107 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16451 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 43816 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 2.68320626e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8637 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.1890247512e+10 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.922675558e+09 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 136 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 432307 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.4418694e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 94 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 43 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 28523 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.939733e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.21361673e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 6.3461633e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.68144784e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.3024802e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1980 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2458 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.843501925e+09 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 145 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.120605e+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"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 375078 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"} 36784 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 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"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11916 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.73962141e+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"} 2.9960389e+07 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 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"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 375078 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"} 10 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"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.25611e+06 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 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"} 10 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"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AccountManager",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="CompanyMember",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Customer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GuestGroupAddon",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PurchaseProduct",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Seller",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11916 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.73962141e+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"} 2199 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 51 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"} 248 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"} 5594 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 554 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 6.0229104e+07 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 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"} 4342 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 58148.92 # 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.4943487605125e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 3.040018183454e+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.7203968e+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.76634192319e+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