# HELP collector_scrape_time_ms Time taken for scrape by collector # TYPE collector_scrape_time_ms gauge collector_scrape_time_ms{collector="currentop",exporter="mongodb"} 1 collector_scrape_time_ms{collector="dbstats",exporter="mongodb"} 9 collector_scrape_time_ms{collector="general",exporter="mongodb"} 1 collector_scrape_time_ms{collector="top",exporter="mongodb"} 38 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 5.014e-05 go_gc_duration_seconds{quantile="0.25"} 7.714e-05 go_gc_duration_seconds{quantile="0.5"} 9.6932e-05 go_gc_duration_seconds{quantile="0.75"} 0.000125927 go_gc_duration_seconds{quantile="1"} 0.020792598 go_gc_duration_seconds_sum 49.11318016 go_gc_duration_seconds_count 477008 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 14 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 7.909368e+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 1.7779785672e+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.143733e+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 2.3270013966e+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.479912e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 7.909368e+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.0469376e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.66656e+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 77767 # 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.191424e+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.0135936e+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.7713332187425249e+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 2.3270091733e+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 182880 # 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 277440 # 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.2845984e+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 789179 # 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 819200 # 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 819200 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.8661e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP mongodb_dbstats_avgObjSize dbstats.avgObjSize # TYPE mongodb_dbstats_avgObjSize untyped mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 884.5822031094939 mongodb_dbstats_avgObjSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 266.7692307692308 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"} 146.78398484603298 # 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.771333217e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.771333217e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.771333217e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.771333217e+09 # HELP mongodb_dbstats_clusterTime_signature_keyId dbstats.$clusterTime.signature.keyId # TYPE mongodb_dbstats_clusterTime_signature_keyId untyped mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.570641245232431e+18 # HELP mongodb_dbstats_collections dbstats.collections # TYPE mongodb_dbstats_collections untyped mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 11 mongodb_dbstats_collections{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 10 # HELP mongodb_dbstats_dataSize dbstats.dataSize # TYPE mongodb_dbstats_dataSize untyped mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.674092e+06 mongodb_dbstats_dataSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3468 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"} 6.74855223e+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.86847232e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 9.86847232e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.86847232e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9.86847232e+09 # HELP mongodb_dbstats_indexSize dbstats.indexSize # TYPE mongodb_dbstats_indexSize untyped mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3.588096e+06 mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 221184 mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 196608 mongodb_dbstats_indexSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 200704 # HELP mongodb_dbstats_indexes dbstats.indexes # TYPE mongodb_dbstats_indexes untyped mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 103 mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 6 mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_dbstats_indexes{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 9 # HELP mongodb_dbstats_objects dbstats.objects # TYPE mongodb_dbstats_objects untyped mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3023 mongodb_dbstats_objects{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 13 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"} 4.597608e+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.771333217e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.771333217e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.771333217e+09 mongodb_dbstats_operationTime{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.771333217e+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.514944e+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.1657216e+08 # HELP mongodb_dbstats_totalSize dbstats.totalSize # TYPE mongodb_dbstats_totalSize untyped mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6.10304e+06 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 368640 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 323584 mongodb_dbstats_totalSize{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.16772864e+08 # HELP mongodb_dbstats_views dbstats.views # TYPE mongodb_dbstats_views untyped mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 # HELP mongodb_top_commands_count top.commands.count # TYPE mongodb_top_commands_count counter mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 191290 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 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="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 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="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 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"} 675712 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"} 563137 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 19130 mongodb_top_commands_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 563146 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"} 5.2379026e+07 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7751 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8621 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4280 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5298 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 29806 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 15652 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11069 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 46541 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 15517 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 21978 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4760 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 91216 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24223 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5877 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7707 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9729 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 18999 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12457 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 15222 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 63347 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 19285 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 14664 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16276 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"} 7.7948915e+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"} 2.47653316e+08 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 6.585577e+06 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1.61233554e+08 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_getmore_count top.getmore.count # TYPE mongodb_top_getmore_count counter mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_getmore_time top.getmore.time # TYPE mongodb_top_getmore_time untyped mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_insert_count top.insert.count # TYPE mongodb_top_insert_count counter mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_insert_time top.insert.time # TYPE mongodb_top_insert_time untyped mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 59377 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2908 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_queries_count top.queries.count # TYPE mongodb_top_queries_count counter mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 103 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 54 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 53 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 46 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 849 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 59 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1668 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 361 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 84 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 66 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 114 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 86 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 128 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 371 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 271 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 197 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 72 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 434 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 563144 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"} 607621 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"} 281574 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"} 614095 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 281573 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 281572 mongodb_top_queries_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 191290 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"} 9570 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"} 191290 # 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"} 30391 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 17533 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7731 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16540 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 33710 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24127 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11061 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8103 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8079 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.837983e+06 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 18983 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.431052e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 99899 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 30007 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28838 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 33786 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 29093 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 43698 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 99771 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 891195 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 57167 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24710 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 118115 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11973 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.24592259e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 31294 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.90007882e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.2185906e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 91 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 26495 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.31688274e+08 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 5.174026e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3341 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 6.4305692e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3.2758988e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3096 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1899 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.512585e+07 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 102 mongodb_top_queries_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.9162864e+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"} 103 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 54 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 53 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 46 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 10 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 851 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 59 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1670 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 361 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 84 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 66 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 114 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 88 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 128 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 371 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 271 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 199 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 72 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 436 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 563144 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"} 5.73841e+06 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.021744e+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"} 281574 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"} 614097 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 844711 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 19138 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 844727 mongodb_top_readLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 191297 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"} 5.74798e+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"} 191290 # 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"} 30391 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 17533 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7731 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 16540 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 33710 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24127 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11061 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8103 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 8165 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.838124e+06 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 18983 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.4310666e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 99899 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 30007 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28838 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 33786 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 29257 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 43698 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 99771 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 891195 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 57296 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24710 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 118256 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11973 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.24592259e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 31294 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.2852180585e+10 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 2.775165873e+09 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 310967 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.2185906e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 91 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 26495 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.31851801e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.99393883e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 6.588918e+06 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.25553218e+08 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3.2761376e+07 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3096 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1899 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.4725570028e+10 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 102 mongodb_top_readLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.9162864e+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"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 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"} 3 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.829797e+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"} 3 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"} 330 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 344 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 226 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 226 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 285 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 307 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 280 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 313 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 256 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 955 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 303 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 474 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 674 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 329 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 269 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 406 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 434 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 460 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 735 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 492 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 490 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 380 mongodb_top_remove_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 875 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"} 581 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"} 4.6933841e+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"} 15092 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"} 191290 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 209 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 111 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 109 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 95 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 53 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 21 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1370 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 121 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1814 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 725 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 171 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 135 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 231 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 177 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 259 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 745 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 366 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 399 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 147 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 873 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 12 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.126282e+06 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"} 5.738413e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 7.021745e+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"} 281574 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"} 6 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 614098 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 844712 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.902215e+06 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 844731 mongodb_top_total_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 191304 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"} 5.747983e+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"} 191290 # 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"} 5.2379026e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 86008 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 50898 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13048 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23005 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 92029 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 65032 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 36284 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 56168 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 30303 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.118755e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 50951 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2.4510859e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 307869 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 79873 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 71178 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 103764 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 95098 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 133860 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 305825 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1.00998e+06 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 197322 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 80324 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 361379 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 23821 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 3.65713441e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging1-mongodb",rs_state="1"} 31294 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="image_collection",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.2852181166e+10 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 2.775165914e+09 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 311146 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3.2185906e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 91 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 18 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 26495 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1.31852069e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.9945326e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.06279193e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2.25558298e+08 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3.2764466e+07 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3096 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1899 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.472558512e+10 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 102 mongodb_top_total_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 2.9162864e+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"} 103 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 54 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 53 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 46 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 9 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 516 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 59 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 141 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 361 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 84 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 66 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 114 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 86 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 128 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 371 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 92 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 197 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 72 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 434 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 563138 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"} 53280 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_update_time top.update.time # TYPE mongodb_top_update_time untyped mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 47536 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24400 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 811 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 941 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28228 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 24946 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 13874 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 1211 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6451 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 257839 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 26905 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 108649 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 183073 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 43660 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 34364 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 59843 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 46572 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 77245 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 190097 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 54946 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 120380 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 40570 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 226113 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11848 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 2.41121182e+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"} 5.2756434e+07 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 2172 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3090 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="version",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 # HELP mongodb_top_writeLock_count top.writeLock.count # TYPE mongodb_top_writeLock_count counter mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Account",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 106 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 57 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 56 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 49 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 28 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 3 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 519 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 62 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 144 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 364 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 87 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 69 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 117 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 89 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 131 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 374 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 95 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 200 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 75 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 437 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 563138 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"} 3 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"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 1.883077e+06 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 4 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 7 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 3 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"} 55617 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="AdminUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 33365 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ApiToken",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 5317 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ClientGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 6465 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Company",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 58319 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Discount",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 40905 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Fee",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 25223 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="FortnoxIntegration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 48065 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="GiftCardAddOn",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 22138 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="IdentityUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 280631 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Integration",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 31968 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Outlet",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 200193 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="OutletClient",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 207970 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Permission",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 49866 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PermissionGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 42340 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="PricePreset",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 69978 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Printer",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 65841 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="ProductGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 90162 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tax",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 206054 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="Tenant",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 118785 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="TenantUser",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 140026 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="UpsellGroup",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 55614 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="WayOfPayment",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 243123 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="_migrations",database="Staging1",rs_nm="staging1-mongodb",rs_state="1"} 11848 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="clustermanager",database="local",rs_nm="staging1-mongodb",rs_state="1"} 2.41121182e+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"} 581 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="oplog.rs",database="local",rs_nm="staging1-mongodb",rs_state="1"} 41 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="replset.election",database="local",rs_nm="staging1-mongodb",rs_state="1"} 179 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="settings",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.keys",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.replset",database="local",rs_nm="staging1-mongodb",rs_state="1"} 268 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.roles",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 59377 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.sessions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 9.9690275e+07 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.users",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 5080 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="system.version",database="admin",rs_nm="staging1-mongodb",rs_state="1"} 3090 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging1-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b619a2ae856fbc3da0fc",cl_role="",collection="transactions",database="config",rs_nm="staging1-mongodb",rs_state="1"} 15092 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 16901.12 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 5.730383572798e+12 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.059727578276e+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.6737024e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76634191719e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.810550784e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19