-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetrics.log
610 lines (610 loc) · 48.8 KB
/
metrics.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 1.1605e-05
go_gc_duration_seconds{quantile="0.25"} 1.6663e-05
go_gc_duration_seconds{quantile="0.5"} 5.4629e-05
go_gc_duration_seconds{quantile="0.75"} 8.3748e-05
go_gc_duration_seconds{quantile="1"} 0.000197083
go_gc_duration_seconds_sum 0.001962966
go_gc_duration_seconds_count 32
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 9
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.14.4"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 6.000248e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 9.6955936e+07
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.462917e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 990204
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 4.949733033315055e-05
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 3.582216e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 6.000248e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 5.9408384e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 7.143424e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 39563
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 5.8294272e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.6551808e+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.5997309116354494e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 1.029767e+06
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 6944
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 93160
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 114688
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 7.32368e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 1.197427e+06
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 557056
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 557056
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.3482496e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 6
# HELP mongodb_asserts_total The asserts document reports the number of asserts on the database. While assert errors are typically uncommon, if there are non-zero values for the asserts, you should check the log file for the mongod process for more information. In many cases these errors are trivial, but are worth investigating.
# TYPE mongodb_asserts_total counter
mongodb_asserts_total{type="msg"} 0
mongodb_asserts_total{type="regular"} 0
mongodb_asserts_total{type="rollovers"} 0
mongodb_asserts_total{type="user"} 57
mongodb_asserts_total{type="warning"} 0
# HELP mongodb_connections The connections sub document data regarding the current status of incoming connections and availability of the database server. Use these values to assess the current load and capacity requirements of the server
# TYPE mongodb_connections gauge
mongodb_connections{state="active"} 4
mongodb_connections{state="available"} 838849
mongodb_connections{state="current"} 11
# HELP mongodb_connections_metrics_created_total totalCreated provides a count of all incoming connections created to the server. This number includes connections that have since closed
# TYPE mongodb_connections_metrics_created_total counter
mongodb_connections_metrics_created_total 46
# HELP mongodb_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which mongodb_exporter was built.
# TYPE mongodb_exporter_build_info gauge
mongodb_exporter_build_info{branch="",goversion="go1.14.4",revision="",version=""} 1
# HELP mongodb_exporter_last_scrape_duration_seconds Duration of the last scrape of metrics from MongoDB.
# TYPE mongodb_exporter_last_scrape_duration_seconds gauge
mongodb_exporter_last_scrape_duration_seconds 0.005854437
# HELP mongodb_exporter_last_scrape_error Whether the last scrape of metrics from MongoDB resulted in an error (1 for error, 0 for success).
# TYPE mongodb_exporter_last_scrape_error gauge
mongodb_exporter_last_scrape_error 0
# HELP mongodb_exporter_scrape_errors_total Total number of times an error occurred scraping a MongoDB.
# TYPE mongodb_exporter_scrape_errors_total counter
mongodb_exporter_scrape_errors_total 2
# HELP mongodb_exporter_scrapes_total Total number of times MongoDB was scraped for metrics.
# TYPE mongodb_exporter_scrapes_total counter
mongodb_exporter_scrapes_total 148
# HELP mongodb_extra_info_heap_usage_bytes The heap_usage_bytes field is only available on Unix/Linux systems, and reports the total size in bytes of heap space used by the database process
# TYPE mongodb_extra_info_heap_usage_bytes gauge
mongodb_extra_info_heap_usage_bytes 0
# HELP mongodb_extra_info_page_faults_total The page_faults Reports the total number of page faults that require disk operations. Page faults refer to operations that require the database server to access data which isn’t available in active memory. The page_faults counter may increase dramatically during moments of poor performance and may correlate with limited memory environments and larger data sets. Limited and sporadic page faults do not necessarily indicate an issue
# TYPE mongodb_extra_info_page_faults_total gauge
mongodb_extra_info_page_faults_total 0
# HELP mongodb_instance_local_time The localTime value is the current time, according to the server, in UTC specified in an ISODate format.
# TYPE mongodb_instance_local_time gauge
mongodb_instance_local_time 1.599730926e+09
# HELP mongodb_instance_uptime_estimate_seconds uptimeEstimate provides the uptime as calculated from MongoDB's internal course-grained time keeping system.
# TYPE mongodb_instance_uptime_estimate_seconds counter
mongodb_instance_uptime_estimate_seconds 358
# HELP mongodb_instance_uptime_seconds The value of the uptime field corresponds to the number of seconds that the mongos or mongod process has been active.
# TYPE mongodb_instance_uptime_seconds counter
mongodb_instance_uptime_seconds 358
# HELP mongodb_memory The mem data structure holds information regarding the target system architecture of mongod and current memory use
# TYPE mongodb_memory gauge
mongodb_memory{type="mapped"} 0
mongodb_memory{type="mapped_with_journal"} 0
mongodb_memory{type="resident"} 107
mongodb_memory{type="virtual"} 1813
# HELP mongodb_mongod_global_lock_client The activeClients data structure provides more granular information about the number of connected clients and the operation types (e.g. read or write) performed by these clients
# TYPE mongodb_mongod_global_lock_client gauge
mongodb_mongod_global_lock_client{type="reader"} 0
mongodb_mongod_global_lock_client{type="writer"} 0
# HELP mongodb_mongod_global_lock_current_queue The currentQueue data structure value provides more granular information concerning the number of operations queued because of a lock
# TYPE mongodb_mongod_global_lock_current_queue gauge
mongodb_mongod_global_lock_current_queue{type="reader"} 0
mongodb_mongod_global_lock_current_queue{type="writer"} 0
# HELP mongodb_mongod_global_lock_ratio The value of ratio displays the relationship between lockTime and totalTime. Low values indicate that operations have held the globalLock frequently for shorter periods of time. High values indicate that operations have held globalLock infrequently for longer periods of time
# TYPE mongodb_mongod_global_lock_ratio gauge
mongodb_mongod_global_lock_ratio 0
# HELP mongodb_mongod_global_lock_total The value of totalTime represents the time, in microseconds, since the database last started and creation of the globalLock. This is roughly equivalent to total server uptime
# TYPE mongodb_mongod_global_lock_total counter
mongodb_mongod_global_lock_total 0
# HELP mongodb_mongod_locks_time_acquiring_global_microseconds_total amount of time in microseconds that any database has spent waiting for the global lock
# TYPE mongodb_mongod_locks_time_acquiring_global_microseconds_total counter
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Collection",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Collection",type="write"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Database",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Database",type="write"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Global",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Global",type="write"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Mutex",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="Mutex",type="write"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="ParallelBatchWriterMode",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="ParallelBatchWriterMode",type="write"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="ReplicationStateTransition",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="ReplicationStateTransition",type="write"} 114
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="oplog",type="read"} 0
mongodb_mongod_locks_time_acquiring_global_microseconds_total{database="oplog",type="write"} 0
# HELP mongodb_mongod_locks_time_locked_global_microseconds_total amount of time in microseconds that any database has held the global lock
# TYPE mongodb_mongod_locks_time_locked_global_microseconds_total counter
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Collection",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Collection",type="write"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Database",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Database",type="write"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Global",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Global",type="write"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Mutex",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="Mutex",type="write"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="ParallelBatchWriterMode",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="ParallelBatchWriterMode",type="write"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="ReplicationStateTransition",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="ReplicationStateTransition",type="write"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="oplog",type="read"} 0
mongodb_mongod_locks_time_locked_global_microseconds_total{database="oplog",type="write"} 0
# HELP mongodb_mongod_locks_time_locked_local_microseconds_total amount of time in microseconds that any database has held the local lock
# TYPE mongodb_mongod_locks_time_locked_local_microseconds_total counter
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Collection",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Collection",type="write"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Database",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Database",type="write"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Global",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Global",type="write"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Mutex",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="Mutex",type="write"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="ParallelBatchWriterMode",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="ParallelBatchWriterMode",type="write"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="ReplicationStateTransition",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="ReplicationStateTransition",type="write"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="oplog",type="read"} 0
mongodb_mongod_locks_time_locked_local_microseconds_total{database="oplog",type="write"} 0
# HELP mongodb_mongod_metrics_cursor_open The open is an embedded document that contains data regarding open cursors
# TYPE mongodb_mongod_metrics_cursor_open gauge
mongodb_mongod_metrics_cursor_open{state="noTimeout"} 0
mongodb_mongod_metrics_cursor_open{state="pinned"} 0
mongodb_mongod_metrics_cursor_open{state="total"} 0
# HELP mongodb_mongod_metrics_cursor_timed_out_total timedOut provides the total number of cursors that have timed out since the server process started. If this number is large or growing at a regular rate, this may indicate an application error
# TYPE mongodb_mongod_metrics_cursor_timed_out_total counter
mongodb_mongod_metrics_cursor_timed_out_total 0
# HELP mongodb_mongod_metrics_document_total The document holds a document of that reflect document access and modification patterns and data use. Compare these values to the data in the opcounters document, which track total number of operations
# TYPE mongodb_mongod_metrics_document_total counter
mongodb_mongod_metrics_document_total{state="deleted"} 0
mongodb_mongod_metrics_document_total{state="inserted"} 0
mongodb_mongod_metrics_document_total{state="returned"} 295
mongodb_mongod_metrics_document_total{state="updated"} 0
# HELP mongodb_mongod_metrics_get_last_error_wtime_num_total num reports the total number of getLastError operations with a specified write concern (i.e. w) that wait for one or more members of a replica set to acknowledge the write operation (i.e. a w value greater than 1.)
# TYPE mongodb_mongod_metrics_get_last_error_wtime_num_total gauge
mongodb_mongod_metrics_get_last_error_wtime_num_total 0
# HELP mongodb_mongod_metrics_get_last_error_wtime_total_milliseconds total_millis reports the total amount of time in milliseconds that the mongod has spent performing getLastError operations with write concern (i.e. w) that wait for one or more members of a replica set to acknowledge the write operation (i.e. a w value greater than 1.)
# TYPE mongodb_mongod_metrics_get_last_error_wtime_total_milliseconds counter
mongodb_mongod_metrics_get_last_error_wtime_total_milliseconds 0
# HELP mongodb_mongod_metrics_get_last_error_wtimeouts_total wtimeouts reports the number of times that write concern operations have timed out as a result of the wtimeout threshold to getLastError.
# TYPE mongodb_mongod_metrics_get_last_error_wtimeouts_total counter
mongodb_mongod_metrics_get_last_error_wtimeouts_total 0
# HELP mongodb_mongod_metrics_operation_total operation is a sub-document that holds counters for several types of update and query operations that MongoDB handles using special operation types
# TYPE mongodb_mongod_metrics_operation_total counter
mongodb_mongod_metrics_operation_total{type="fastmod"} 0
mongodb_mongod_metrics_operation_total{type="idhack"} 0
mongodb_mongod_metrics_operation_total{type="scan_and_order"} 1
# HELP mongodb_mongod_metrics_query_executor_total queryExecutor is a document that reports data from the query execution system
# TYPE mongodb_mongod_metrics_query_executor_total counter
mongodb_mongod_metrics_query_executor_total{state="scanned"} 0
mongodb_mongod_metrics_query_executor_total{state="scanned_objects"} 295
# HELP mongodb_mongod_metrics_record_moves_total moves reports the total number of times documents move within the on-disk representation of the MongoDB data set. Documents move as a result of operations that increase the size of the document beyond their allocated record size
# TYPE mongodb_mongod_metrics_record_moves_total counter
mongodb_mongod_metrics_record_moves_total 0
# HELP mongodb_mongod_metrics_repl_apply_batches_num_total num reports the total number of batches applied across all databases
# TYPE mongodb_mongod_metrics_repl_apply_batches_num_total counter
mongodb_mongod_metrics_repl_apply_batches_num_total 35
# HELP mongodb_mongod_metrics_repl_apply_batches_total_milliseconds total_millis reports the total amount of time the mongod has spent applying operations from the oplog
# TYPE mongodb_mongod_metrics_repl_apply_batches_total_milliseconds counter
mongodb_mongod_metrics_repl_apply_batches_total_milliseconds 11
# HELP mongodb_mongod_metrics_repl_apply_ops_total ops reports the total number of oplog operations applied
# TYPE mongodb_mongod_metrics_repl_apply_ops_total counter
mongodb_mongod_metrics_repl_apply_ops_total 35
# HELP mongodb_mongod_metrics_repl_buffer_count count reports the current number of operations in the oplog buffer
# TYPE mongodb_mongod_metrics_repl_buffer_count gauge
mongodb_mongod_metrics_repl_buffer_count 0
# HELP mongodb_mongod_metrics_repl_buffer_max_size_bytes maxSizeBytes reports the maximum size of the buffer. This value is a constant setting in the mongod, and is not configurable
# TYPE mongodb_mongod_metrics_repl_buffer_max_size_bytes counter
mongodb_mongod_metrics_repl_buffer_max_size_bytes 2.68435456e+08
# HELP mongodb_mongod_metrics_repl_buffer_size_bytes sizeBytes reports the current size of the contents of the oplog buffer
# TYPE mongodb_mongod_metrics_repl_buffer_size_bytes gauge
mongodb_mongod_metrics_repl_buffer_size_bytes 0
# HELP mongodb_mongod_metrics_repl_executor_event_waiters number of event waiters in the replication executor
# TYPE mongodb_mongod_metrics_repl_executor_event_waiters gauge
mongodb_mongod_metrics_repl_executor_event_waiters 0
# HELP mongodb_mongod_metrics_repl_executor_queue number of queued operations in the replication executor
# TYPE mongodb_mongod_metrics_repl_executor_queue gauge
mongodb_mongod_metrics_repl_executor_queue{type="networkInProgress"} 0
mongodb_mongod_metrics_repl_executor_queue{type="sleepers"} 4
# HELP mongodb_mongod_metrics_repl_executor_unsignaled_events number of unsignaled events in the replication executor
# TYPE mongodb_mongod_metrics_repl_executor_unsignaled_events gauge
mongodb_mongod_metrics_repl_executor_unsignaled_events 0
# HELP mongodb_mongod_metrics_repl_network_bytes_total bytes reports the total amount of data read from the replication sync source
# TYPE mongodb_mongod_metrics_repl_network_bytes_total counter
mongodb_mongod_metrics_repl_network_bytes_total 4170
# HELP mongodb_mongod_metrics_repl_network_getmores_num_total num reports the total number of getmore operations, which are operations that request an additional set of operations from the replication sync source.
# TYPE mongodb_mongod_metrics_repl_network_getmores_num_total counter
mongodb_mongod_metrics_repl_network_getmores_num_total 107
# HELP mongodb_mongod_metrics_repl_network_getmores_total_milliseconds total_millis reports the total amount of time required to collect data from getmore operations
# TYPE mongodb_mongod_metrics_repl_network_getmores_total_milliseconds counter
mongodb_mongod_metrics_repl_network_getmores_total_milliseconds 344103
# HELP mongodb_mongod_metrics_repl_network_ops_total ops reports the total number of operations read from the replication source.
# TYPE mongodb_mongod_metrics_repl_network_ops_total counter
mongodb_mongod_metrics_repl_network_ops_total 36
# HELP mongodb_mongod_metrics_repl_network_readers_created_total readersCreated reports the total number of oplog query processes created. MongoDB will create a new oplog query any time an error occurs in the connection, including a timeout, or a network operation. Furthermore, readersCreated will increment every time MongoDB selects a new source fore replication.
# TYPE mongodb_mongod_metrics_repl_network_readers_created_total counter
mongodb_mongod_metrics_repl_network_readers_created_total 1
# HELP mongodb_mongod_metrics_repl_oplog_insert_bytes_total insertBytes the total size of documents inserted into the oplog.
# TYPE mongodb_mongod_metrics_repl_oplog_insert_bytes_total counter
mongodb_mongod_metrics_repl_oplog_insert_bytes_total 0
# HELP mongodb_mongod_metrics_repl_oplog_insert_num_total num reports the total number of items inserted into the oplog.
# TYPE mongodb_mongod_metrics_repl_oplog_insert_num_total counter
mongodb_mongod_metrics_repl_oplog_insert_num_total 0
# HELP mongodb_mongod_metrics_repl_oplog_insert_total_milliseconds total_millis reports the total amount of time spent for the mongod to insert data into the oplog.
# TYPE mongodb_mongod_metrics_repl_oplog_insert_total_milliseconds counter
mongodb_mongod_metrics_repl_oplog_insert_total_milliseconds 0
# HELP mongodb_mongod_metrics_ttl_deleted_documents_total deletedDocuments reports the total number of documents deleted from collections with a ttl index.
# TYPE mongodb_mongod_metrics_ttl_deleted_documents_total counter
mongodb_mongod_metrics_ttl_deleted_documents_total 0
# HELP mongodb_mongod_metrics_ttl_passes_total passes reports the number of times the background process removes documents from collections with a ttl index
# TYPE mongodb_mongod_metrics_ttl_passes_total counter
mongodb_mongod_metrics_ttl_passes_total 5
# HELP mongodb_mongod_op_latencies_histogram op latencies histogram statistics of mongod
# TYPE mongodb_mongod_op_latencies_histogram gauge
mongodb_mongod_op_latencies_histogram{micros="0",type="command"} 35
mongodb_mongod_op_latencies_histogram{micros="1024",type="command"} 88
mongodb_mongod_op_latencies_histogram{micros="128",type="command"} 51
mongodb_mongod_op_latencies_histogram{micros="128",type="read"} 117
mongodb_mongod_op_latencies_histogram{micros="16",type="command"} 181
mongodb_mongod_op_latencies_histogram{micros="256",type="command"} 12
mongodb_mongod_op_latencies_histogram{micros="256",type="read"} 1
mongodb_mongod_op_latencies_histogram{micros="32",type="command"} 642
mongodb_mongod_op_latencies_histogram{micros="512",type="command"} 203
mongodb_mongod_op_latencies_histogram{micros="512",type="read"} 1
mongodb_mongod_op_latencies_histogram{micros="64",type="command"} 281
mongodb_mongod_op_latencies_histogram{micros="64",type="read"} 173
mongodb_mongod_op_latencies_histogram{micros="8",type="command"} 34
# HELP mongodb_mongod_op_latencies_latency_total op latencies statistics in microseconds of mongod
# TYPE mongodb_mongod_op_latencies_latency_total gauge
mongodb_mongod_op_latencies_latency_total{type="command"} 362040
mongodb_mongod_op_latencies_latency_total{type="read"} 36615
mongodb_mongod_op_latencies_latency_total{type="write"} 0
# HELP mongodb_mongod_op_latencies_ops_total op latencies ops total statistics of mongod
# TYPE mongodb_mongod_op_latencies_ops_total gauge
mongodb_mongod_op_latencies_ops_total{type="command"} 1527
mongodb_mongod_op_latencies_ops_total{type="read"} 292
mongodb_mongod_op_latencies_ops_total{type="write"} 0
# HELP mongodb_mongod_replset_date The value of the date field is an ISODate of the current time, according to the current server.
# TYPE mongodb_mongod_replset_date gauge
mongodb_mongod_replset_date{set="otustest"} 1.599730926e+09
# HELP mongodb_mongod_replset_heatbeat_interval_millis The frequency in milliseconds of the heartbeats
# TYPE mongodb_mongod_replset_heatbeat_interval_millis gauge
mongodb_mongod_replset_heatbeat_interval_millis{set="otustest"} 2000
# HELP mongodb_mongod_replset_member_arbiter This field conveys if the member is an arbiter (1) or not (0).
# TYPE mongodb_mongod_replset_member_arbiter gauge
mongodb_mongod_replset_member_arbiter{host="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 0
mongodb_mongod_replset_member_arbiter{host="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 0
mongodb_mongod_replset_member_arbiter{host="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 0
# HELP mongodb_mongod_replset_member_build_indexes This field conveys if the member is builds indexes (1) or not (0).
# TYPE mongodb_mongod_replset_member_build_indexes gauge
mongodb_mongod_replset_member_build_indexes{host="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
mongodb_mongod_replset_member_build_indexes{host="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
mongodb_mongod_replset_member_build_indexes{host="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
# HELP mongodb_mongod_replset_member_config_version The configVersion value is the replica set configuration version.
# TYPE mongodb_mongod_replset_member_config_version gauge
mongodb_mongod_replset_member_config_version{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 3
mongodb_mongod_replset_member_config_version{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 3
mongodb_mongod_replset_member_config_version{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 3
# HELP mongodb_mongod_replset_member_election_date The timestamp the node was elected as replica leader
# TYPE mongodb_mongod_replset_member_election_date gauge
mongodb_mongod_replset_member_election_date{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 1.599730538e+09
# HELP mongodb_mongod_replset_member_health This field conveys if the member is up (1) or down (0).
# TYPE mongodb_mongod_replset_member_health gauge
mongodb_mongod_replset_member_health{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 1
mongodb_mongod_replset_member_health{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1
mongodb_mongod_replset_member_health{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1
# HELP mongodb_mongod_replset_member_hidden This field conveys if the member is hidden (1) or not-hidden (0).
# TYPE mongodb_mongod_replset_member_hidden gauge
mongodb_mongod_replset_member_hidden{host="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 0
mongodb_mongod_replset_member_hidden{host="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 0
mongodb_mongod_replset_member_hidden{host="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 0
# HELP mongodb_mongod_replset_member_last_heartbeat The lastHeartbeat value provides an ISODate formatted date and time of the transmission time of last heartbeat received from this member
# TYPE mongodb_mongod_replset_member_last_heartbeat gauge
mongodb_mongod_replset_member_last_heartbeat{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 1.599730925e+09
mongodb_mongod_replset_member_last_heartbeat{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1.599730925e+09
# HELP mongodb_mongod_replset_member_last_heartbeat_recv The lastHeartbeatRecv value provides an ISODate formatted date and time that the last heartbeat was received from this member
# TYPE mongodb_mongod_replset_member_last_heartbeat_recv gauge
mongodb_mongod_replset_member_last_heartbeat_recv{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 1.599730925e+09
mongodb_mongod_replset_member_last_heartbeat_recv{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1.599730925e+09
# HELP mongodb_mongod_replset_member_operational_lag The operationl lag - or staleness of the oplog timestamp - for this member.
# TYPE mongodb_mongod_replset_member_operational_lag gauge
mongodb_mongod_replset_member_operational_lag{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1
mongodb_mongod_replset_member_operational_lag{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1
# HELP mongodb_mongod_replset_member_optime_date The timestamp of the last oplog entry that this member applied.
# TYPE mongodb_mongod_replset_member_optime_date gauge
mongodb_mongod_replset_member_optime_date{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 1.599730918e+09
mongodb_mongod_replset_member_optime_date{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1.599730918e+09
mongodb_mongod_replset_member_optime_date{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 1.599730918e+09
# HELP mongodb_mongod_replset_member_ping_ms The pingMs represents the number of milliseconds (ms) that a round-trip packet takes to travel between the remote member and the local instance.
# TYPE mongodb_mongod_replset_member_ping_ms gauge
mongodb_mongod_replset_member_ping_ms{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 0
mongodb_mongod_replset_member_ping_ms{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 0
# HELP mongodb_mongod_replset_member_priority This field conveys the priority of a given member
# TYPE mongodb_mongod_replset_member_priority gauge
mongodb_mongod_replset_member_priority{host="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 5
mongodb_mongod_replset_member_priority{host="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
mongodb_mongod_replset_member_priority{host="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
# HELP mongodb_mongod_replset_member_replication_lag The replication lag that this member has with the primary.
# TYPE mongodb_mongod_replset_member_replication_lag gauge
mongodb_mongod_replset_member_replication_lag{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 0
mongodb_mongod_replset_member_replication_lag{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 0
# HELP mongodb_mongod_replset_member_state The value of state is an integer between 0 and 10 that represents the replica state of the member.
# TYPE mongodb_mongod_replset_member_state gauge
mongodb_mongod_replset_member_state{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 1
mongodb_mongod_replset_member_state{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 2
mongodb_mongod_replset_member_state{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 2
# HELP mongodb_mongod_replset_member_uptime The uptime field holds a value that reflects the number of seconds that this member has been online.
# TYPE mongodb_mongod_replset_member_uptime counter
mongodb_mongod_replset_member_uptime{name="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="PRIMARY"} 356
mongodb_mongod_replset_member_uptime{name="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 356
mongodb_mongod_replset_member_uptime{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest",state="SECONDARY"} 358
# HELP mongodb_mongod_replset_member_votes This field conveys the number of votes of a given member
# TYPE mongodb_mongod_replset_member_votes gauge
mongodb_mongod_replset_member_votes{host="otus-mongodb-0.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
mongodb_mongod_replset_member_votes{host="otus-mongodb-1.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
mongodb_mongod_replset_member_votes{host="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",id="otustest"} 1
# HELP mongodb_mongod_replset_my_name The replica state name of the current member
# TYPE mongodb_mongod_replset_my_name gauge
mongodb_mongod_replset_my_name{name="otus-mongodb-2.otus-mongodb-headless.mongodb.svc.cluster.local:27017",set="otustest"} 1
# HELP mongodb_mongod_replset_my_state An integer between 0 and 10 that represents the replica state of the current member
# TYPE mongodb_mongod_replset_my_state gauge
mongodb_mongod_replset_my_state{set="otustest"} 2
# HELP mongodb_mongod_replset_number_of_members The number of replica set mebers
# TYPE mongodb_mongod_replset_number_of_members gauge
mongodb_mongod_replset_number_of_members{set="otustest"} 3
# HELP mongodb_mongod_replset_oplog_head_timestamp The timestamp of the newest change in the oplog
# TYPE mongodb_mongod_replset_oplog_head_timestamp gauge
mongodb_mongod_replset_oplog_head_timestamp 1.599730918e+09
# HELP mongodb_mongod_replset_oplog_items_total The total number of changes in the oplog
# TYPE mongodb_mongod_replset_oplog_items_total gauge
mongodb_mongod_replset_oplog_items_total 36
# HELP mongodb_mongod_replset_oplog_size_bytes Size of oplog in bytes
# TYPE mongodb_mongod_replset_oplog_size_bytes gauge
mongodb_mongod_replset_oplog_size_bytes{type="current"} 4170
mongodb_mongod_replset_oplog_size_bytes{type="storage"} 36864
# HELP mongodb_mongod_replset_oplog_tail_timestamp The timestamp of the oldest change in the oplog
# TYPE mongodb_mongod_replset_oplog_tail_timestamp gauge
mongodb_mongod_replset_oplog_tail_timestamp 1.599730565e+09
# HELP mongodb_mongod_replset_term The election count for the replica set, as known to this replica set member
# TYPE mongodb_mongod_replset_term gauge
mongodb_mongod_replset_term{set="otustest"} 3
# HELP mongodb_mongod_storage_engine The storage engine used by the MongoDB instance
# TYPE mongodb_mongod_storage_engine counter
mongodb_mongod_storage_engine{engine="wiredTiger"} 1
# HELP mongodb_mongod_wiredtiger_blockmanager_blocks_total The total number of blocks read by the WiredTiger BlockManager
# TYPE mongodb_mongod_wiredtiger_blockmanager_blocks_total counter
mongodb_mongod_wiredtiger_blockmanager_blocks_total{type="pre_loaded"} 29
mongodb_mongod_wiredtiger_blockmanager_blocks_total{type="read"} 141
mongodb_mongod_wiredtiger_blockmanager_blocks_total{type="read_mapped"} 0
mongodb_mongod_wiredtiger_blockmanager_blocks_total{type="written"} 236
# HELP mongodb_mongod_wiredtiger_blockmanager_bytes_total The total number of bytes read by the WiredTiger BlockManager
# TYPE mongodb_mongod_wiredtiger_blockmanager_bytes_total counter
mongodb_mongod_wiredtiger_blockmanager_bytes_total{type="read"} 626688
mongodb_mongod_wiredtiger_blockmanager_bytes_total{type="read_mapped"} 0
mongodb_mongod_wiredtiger_blockmanager_bytes_total{type="written"} 1.261568e+06
# HELP mongodb_mongod_wiredtiger_cache_bytes The current size of data in the WiredTiger Cache in bytes
# TYPE mongodb_mongod_wiredtiger_cache_bytes gauge
mongodb_mongod_wiredtiger_cache_bytes{type="dirty"} 14024
mongodb_mongod_wiredtiger_cache_bytes{type="internal_pages"} 18286
mongodb_mongod_wiredtiger_cache_bytes{type="leaf_pages"} 167520
mongodb_mongod_wiredtiger_cache_bytes{type="total"} 185806
# HELP mongodb_mongod_wiredtiger_cache_bytes_total The total number of bytes read into/from the WiredTiger Cache
# TYPE mongodb_mongod_wiredtiger_cache_bytes_total counter
mongodb_mongod_wiredtiger_cache_bytes_total{type="read"} 72639
mongodb_mongod_wiredtiger_cache_bytes_total{type="written"} 354135
# HELP mongodb_mongod_wiredtiger_cache_evicted_total The total number of pages evicted from the WiredTiger Cache
# TYPE mongodb_mongod_wiredtiger_cache_evicted_total counter
mongodb_mongod_wiredtiger_cache_evicted_total{type="modified"} 0
mongodb_mongod_wiredtiger_cache_evicted_total{type="unmodified"} 0
# HELP mongodb_mongod_wiredtiger_cache_max_bytes The maximum size of data in the WiredTiger Cache in bytes
# TYPE mongodb_mongod_wiredtiger_cache_max_bytes gauge
mongodb_mongod_wiredtiger_cache_max_bytes 1.442840576e+09
# HELP mongodb_mongod_wiredtiger_cache_overhead_percent The percentage overhead of the WiredTiger Cache
# TYPE mongodb_mongod_wiredtiger_cache_overhead_percent gauge
mongodb_mongod_wiredtiger_cache_overhead_percent 8
# HELP mongodb_mongod_wiredtiger_cache_pages The current number of pages in the WiredTiger Cache
# TYPE mongodb_mongod_wiredtiger_cache_pages gauge
mongodb_mongod_wiredtiger_cache_pages{type="dirty"} 6
mongodb_mongod_wiredtiger_cache_pages{type="total"} 63
# HELP mongodb_mongod_wiredtiger_cache_pages_total The total number of pages read into/from the WiredTiger Cache
# TYPE mongodb_mongod_wiredtiger_cache_pages_total counter
mongodb_mongod_wiredtiger_cache_pages_total{type="read"} 49
mongodb_mongod_wiredtiger_cache_pages_total{type="written"} 105
# HELP mongodb_mongod_wiredtiger_concurrent_transactions_available_tickets The number of tickets that are available in WiredTiger
# TYPE mongodb_mongod_wiredtiger_concurrent_transactions_available_tickets gauge
mongodb_mongod_wiredtiger_concurrent_transactions_available_tickets{type="read"} 127
mongodb_mongod_wiredtiger_concurrent_transactions_available_tickets{type="write"} 128
# HELP mongodb_mongod_wiredtiger_concurrent_transactions_out_tickets The number of tickets that are currently in use (out) in WiredTiger
# TYPE mongodb_mongod_wiredtiger_concurrent_transactions_out_tickets gauge
mongodb_mongod_wiredtiger_concurrent_transactions_out_tickets{type="read"} 1
mongodb_mongod_wiredtiger_concurrent_transactions_out_tickets{type="write"} 0
# HELP mongodb_mongod_wiredtiger_concurrent_transactions_total_tickets The total number of tickets that are available in WiredTiger
# TYPE mongodb_mongod_wiredtiger_concurrent_transactions_total_tickets gauge
mongodb_mongod_wiredtiger_concurrent_transactions_total_tickets{type="read"} 128
mongodb_mongod_wiredtiger_concurrent_transactions_total_tickets{type="write"} 128
# HELP mongodb_mongod_wiredtiger_log_bytes_total The total number of bytes written to the WiredTiger log
# TYPE mongodb_mongod_wiredtiger_log_bytes_total counter
mongodb_mongod_wiredtiger_log_bytes_total{type="payload"} 21117
mongodb_mongod_wiredtiger_log_bytes_total{type="written"} 31872
# HELP mongodb_mongod_wiredtiger_log_operations_total The total number of WiredTiger log operations
# TYPE mongodb_mongod_wiredtiger_log_operations_total counter
mongodb_mongod_wiredtiger_log_operations_total{type="flush"} 3605
mongodb_mongod_wiredtiger_log_operations_total{type="read"} 0
mongodb_mongod_wiredtiger_log_operations_total{type="scan"} 4
mongodb_mongod_wiredtiger_log_operations_total{type="scan_double"} 3
mongodb_mongod_wiredtiger_log_operations_total{type="sync"} 49
mongodb_mongod_wiredtiger_log_operations_total{type="sync_dir"} 1
mongodb_mongod_wiredtiger_log_operations_total{type="write"} 129
# HELP mongodb_mongod_wiredtiger_log_records_scanned_total The total number of records scanned by log scan in the WiredTiger log
# TYPE mongodb_mongod_wiredtiger_log_records_scanned_total counter
mongodb_mongod_wiredtiger_log_records_scanned_total 14
# HELP mongodb_mongod_wiredtiger_log_records_total The total number of compressed/uncompressed records written to the WiredTiger log
# TYPE mongodb_mongod_wiredtiger_log_records_total counter
mongodb_mongod_wiredtiger_log_records_total{type="compressed"} 7
mongodb_mongod_wiredtiger_log_records_total{type="uncompressed"} 36
# HELP mongodb_mongod_wiredtiger_session_open_cursors_total The total number of cursors opened in WiredTiger
# TYPE mongodb_mongod_wiredtiger_session_open_cursors_total gauge
mongodb_mongod_wiredtiger_session_open_cursors_total 0
# HELP mongodb_mongod_wiredtiger_session_open_sessions_total The total number of sessions opened in WiredTiger
# TYPE mongodb_mongod_wiredtiger_session_open_sessions_total gauge
mongodb_mongod_wiredtiger_session_open_sessions_total 16
# HELP mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds The time in milliseconds transactions have checkpointed in WiredTiger
# TYPE mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds gauge
mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds{type="max"} 69
mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds{type="min"} 13
# HELP mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds_total The total time in milliseconds transactions have checkpointed in WiredTiger
# TYPE mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds_total counter
mongodb_mongod_wiredtiger_transactions_checkpoint_milliseconds_total 191
# HELP mongodb_mongod_wiredtiger_transactions_running_checkpoints The number of currently running checkpoints in WiredTiger
# TYPE mongodb_mongod_wiredtiger_transactions_running_checkpoints gauge
mongodb_mongod_wiredtiger_transactions_running_checkpoints 0
# HELP mongodb_mongod_wiredtiger_transactions_total The total number of transactions WiredTiger has handled
# TYPE mongodb_mongod_wiredtiger_transactions_total counter
mongodb_mongod_wiredtiger_transactions_total{type="begins"} 1324
mongodb_mongod_wiredtiger_transactions_total{type="checkpoints"} 6
mongodb_mongod_wiredtiger_transactions_total{type="committed"} 186
mongodb_mongod_wiredtiger_transactions_total{type="rolledback"} 1138
# HELP mongodb_network_bytes_total The network data structure contains data regarding MongoDB’s network use
# TYPE mongodb_network_bytes_total counter
mongodb_network_bytes_total{state="in_bytes"} 520433
mongodb_network_bytes_total{state="out_bytes"} 9.194866e+06
# HELP mongodb_network_metrics_num_requests_total The numRequests field is a counter of the total number of distinct requests that the server has received. Use this value to provide context for the bytesIn and bytesOut values to ensure that MongoDB’s network utilization is consistent with expectations and application use
# TYPE mongodb_network_metrics_num_requests_total counter
mongodb_network_metrics_num_requests_total 1869
# HELP mongodb_op_counters_repl_total The opcountersRepl data structure, similar to the opcounters data structure, provides an overview of database replication operations by type and makes it possible to analyze the load on the replica in more granular manner. These values only appear when the current host has replication enabled
# TYPE mongodb_op_counters_repl_total counter
mongodb_op_counters_repl_total{type="command"} 0
mongodb_op_counters_repl_total{type="delete"} 0
mongodb_op_counters_repl_total{type="getmore"} 0
mongodb_op_counters_repl_total{type="insert"} 3
mongodb_op_counters_repl_total{type="query"} 0
mongodb_op_counters_repl_total{type="update"} 0
# HELP mongodb_op_counters_total The opcounters data structure provides an overview of database operations by type and makes it possible to analyze the load on the database in more granular manner. These numbers will grow over time and in response to database use. Analyze these values over time to track database utilization
# TYPE mongodb_op_counters_total counter
mongodb_op_counters_total{type="command"} 1545
mongodb_op_counters_total{type="delete"} 0
mongodb_op_counters_total{type="getmore"} 0
mongodb_op_counters_total{type="insert"} 0
mongodb_op_counters_total{type="query"} 297
mongodb_op_counters_total{type="update"} 0
# HELP mongodb_tcmalloc_aggressive_memory_decommit Whether aggressive_memory_decommit is on
# TYPE mongodb_tcmalloc_aggressive_memory_decommit counter
mongodb_tcmalloc_aggressive_memory_decommit 0
# HELP mongodb_tcmalloc_cache_bytes Sizes for tcpmalloc caches in bytes
# TYPE mongodb_tcmalloc_cache_bytes gauge
mongodb_tcmalloc_cache_bytes{cache="central_cache",type="free"} 261696
mongodb_tcmalloc_cache_bytes{cache="thread_cache",type="current_total"} 2.026232e+06
mongodb_tcmalloc_cache_bytes{cache="thread_cache",type="free"} 2.026232e+06
mongodb_tcmalloc_cache_bytes{cache="thread_cache",type="max_total"} 4.94927872e+08
mongodb_tcmalloc_cache_bytes{cache="transfer_cache",type="free"} 848064
# HELP mongodb_tcmalloc_free_bytes Total free bytes of tcmalloc
# TYPE mongodb_tcmalloc_free_bytes counter
mongodb_tcmalloc_free_bytes 3.135992e+06
# HELP mongodb_tcmalloc_generic_heap High-level summary metricsInternal metrics from tcmalloc
# TYPE mongodb_tcmalloc_generic_heap gauge
mongodb_tcmalloc_generic_heap{type="allocated"} 9.3816328e+07
mongodb_tcmalloc_generic_heap{type="total"} 9.965568e+07
# HELP mongodb_tcmalloc_pageheap_bytes Sizes for tcpmalloc pageheaps
# TYPE mongodb_tcmalloc_pageheap_bytes gauge
mongodb_tcmalloc_pageheap_bytes{type="comitted"} 9.965568e+07
mongodb_tcmalloc_pageheap_bytes{type="free"} 2.70336e+06
mongodb_tcmalloc_pageheap_bytes{type="total_commit"} 1.01617664e+08
mongodb_tcmalloc_pageheap_bytes{type="total_decommit"} 1.961984e+06
mongodb_tcmalloc_pageheap_bytes{type="total_reserve"} 9.965568e+07
mongodb_tcmalloc_pageheap_bytes{type="unmapped"} 0
# HELP mongodb_tcmalloc_pageheap_count Sizes for tcpmalloc pageheaps
# TYPE mongodb_tcmalloc_pageheap_count gauge
mongodb_tcmalloc_pageheap_count{type="commit"} 54
mongodb_tcmalloc_pageheap_count{type="decommit"} 1
mongodb_tcmalloc_pageheap_count{type="reserve"} 53
mongodb_tcmalloc_pageheap_count{type="scavenge"} 1
# HELP mongodb_up Whether MongoDB is up.
# TYPE mongodb_up gauge
mongodb_up 1
# HELP mongodb_version_info Software version information for mongodb process.
# TYPE mongodb_version_info gauge
mongodb_version_info{mongodb="4.4.0"} 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 1.91
# HELP process_max_fds Maximum number of open file descriptors.
# TYPE process_max_fds gauge
process_max_fds 1.048576e+06
# 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 2.492416e+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.59973056016e+09
# HELP process_virtual_memory_bytes Virtual memory size in bytes.
# TYPE process_virtual_memory_bytes gauge
process_virtual_memory_bytes 7.35936512e+08
# 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
# HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served.
# TYPE promhttp_metric_handler_requests_in_flight gauge
promhttp_metric_handler_requests_in_flight 1
# HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code.
# TYPE promhttp_metric_handler_requests_total counter
promhttp_metric_handler_requests_total{code="200"} 146
promhttp_metric_handler_requests_total{code="500"} 0
promhttp_metric_handler_requests_total{code="503"} 0