# 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"} 6 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 13 # 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.2818e-05 go_gc_duration_seconds{quantile="0.25"} 7.2641e-05 go_gc_duration_seconds{quantile="0.5"} 9.2611e-05 go_gc_duration_seconds{quantile="0.75"} 0.000120424 go_gc_duration_seconds{quantile="1"} 0.000493824 go_gc_duration_seconds_sum 42.942889784 go_gc_duration_seconds_count 454844 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 15 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 8.67592e+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.689816141312e+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.137717e+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.1881191345e+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.492104e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 8.67592e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 9.6256e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.0510336e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 88454 # 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.527296e+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.7713331675711572e+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.1881279799e+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 183520 # 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 9.884608e+06 # 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 553627 # 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 786432 # 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 786432 # 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.8398856e+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 8 # HELP mongodb_dbstats_avgObjSize dbstats.avgObjSize # TYPE mongodb_dbstats_avgObjSize untyped mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 756.7079967023908 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 266.7692307692308 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 141 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 138.55881574240968 # HELP mongodb_dbstats_clusterTime_clusterTime dbstats.$clusterTime.clusterTime # TYPE mongodb_dbstats_clusterTime_clusterTime untyped mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 # HELP mongodb_dbstats_clusterTime_signature_keyId dbstats.$clusterTime.signature.keyId # TYPE mongodb_dbstats_clusterTime_signature_keyId untyped mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7.578062811280966e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 7.578062811280966e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 7.578062811280966e+18 mongodb_dbstats_clusterTime_signature_keyId{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 7.578062811280966e+18 # HELP mongodb_dbstats_collections dbstats.collections # TYPE mongodb_dbstats_collections untyped mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 11 mongodb_dbstats_collections{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 10 # HELP mongodb_dbstats_dataSize dbstats.dataSize # TYPE mongodb_dbstats_dataSize untyped mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4.589434e+06 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3468 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 846 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 6.32196212e+08 # HELP mongodb_dbstats_fsTotalSize dbstats.fsTotalSize # TYPE mongodb_dbstats_fsTotalSize untyped mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 mongodb_dbstats_fsTotalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.1035273216e+10 # HELP mongodb_dbstats_fsUsedSize dbstats.fsUsedSize # TYPE mongodb_dbstats_fsUsedSize untyped mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9.974341632e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 9.974341632e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9.974341632e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.974341632e+09 # HELP mongodb_dbstats_indexSize dbstats.indexSize # TYPE mongodb_dbstats_indexSize untyped mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.559424e+06 mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 221184 mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 167936 mongodb_dbstats_indexSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 200704 # HELP mongodb_dbstats_indexes dbstats.indexes # TYPE mongodb_dbstats_indexes untyped mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 97 mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 18 mongodb_dbstats_indexes{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9 # HELP mongodb_dbstats_objects dbstats.objects # TYPE mongodb_dbstats_objects untyped mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6065 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 13 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 4.562656e+06 # HELP mongodb_dbstats_ok dbstats.ok # TYPE mongodb_dbstats_ok untyped mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_ok{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_operationTime dbstats.operationTime # TYPE mongodb_dbstats_operationTime untyped mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.771333157e+09 # HELP mongodb_dbstats_scaleFactor dbstats.scaleFactor # TYPE mongodb_dbstats_scaleFactor untyped mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_scaleFactor{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 # HELP mongodb_dbstats_storageSize dbstats.storageSize # TYPE mongodb_dbstats_storageSize untyped mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.469312e+06 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 147456 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 98304 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.02821888e+08 # HELP mongodb_dbstats_totalSize dbstats.totalSize # TYPE mongodb_dbstats_totalSize untyped mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7.028736e+06 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 368640 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 266240 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.03022592e+08 # HELP mongodb_dbstats_views dbstats.views # TYPE mongodb_dbstats_views untyped mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_dbstats_views{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 # HELP mongodb_top_commands_count top.commands.count # TYPE mongodb_top_commands_count counter mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 191286 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 675710 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 564257 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 19130 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 564266 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_commands_time top.commands.time # TYPE mongodb_top_commands_time untyped mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4.9342681e+07 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 12431 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9273 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5121 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7675 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 13676 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 13482 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 42671 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2494 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 12478 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4141 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 72312 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15798 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5615 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5081 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11065 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18673 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9884 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10870 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 86427 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 19064 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7381 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 35263 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 4.70859326e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.50169808e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.824366e+06 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.687726e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_getmore_count top.getmore.count # TYPE mongodb_top_getmore_count counter mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_getmore_time top.getmore.time # TYPE mongodb_top_getmore_time untyped mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_getmore_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_insert_count top.insert.count # TYPE mongodb_top_insert_count counter mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_insert_time top.insert.time # TYPE mongodb_top_insert_time untyped mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 27513 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3087 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_queries_count top.queries.count # TYPE mongodb_top_queries_count counter mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 132 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 49 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 75 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 36 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 435 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 222 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1225 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 93 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 205 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 958 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 85 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 65 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 84 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 536 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 622 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 275 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 324 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 187 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 743 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 564264 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 608983 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 282134 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 615214 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 282133 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 282132 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 191286 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9570 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 191286 # HELP mongodb_top_queries_time top.queries.time # TYPE mongodb_top_queries_time untyped mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 35877 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16644 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6103 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 21151 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11445 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 112190 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 56265 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3527 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 290450 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 25302 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 773824 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 244549 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 25478 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15568 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5027 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 23376 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 154686 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 180744 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 533264 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 81119 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 48026 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 186674 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7713 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.32471125e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 7555 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 2.94239467e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 119 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.4655719e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 61 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 12794 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.40686626e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 5.4638814e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9511 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6.6557081e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.2561177e+07 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1456 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1537 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 8.819254e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 106 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.9910303e+07 # HELP mongodb_top_readLock_count top.readLock.count # TYPE mongodb_top_readLock_count counter mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 132 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 49 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 75 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 36 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 435 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 222 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1227 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 93 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 207 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 958 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 85 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 65 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 86 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 536 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 622 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 275 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 326 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 187 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 745 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 564264 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.738488e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 7.023182e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 282134 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 615216 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 846391 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 19138 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 846408 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 191293 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.748058e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 191286 # HELP mongodb_top_readLock_time top.readLock.time # TYPE mongodb_top_readLock_time untyped mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 35877 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16644 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6103 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 21151 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11445 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 112190 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 56265 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3527 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 290631 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 25302 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 774026 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 244549 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 25478 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15568 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5027 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 23599 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 154686 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 180744 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 533264 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 81277 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 48026 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 186871 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7713 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.32471125e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 7555 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.1623031662e+10 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 2.451644124e+09 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 119 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 154319 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.4655719e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 61 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 12794 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.40767997e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.04809209e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.833877e+06 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.35363836e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.2565314e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1456 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1537 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.0134846471e+10 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 106 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.9910303e+07 # HELP mongodb_top_remove_count top.remove.count # TYPE mongodb_top_remove_count counter mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.833161e+06 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_remove_time top.remove.time # TYPE mongodb_top_remove_time untyped mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 319 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 261 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 267 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 319 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 363 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 908 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 405 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 243 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1285 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 345 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 398 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1111 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 305 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 314 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 294 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 340 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 681 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 893 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 322 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 726 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 525 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 931 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 468 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.0014714e+07 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3980 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_total_count top.total.count # TYPE mongodb_top_total_count counter mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 191286 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 267 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 101 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 23 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 153 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 75 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 873 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 447 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2455 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 189 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 316 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1919 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 173 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 133 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 15 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 173 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1075 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1247 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 345 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 653 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 377 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1491 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.128522e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.738491e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 7.023183e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 282134 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 615217 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 846392 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.904159e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 846412 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 191300 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.748061e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 191286 # HELP mongodb_top_total_time top.total.time # TYPE mongodb_top_total_time untyped mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4.9342681e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 110645 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 50582 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16135 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 64163 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 44564 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 355392 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 209151 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6659 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 892684 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 71654 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 931011 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 736093 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 72236 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 53450 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 19281 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 87437 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 423317 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 553840 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 659570 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 273143 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 143919 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 613640 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 14989 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.49234361e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 7555 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.162303213e+10 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 2.45164419e+09 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 119 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 154492 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.4655719e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 61 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 12794 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.40768269e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.04836722e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6.8525577e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.35367881e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 3.2567348e+07 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1456 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1537 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.0134850451e+10 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 106 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 2.9910303e+07 # HELP mongodb_top_update_count top.update.count # TYPE mongodb_top_update_count counter mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 132 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 49 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 75 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 36 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 435 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 222 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1225 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 93 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 106 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 958 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 85 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 65 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 84 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 536 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 622 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 67 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 324 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 187 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 743 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 564258 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 51860 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 7 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_update_time top.update.time # TYPE mongodb_top_update_time untyped mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 62018 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24404 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4644 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 35018 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 19080 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 228812 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 109810 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 395 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 588471 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 41866 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 84477 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 474635 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40838 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 32487 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2895 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 45048 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 258066 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 361333 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 39557 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 172234 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 87987 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 390772 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7276 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 2.16763236e+08 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3.4676986e+07 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 958 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2034 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_writeLock_count top.writeLock.count # TYPE mongodb_top_writeLock_count counter mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 135 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 52 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 13 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 78 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 39 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 438 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 225 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1228 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 96 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 109 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 961 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 88 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 68 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 87 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 539 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 625 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 70 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 327 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 190 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 746 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 564258 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.885021e+06 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 7 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_top_writeLock_time top.writeLock.time # TYPE mongodb_top_writeLock_time untyped mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="$cmd.aggregate",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 74768 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 33938 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 10032 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 43012 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 33119 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 243202 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 152886 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3132 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 602053 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 46352 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 156985 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 491544 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 46758 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 37882 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 14254 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 63838 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 268631 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 373096 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 126306 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 191866 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 95893 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 426769 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7276 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 2.16763236e+08 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 468 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 66 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 173 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 272 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 27513 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6.46917e+07 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4045 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2034 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="tenantMigrationRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="transactions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 3980 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="user_writes_critical_sections",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="version",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 # HELP mongodb_up Whether MongoDB is up. # TYPE mongodb_up gauge mongodb_up{cluster_role="mongod"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 16305.57 # 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.730217490607e+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.059716082668e+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.6134912e+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.7663419172e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.734787072e+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