# 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"} 7 collector_scrape_time_ms{collector="general",exporter="mongodb"} 0 collector_scrape_time_ms{collector="top",exporter="mongodb"} 15 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.6621e-05 go_gc_duration_seconds{quantile="0.25"} 7.1937e-05 go_gc_duration_seconds{quantile="0.5"} 9.0739e-05 go_gc_duration_seconds{quantile="0.75"} 0.000115257 go_gc_duration_seconds{quantile="1"} 0.000500575 go_gc_duration_seconds_sum 104.468375571 go_gc_duration_seconds_count 967537 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 14 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 6.66232e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.61452931956e+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.173181e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 4.7526928915e+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.46548e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 6.66232e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0706944e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 9.494528e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 58886 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 7.897088e+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.0201472e+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.776140544315771e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 4.7526987801e+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 180800 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 293760 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.2943576e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 757843 # 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 753664 # 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 753664 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.8661e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 2 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP mongodb_dbstats_avgObjSize dbstats.avgObjSize # TYPE mongodb_dbstats_avgObjSize untyped mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 756.7079967023908 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 253.78571428571428 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 141 mongodb_dbstats_avgObjSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 140.67502521735 # 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.776140543e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.776140543e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.776140543e+09 mongodb_dbstats_clusterTime_clusterTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.776140543e+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"} 3553 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 846 mongodb_dbstats_dataSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 7.19766158e+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.688018944e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 9.688018944e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9.688018944e+09 mongodb_dbstats_fsUsedSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.688018944e+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"} 172032 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"} 14 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 6 mongodb_dbstats_objects{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 5.116517e+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.776140543e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.776140543e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.776140543e+09 mongodb_dbstats_operationTime{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.776140543e+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.4816e+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"} 106496 mongodb_dbstats_storageSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.18030336e+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.041024e+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"} 278528 mongodb_dbstats_totalSize{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.1823104e+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"} 511787 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 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"} 1.807296e+06 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"} 1.509709e+06 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 51178 mongodb_top_commands_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.509718e+06 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"} 1.31205229e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 49424 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 37344 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 27873 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 36180 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 72432 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 72394 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 120050 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 65075 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 51521 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 20536 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 408627 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 61801 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 28152 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 28673 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 78647 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 56142 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 84028 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40887 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 362901 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 85370 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 35586 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 68860 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"} 1.277627665e+09 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"} 6.74059492e+08 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.0619894e+07 mongodb_top_commands_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 4.52639524e+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"} 1 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_insert_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 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"} 6768 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"} 528 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 196 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 300 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 144 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1740 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 888 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4900 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 372 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 691 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3832 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 340 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 260 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 336 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2144 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2488 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 796 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1296 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 748 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2972 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.509716e+06 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 8 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"} 1.628764e+06 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"} 754860 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"} 12 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.645757e+06 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 754859 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 28 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 754858 mongodb_top_queries_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 511787 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"} 25603 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"} 511787 # 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"} 140869 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 56658 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16279 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 77097 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40576 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 436608 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 232225 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6461 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.181339e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 89682 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.366151e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.028857e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 85549 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 62867 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11562 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 104921 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 668126 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 657252 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.780582e+06 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 397377 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 191680 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 753523 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18809 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.53283883e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9367 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"} 7.95774142e+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"} 9.3421032e+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"} 28491 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.76583767e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.48529824e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 29004 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1.77384263e+08 mongodb_top_queries_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 8.8420133e+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"} 2.6617758e+07 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"} 8.0220714e+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"} 528 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 196 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 300 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 144 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1740 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 888 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4908 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 372 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 699 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3832 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 340 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 260 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 344 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2144 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2488 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 796 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1304 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 748 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2980 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.509716e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.5353182e+07 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.8789243e+07 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"} 754860 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"} 12 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.645759e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.264569e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 51206 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.264586e+06 mongodb_top_readLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 511794 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"} 1.5378785e+07 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"} 511787 # 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"} 140869 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 56658 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16279 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 77097 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40576 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 436608 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 232225 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6461 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.182037e+06 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 89682 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.366902e+06 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.028857e+06 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 85549 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 62867 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 11562 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 105670 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 668126 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 657252 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.780582e+06 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 397992 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 191680 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 754200 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 18809 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.53283883e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9367 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.7667329862e+10 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 6.50997134e+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"} 9.3421032e+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"} 28491 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.76665138e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 8.22589903e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.0648898e+07 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6.30057942e+08 mongodb_top_readLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 8.842427e+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"} 2.7004853763e+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"} 8.0220714e+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"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_remove_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 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"} 12 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"} 4.903236e+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"} 12 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"} 1568 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1177 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1198 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1301 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1416 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2903 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1888 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1668 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 6047 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1323 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2692 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4658 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1276 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1398 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1297 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1399 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2922 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3608 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1943 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2538 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1905 mongodb_top_remove_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3918 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"} 2101 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"} 8.0771285e+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"} 14478 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"} 511787 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1068 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 404 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 92 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 612 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 300 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3492 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1788 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 9820 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 756 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1135 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 7676 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 692 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 532 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 60 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 692 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4300 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4988 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1076 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2612 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1508 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 5964 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.019426e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 8 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.5353194e+07 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.8789244e+07 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"} 754860 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"} 13 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.64576e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.26457e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.093344e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 2.26459e+06 mongodb_top_total_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 511801 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"} 1.5378797e+07 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"} 511787 # 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"} 1.31205229e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Account",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 454460 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 198032 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 65633 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 259077 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 194718 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.50135e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 857260 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 76340 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.678096e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 283214 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4.136612e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.150515e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 277017 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 223135 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 103619 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 353559 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.99944e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.083375e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3.307189e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.293138e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 600330 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.481426e+06 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 44484 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 9.28341055e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="external_validation_keys",database="config",rs_nm="staging2-mongodb",rs_state="1"} 9367 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="image_collection",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.7667331963e+10 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 6.509971406e+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"} 9.3421032e+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"} 35259 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 3.7666541e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 8.22617416e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 1.86506456e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.users",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 6.30061987e+08 mongodb_top_total_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.version",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 8.8426304e+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"} 2.7004868241e+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"} 8.0220714e+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"} 528 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 196 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 40 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 300 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 144 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1740 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 888 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4900 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 372 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 424 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3832 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 340 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 260 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 24 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 336 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2144 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2488 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 268 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1296 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 748 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2972 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_update_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.50971e+06 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"} 138902 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"} 262599 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 102853 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 20283 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 144499 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 80294 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 989445 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 503097 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3136 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.439189e+06 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 171673 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 359142 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.055199e+06 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 162040 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 130197 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 12113 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 191097 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.244364e+06 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.381628e+06 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 161763 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 807853 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 371159 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.655125e+06 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 25675 mongodb_top_update_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 5.75057172e+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"} 9.5086273e+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"} 540 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 208 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 52 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 312 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 156 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1752 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 900 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 12 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 4912 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 384 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 436 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 3844 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 352 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 272 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 36 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 348 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2156 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2500 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 280 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1308 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 760 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2984 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 16 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1.50971e+06 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"} 12 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="oplog.rs",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="queryAnalyzers",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="replset.election",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="settings",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardMergeRecipients",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="shardSplitDonors",database="config",rs_nm="staging2-mongodb",rs_state="1"} 0 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.keys",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.replset",database="local",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.roles",database="admin",rs_nm="staging2-mongodb",rs_state="1"} 1 mongodb_top_writeLock_count{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="system.sessions",database="config",rs_nm="staging2-mongodb",rs_state="1"} 5.042138e+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"} 12 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"} 313591 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="AdminUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 141374 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ApiToken",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 49354 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ClientGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 181980 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Company",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 154142 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Discount",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.064742e+06 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Fee",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 625035 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="FortnoxIntegration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 69879 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="IdentityUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.496059e+06 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Integration",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 193532 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Outlet",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 769710 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="OutletClient",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 2.121658e+06 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Permission",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 191468 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PermissionGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 160268 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="PricePreset",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 92057 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Printer",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 247889 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="ProductGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.331314e+06 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tax",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.426123e+06 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="Tenant",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 526607 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="TenantUser",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 895146 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="UpsellGroup",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 408650 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="WayOfPayment",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 1.727226e+06 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="_migrations",database="Staging2",rs_nm="staging2-mongodb",rs_state="1"} 25675 mongodb_top_writeLock_time{cl_id="6735b5f9d27bc0fdc26de500",cl_role="",collection="clustermanager",database="local",rs_nm="staging2-mongodb",rs_state="1"} 5.75057172e+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"} 2101 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"} 6768 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"} 1.75857558e+08 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"} 14478 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 36036.47 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.0480443656289e+13 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.076491915791e+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.81952e+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.810550784e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19