# HELP deprecated_flags_inuse_total The number of deprecated flags currently set. # TYPE deprecated_flags_inuse_total counter deprecated_flags_inuse_total 0 # HELP go_cgo_go_to_c_calls_calls_total Count of calls made from Go to C by the current process. Sourced from /cgo/go-to-c-calls:calls. # TYPE go_cgo_go_to_c_calls_calls_total counter go_cgo_go_to_c_calls_calls_total 0 # HELP go_cpu_classes_gc_mark_assist_cpu_seconds_total Estimated total CPU time goroutines spent performing GC tasks to assist the GC and prevent it from falling behind the application. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/assist:cpu-seconds. # TYPE go_cpu_classes_gc_mark_assist_cpu_seconds_total counter go_cpu_classes_gc_mark_assist_cpu_seconds_total 24.044422758 # HELP go_cpu_classes_gc_mark_dedicated_cpu_seconds_total Estimated total CPU time spent performing GC tasks on processors (as defined by GOMAXPROCS) dedicated to those tasks. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/dedicated:cpu-seconds. # TYPE go_cpu_classes_gc_mark_dedicated_cpu_seconds_total counter go_cpu_classes_gc_mark_dedicated_cpu_seconds_total 759.160922329 # HELP go_cpu_classes_gc_mark_idle_cpu_seconds_total Estimated total CPU time spent performing GC tasks on spare CPU resources that the Go scheduler could not otherwise find a use for. This should be subtracted from the total GC CPU time to obtain a measure of compulsory GC CPU time. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/idle:cpu-seconds. # TYPE go_cpu_classes_gc_mark_idle_cpu_seconds_total counter go_cpu_classes_gc_mark_idle_cpu_seconds_total 715.835886225 # HELP go_cpu_classes_gc_pause_cpu_seconds_total Estimated total CPU time spent with the application paused by the GC. Even if only one thread is running during the pause, this is computed as GOMAXPROCS times the pause latency because nothing else can be executing. This is the exact sum of samples in /sched/pauses/total/gc:seconds if each sample is multiplied by GOMAXPROCS at the time it is taken. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/pause:cpu-seconds. # TYPE go_cpu_classes_gc_pause_cpu_seconds_total counter go_cpu_classes_gc_pause_cpu_seconds_total 430.959210967 # HELP go_cpu_classes_gc_total_cpu_seconds_total Estimated total CPU time spent performing GC tasks. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes/gc. Sourced from /cpu/classes/gc/total:cpu-seconds. # TYPE go_cpu_classes_gc_total_cpu_seconds_total counter go_cpu_classes_gc_total_cpu_seconds_total 1930.000442279 # HELP go_cpu_classes_idle_cpu_seconds_total Estimated total available CPU time not spent executing any Go or Go runtime code. In other words, the part of /cpu/classes/total:cpu-seconds that was unused. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/idle:cpu-seconds. # TYPE go_cpu_classes_idle_cpu_seconds_total counter go_cpu_classes_idle_cpu_seconds_total 1.7455342388703305e+07 # HELP go_cpu_classes_scavenge_assist_cpu_seconds_total Estimated total CPU time spent returning unused memory to the underlying platform in response eagerly in response to memory pressure. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/scavenge/assist:cpu-seconds. # TYPE go_cpu_classes_scavenge_assist_cpu_seconds_total counter go_cpu_classes_scavenge_assist_cpu_seconds_total 1.31e-07 # HELP go_cpu_classes_scavenge_background_cpu_seconds_total Estimated total CPU time spent performing background tasks to return unused memory to the underlying platform. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/scavenge/background:cpu-seconds. # TYPE go_cpu_classes_scavenge_background_cpu_seconds_total counter go_cpu_classes_scavenge_background_cpu_seconds_total 116.302396256 # HELP go_cpu_classes_scavenge_total_cpu_seconds_total Estimated total CPU time spent performing tasks that return unused memory to the underlying platform. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes/scavenge. Sourced from /cpu/classes/scavenge/total:cpu-seconds. # TYPE go_cpu_classes_scavenge_total_cpu_seconds_total counter go_cpu_classes_scavenge_total_cpu_seconds_total 116.302396387 # HELP go_cpu_classes_total_cpu_seconds_total Estimated total available CPU time for user Go code or the Go runtime, as defined by GOMAXPROCS. In other words, GOMAXPROCS integrated over the wall-clock duration this process has been executing for. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes. Sourced from /cpu/classes/total:cpu-seconds. # TYPE go_cpu_classes_total_cpu_seconds_total counter go_cpu_classes_total_cpu_seconds_total 1.7514123244348463e+07 # HELP go_cpu_classes_user_cpu_seconds_total Estimated total CPU time spent running user Go code. This may also include some small amount of time spent in the Go runtime. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/user:cpu-seconds. # TYPE go_cpu_classes_user_cpu_seconds_total counter go_cpu_classes_user_cpu_seconds_total 56734.552806493 # HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime. Sourced from /gc/cycles/automatic:gc-cycles. # TYPE go_gc_cycles_automatic_gc_cycles_total counter go_gc_cycles_automatic_gc_cycles_total 15398 # HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application. Sourced from /gc/cycles/forced:gc-cycles. # TYPE go_gc_cycles_forced_gc_cycles_total counter go_gc_cycles_forced_gc_cycles_total 0 # HELP go_gc_cycles_total_gc_cycles_total Count of all completed GC cycles. Sourced from /gc/cycles/total:gc-cycles. # TYPE go_gc_cycles_total_gc_cycles_total counter go_gc_cycles_total_gc_cycles_total 15398 # 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"} 0.000128411 go_gc_duration_seconds{quantile="0.25"} 0.000551314 go_gc_duration_seconds{quantile="0.5"} 0.001192105 go_gc_duration_seconds{quantile="0.75"} 0.002033774 go_gc_duration_seconds{quantile="1"} 0.239857577 go_gc_duration_seconds_sum 38.657448707 go_gc_duration_seconds_count 15398 # 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_gc_heap_allocs_by_size_bytes Distribution of heap allocations by approximate size. Bucket counts increase monotonically. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/allocs-by-size:bytes. # TYPE go_gc_heap_allocs_by_size_bytes histogram go_gc_heap_allocs_by_size_bytes_bucket{le="8.999999999999998"} 1.24959064e+08 go_gc_heap_allocs_by_size_bytes_bucket{le="24.999999999999996"} 2.37737066e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="64.99999999999999"} 5.730184551e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="144.99999999999997"} 7.255860179e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="320.99999999999994"} 7.760166771e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="704.9999999999999"} 7.81475369e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="1536.9999999999998"} 7.829476206e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="3200.9999999999995"} 7.835821414e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="6528.999999999999"} 7.84377121e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="13568.999999999998"} 7.844845663e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="27264.999999999996"} 7.846072115e+09 go_gc_heap_allocs_by_size_bytes_bucket{le="+Inf"} 7.849067185e+09 go_gc_heap_allocs_by_size_bytes_sum 9.2332034352e+11 go_gc_heap_allocs_by_size_bytes_count 7.849067185e+09 # HELP go_gc_heap_allocs_bytes_total Cumulative sum of memory allocated to the heap by the application. Sourced from /gc/heap/allocs:bytes. # TYPE go_gc_heap_allocs_bytes_total counter go_gc_heap_allocs_bytes_total 9.2332034352e+11 # HELP go_gc_heap_allocs_objects_total Cumulative count of heap allocations triggered by the application. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/allocs:objects. # TYPE go_gc_heap_allocs_objects_total counter go_gc_heap_allocs_objects_total 7.849067185e+09 # HELP go_gc_heap_frees_by_size_bytes Distribution of freed heap allocations by approximate size. Bucket counts increase monotonically. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/frees-by-size:bytes. # TYPE go_gc_heap_frees_by_size_bytes histogram go_gc_heap_frees_by_size_bytes_bucket{le="8.999999999999998"} 1.24953402e+08 go_gc_heap_frees_by_size_bytes_bucket{le="24.999999999999996"} 2.377244409e+09 go_gc_heap_frees_by_size_bytes_bucket{le="64.99999999999999"} 5.729803393e+09 go_gc_heap_frees_by_size_bytes_bucket{le="144.99999999999997"} 7.255378971e+09 go_gc_heap_frees_by_size_bytes_bucket{le="320.99999999999994"} 7.759644345e+09 go_gc_heap_frees_by_size_bytes_bucket{le="704.9999999999999"} 7.814225374e+09 go_gc_heap_frees_by_size_bytes_bucket{le="1536.9999999999998"} 7.828945907e+09 go_gc_heap_frees_by_size_bytes_bucket{le="3200.9999999999995"} 7.835289809e+09 go_gc_heap_frees_by_size_bytes_bucket{le="6528.999999999999"} 7.843238172e+09 go_gc_heap_frees_by_size_bytes_bucket{le="13568.999999999998"} 7.844312466e+09 go_gc_heap_frees_by_size_bytes_bucket{le="27264.999999999996"} 7.845538714e+09 go_gc_heap_frees_by_size_bytes_bucket{le="+Inf"} 7.848533308e+09 go_gc_heap_frees_by_size_bytes_sum 9.2317189768e+11 go_gc_heap_frees_by_size_bytes_count 7.848533308e+09 # HELP go_gc_heap_frees_bytes_total Cumulative sum of heap memory freed by the garbage collector. Sourced from /gc/heap/frees:bytes. # TYPE go_gc_heap_frees_bytes_total counter go_gc_heap_frees_bytes_total 9.2317189768e+11 # HELP go_gc_heap_frees_objects_total Cumulative count of heap allocations whose storage was freed by the garbage collector. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/frees:objects. # TYPE go_gc_heap_frees_objects_total counter go_gc_heap_frees_objects_total 7.848533308e+09 # HELP go_gc_heap_goal_bytes Heap size target for the end of the GC cycle. Sourced from /gc/heap/goal:bytes. # TYPE go_gc_heap_goal_bytes gauge go_gc_heap_goal_bytes 1.65728586e+08 # HELP go_gc_heap_live_bytes Heap memory occupied by live objects that were marked by the previous GC. Sourced from /gc/heap/live:bytes. # TYPE go_gc_heap_live_bytes gauge go_gc_heap_live_bytes 8.2090144e+07 # HELP go_gc_heap_objects_objects Number of objects, live or unswept, occupying heap memory. Sourced from /gc/heap/objects:objects. # TYPE go_gc_heap_objects_objects gauge go_gc_heap_objects_objects 533877 # HELP go_gc_heap_tiny_allocs_objects_total Count of small allocations that are packed together into blocks. These allocations are counted separately from other allocations because each individual allocation is not tracked by the runtime, only their block. Each block is already accounted for in allocs-by-size and frees-by-size. Sourced from /gc/heap/tiny/allocs:objects. # TYPE go_gc_heap_tiny_allocs_objects_total counter go_gc_heap_tiny_allocs_objects_total 7.86795716e+08 # HELP go_gc_limiter_last_enabled_gc_cycle GC cycle the last time the GC CPU limiter was enabled. This metric is useful for diagnosing the root cause of an out-of-memory error, because the limiter trades memory for CPU time when the GC's CPU time gets too high. This is most likely to occur with use of SetMemoryLimit. The first GC cycle is cycle 1, so a value of 0 indicates that it was never enabled. Sourced from /gc/limiter/last-enabled:gc-cycle. # TYPE go_gc_limiter_last_enabled_gc_cycle gauge go_gc_limiter_last_enabled_gc_cycle 0 # HELP go_gc_pauses_seconds Deprecated. Prefer the identical /sched/pauses/total/gc:seconds. Sourced from /gc/pauses:seconds. # TYPE go_gc_pauses_seconds histogram go_gc_pauses_seconds_bucket{le="6.399999999999999e-08"} 0 go_gc_pauses_seconds_bucket{le="6.399999999999999e-07"} 0 go_gc_pauses_seconds_bucket{le="7.167999999999999e-06"} 1254 go_gc_pauses_seconds_bucket{le="8.191999999999999e-05"} 12297 go_gc_pauses_seconds_bucket{le="0.0009175039999999999"} 23021 go_gc_pauses_seconds_bucket{le="0.010485759999999998"} 30277 go_gc_pauses_seconds_bucket{le="0.11744051199999998"} 30776 go_gc_pauses_seconds_bucket{le="+Inf"} 30796 go_gc_pauses_seconds_sum 15.197082368 go_gc_pauses_seconds_count 30796 # HELP go_gc_scan_globals_bytes The total amount of global variable space that is scannable. Sourced from /gc/scan/globals:bytes. # TYPE go_gc_scan_globals_bytes gauge go_gc_scan_globals_bytes 1.022066e+06 # HELP go_gc_scan_heap_bytes The total amount of heap space that is scannable. Sourced from /gc/scan/heap:bytes. # TYPE go_gc_scan_heap_bytes gauge go_gc_scan_heap_bytes 3.8895368e+07 # HELP go_gc_scan_stack_bytes The number of bytes of stack that were scanned last GC cycle. Sourced from /gc/scan/stack:bytes. # TYPE go_gc_scan_stack_bytes gauge go_gc_scan_stack_bytes 526232 # HELP go_gc_scan_total_bytes The total amount space that is scannable. Sum of all metrics in /gc/scan. Sourced from /gc/scan/total:bytes. # TYPE go_gc_scan_total_bytes gauge go_gc_scan_total_bytes 4.0443666e+07 # HELP go_gc_stack_starting_size_bytes The stack size of new goroutines. Sourced from /gc/stack/starting-size:bytes. # TYPE go_gc_stack_starting_size_bytes gauge go_gc_stack_starting_size_bytes 2048 # HELP go_godebug_non_default_behavior_allowmultiplevcs_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=allowmultiplevcs=... setting. Sourced from /godebug/non-default-behavior/allowmultiplevcs:events. # TYPE go_godebug_non_default_behavior_allowmultiplevcs_events_total counter go_godebug_non_default_behavior_allowmultiplevcs_events_total 0 # HELP go_godebug_non_default_behavior_asynctimerchan_events_total The number of non-default behaviors executed by the time package due to a non-default GODEBUG=asynctimerchan=... setting. Sourced from /godebug/non-default-behavior/asynctimerchan:events. # TYPE go_godebug_non_default_behavior_asynctimerchan_events_total counter go_godebug_non_default_behavior_asynctimerchan_events_total 0 # HELP go_godebug_non_default_behavior_execerrdot_events_total The number of non-default behaviors executed by the os/exec package due to a non-default GODEBUG=execerrdot=... setting. Sourced from /godebug/non-default-behavior/execerrdot:events. # TYPE go_godebug_non_default_behavior_execerrdot_events_total counter go_godebug_non_default_behavior_execerrdot_events_total 0 # HELP go_godebug_non_default_behavior_gocachehash_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocachehash=... setting. Sourced from /godebug/non-default-behavior/gocachehash:events. # TYPE go_godebug_non_default_behavior_gocachehash_events_total counter go_godebug_non_default_behavior_gocachehash_events_total 0 # HELP go_godebug_non_default_behavior_gocachetest_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocachetest=... setting. Sourced from /godebug/non-default-behavior/gocachetest:events. # TYPE go_godebug_non_default_behavior_gocachetest_events_total counter go_godebug_non_default_behavior_gocachetest_events_total 0 # HELP go_godebug_non_default_behavior_gocacheverify_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocacheverify=... setting. Sourced from /godebug/non-default-behavior/gocacheverify:events. # TYPE go_godebug_non_default_behavior_gocacheverify_events_total counter go_godebug_non_default_behavior_gocacheverify_events_total 0 # HELP go_godebug_non_default_behavior_gotestjsonbuildtext_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gotestjsonbuildtext=... setting. Sourced from /godebug/non-default-behavior/gotestjsonbuildtext:events. # TYPE go_godebug_non_default_behavior_gotestjsonbuildtext_events_total counter go_godebug_non_default_behavior_gotestjsonbuildtext_events_total 0 # HELP go_godebug_non_default_behavior_gotypesalias_events_total The number of non-default behaviors executed by the go/types package due to a non-default GODEBUG=gotypesalias=... setting. Sourced from /godebug/non-default-behavior/gotypesalias:events. # TYPE go_godebug_non_default_behavior_gotypesalias_events_total counter go_godebug_non_default_behavior_gotypesalias_events_total 0 # HELP go_godebug_non_default_behavior_http2client_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2client=... setting. Sourced from /godebug/non-default-behavior/http2client:events. # TYPE go_godebug_non_default_behavior_http2client_events_total counter go_godebug_non_default_behavior_http2client_events_total 0 # HELP go_godebug_non_default_behavior_http2server_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2server=... setting. Sourced from /godebug/non-default-behavior/http2server:events. # TYPE go_godebug_non_default_behavior_http2server_events_total counter go_godebug_non_default_behavior_http2server_events_total 0 # HELP go_godebug_non_default_behavior_httpcookiemaxnum_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httpcookiemaxnum=... setting. Sourced from /godebug/non-default-behavior/httpcookiemaxnum:events. # TYPE go_godebug_non_default_behavior_httpcookiemaxnum_events_total counter go_godebug_non_default_behavior_httpcookiemaxnum_events_total 0 # HELP go_godebug_non_default_behavior_httplaxcontentlength_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httplaxcontentlength=... setting. Sourced from /godebug/non-default-behavior/httplaxcontentlength:events. # TYPE go_godebug_non_default_behavior_httplaxcontentlength_events_total counter go_godebug_non_default_behavior_httplaxcontentlength_events_total 0 # HELP go_godebug_non_default_behavior_httpmuxgo121_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httpmuxgo121=... setting. Sourced from /godebug/non-default-behavior/httpmuxgo121:events. # TYPE go_godebug_non_default_behavior_httpmuxgo121_events_total counter go_godebug_non_default_behavior_httpmuxgo121_events_total 0 # HELP go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httpservecontentkeepheaders=... setting. Sourced from /godebug/non-default-behavior/httpservecontentkeepheaders:events. # TYPE go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total counter go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total 0 # HELP go_godebug_non_default_behavior_installgoroot_events_total The number of non-default behaviors executed by the go/build package due to a non-default GODEBUG=installgoroot=... setting. Sourced from /godebug/non-default-behavior/installgoroot:events. # TYPE go_godebug_non_default_behavior_installgoroot_events_total counter go_godebug_non_default_behavior_installgoroot_events_total 0 # HELP go_godebug_non_default_behavior_multipartmaxheaders_events_total The number of non-default behaviors executed by the mime/multipart package due to a non-default GODEBUG=multipartmaxheaders=... setting. Sourced from /godebug/non-default-behavior/multipartmaxheaders:events. # TYPE go_godebug_non_default_behavior_multipartmaxheaders_events_total counter go_godebug_non_default_behavior_multipartmaxheaders_events_total 0 # HELP go_godebug_non_default_behavior_multipartmaxparts_events_total The number of non-default behaviors executed by the mime/multipart package due to a non-default GODEBUG=multipartmaxparts=... setting. Sourced from /godebug/non-default-behavior/multipartmaxparts:events. # TYPE go_godebug_non_default_behavior_multipartmaxparts_events_total counter go_godebug_non_default_behavior_multipartmaxparts_events_total 0 # HELP go_godebug_non_default_behavior_multipathtcp_events_total The number of non-default behaviors executed by the net package due to a non-default GODEBUG=multipathtcp=... setting. Sourced from /godebug/non-default-behavior/multipathtcp:events. # TYPE go_godebug_non_default_behavior_multipathtcp_events_total counter go_godebug_non_default_behavior_multipathtcp_events_total 0 # HELP go_godebug_non_default_behavior_netedns0_events_total The number of non-default behaviors executed by the net package due to a non-default GODEBUG=netedns0=... setting. Sourced from /godebug/non-default-behavior/netedns0:events. # TYPE go_godebug_non_default_behavior_netedns0_events_total counter go_godebug_non_default_behavior_netedns0_events_total 0 # HELP go_godebug_non_default_behavior_panicnil_events_total The number of non-default behaviors executed by the runtime package due to a non-default GODEBUG=panicnil=... setting. Sourced from /godebug/non-default-behavior/panicnil:events. # TYPE go_godebug_non_default_behavior_panicnil_events_total counter go_godebug_non_default_behavior_panicnil_events_total 0 # HELP go_godebug_non_default_behavior_randautoseed_events_total The number of non-default behaviors executed by the math/rand package due to a non-default GODEBUG=randautoseed=... setting. Sourced from /godebug/non-default-behavior/randautoseed:events. # TYPE go_godebug_non_default_behavior_randautoseed_events_total counter go_godebug_non_default_behavior_randautoseed_events_total 0 # HELP go_godebug_non_default_behavior_randseednop_events_total The number of non-default behaviors executed by the math/rand package due to a non-default GODEBUG=randseednop=... setting. Sourced from /godebug/non-default-behavior/randseednop:events. # TYPE go_godebug_non_default_behavior_randseednop_events_total counter go_godebug_non_default_behavior_randseednop_events_total 0 # HELP go_godebug_non_default_behavior_rsa1024min_events_total The number of non-default behaviors executed by the crypto/rsa package due to a non-default GODEBUG=rsa1024min=... setting. Sourced from /godebug/non-default-behavior/rsa1024min:events. # TYPE go_godebug_non_default_behavior_rsa1024min_events_total counter go_godebug_non_default_behavior_rsa1024min_events_total 0 # HELP go_godebug_non_default_behavior_tarinsecurepath_events_total The number of non-default behaviors executed by the archive/tar package due to a non-default GODEBUG=tarinsecurepath=... setting. Sourced from /godebug/non-default-behavior/tarinsecurepath:events. # TYPE go_godebug_non_default_behavior_tarinsecurepath_events_total counter go_godebug_non_default_behavior_tarinsecurepath_events_total 0 # HELP go_godebug_non_default_behavior_tls10server_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tls10server=... setting. Sourced from /godebug/non-default-behavior/tls10server:events. # TYPE go_godebug_non_default_behavior_tls10server_events_total counter go_godebug_non_default_behavior_tls10server_events_total 0 # HELP go_godebug_non_default_behavior_tls3des_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tls3des=... setting. Sourced from /godebug/non-default-behavior/tls3des:events. # TYPE go_godebug_non_default_behavior_tls3des_events_total counter go_godebug_non_default_behavior_tls3des_events_total 0 # HELP go_godebug_non_default_behavior_tlsmaxrsasize_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsmaxrsasize=... setting. Sourced from /godebug/non-default-behavior/tlsmaxrsasize:events. # TYPE go_godebug_non_default_behavior_tlsmaxrsasize_events_total counter go_godebug_non_default_behavior_tlsmaxrsasize_events_total 0 # HELP go_godebug_non_default_behavior_tlsrsakex_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsrsakex=... setting. Sourced from /godebug/non-default-behavior/tlsrsakex:events. # TYPE go_godebug_non_default_behavior_tlsrsakex_events_total counter go_godebug_non_default_behavior_tlsrsakex_events_total 0 # HELP go_godebug_non_default_behavior_tlsunsafeekm_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsunsafeekm=... setting. Sourced from /godebug/non-default-behavior/tlsunsafeekm:events. # TYPE go_godebug_non_default_behavior_tlsunsafeekm_events_total counter go_godebug_non_default_behavior_tlsunsafeekm_events_total 0 # HELP go_godebug_non_default_behavior_winreadlinkvolume_events_total The number of non-default behaviors executed by the os package due to a non-default GODEBUG=winreadlinkvolume=... setting. Sourced from /godebug/non-default-behavior/winreadlinkvolume:events. # TYPE go_godebug_non_default_behavior_winreadlinkvolume_events_total counter go_godebug_non_default_behavior_winreadlinkvolume_events_total 0 # HELP go_godebug_non_default_behavior_winsymlink_events_total The number of non-default behaviors executed by the os package due to a non-default GODEBUG=winsymlink=... setting. Sourced from /godebug/non-default-behavior/winsymlink:events. # TYPE go_godebug_non_default_behavior_winsymlink_events_total counter go_godebug_non_default_behavior_winsymlink_events_total 0 # HELP go_godebug_non_default_behavior_x509keypairleaf_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=x509keypairleaf=... setting. Sourced from /godebug/non-default-behavior/x509keypairleaf:events. # TYPE go_godebug_non_default_behavior_x509keypairleaf_events_total counter go_godebug_non_default_behavior_x509keypairleaf_events_total 0 # HELP go_godebug_non_default_behavior_x509negativeserial_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509negativeserial=... setting. Sourced from /godebug/non-default-behavior/x509negativeserial:events. # TYPE go_godebug_non_default_behavior_x509negativeserial_events_total counter go_godebug_non_default_behavior_x509negativeserial_events_total 0 # HELP go_godebug_non_default_behavior_x509rsacrt_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509rsacrt=... setting. Sourced from /godebug/non-default-behavior/x509rsacrt:events. # TYPE go_godebug_non_default_behavior_x509rsacrt_events_total counter go_godebug_non_default_behavior_x509rsacrt_events_total 0 # HELP go_godebug_non_default_behavior_x509usefallbackroots_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509usefallbackroots=... setting. Sourced from /godebug/non-default-behavior/x509usefallbackroots:events. # TYPE go_godebug_non_default_behavior_x509usefallbackroots_events_total counter go_godebug_non_default_behavior_x509usefallbackroots_events_total 0 # HELP go_godebug_non_default_behavior_x509usepolicies_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509usepolicies=... setting. Sourced from /godebug/non-default-behavior/x509usepolicies:events. # TYPE go_godebug_non_default_behavior_x509usepolicies_events_total counter go_godebug_non_default_behavior_x509usepolicies_events_total 0 # HELP go_godebug_non_default_behavior_zipinsecurepath_events_total The number of non-default behaviors executed by the archive/zip package due to a non-default GODEBUG=zipinsecurepath=... setting. Sourced from /godebug/non-default-behavior/zipinsecurepath:events. # TYPE go_godebug_non_default_behavior_zipinsecurepath_events_total counter go_godebug_non_default_behavior_zipinsecurepath_events_total 0 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 549 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.11"} 1 # HELP go_memory_classes_heap_free_bytes Memory that is completely free and eligible to be returned to the underlying system, but has not been. This metric is the runtime's estimate of free address space that is backed by physical memory. Sourced from /memory/classes/heap/free:bytes. # TYPE go_memory_classes_heap_free_bytes gauge go_memory_classes_heap_free_bytes 8.183808e+06 # HELP go_memory_classes_heap_objects_bytes Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector. Sourced from /memory/classes/heap/objects:bytes. # TYPE go_memory_classes_heap_objects_bytes gauge go_memory_classes_heap_objects_bytes 1.4844584e+08 # HELP go_memory_classes_heap_released_bytes Memory that is completely free and has been returned to the underlying system. This metric is the runtime's estimate of free address space that is still mapped into the process, but is not backed by physical memory. Sourced from /memory/classes/heap/released:bytes. # TYPE go_memory_classes_heap_released_bytes gauge go_memory_classes_heap_released_bytes 2.4133632e+07 # HELP go_memory_classes_heap_stacks_bytes Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use. Currently, this represents all stack memory for goroutines. It also includes all OS thread stacks in non-cgo programs. Note that stacks may be allocated differently in the future, and this may change. Sourced from /memory/classes/heap/stacks:bytes. # TYPE go_memory_classes_heap_stacks_bytes gauge go_memory_classes_heap_stacks_bytes 6.815744e+06 # HELP go_memory_classes_heap_unused_bytes Memory that is reserved for heap objects but is not currently used to hold heap objects. Sourced from /memory/classes/heap/unused:bytes. # TYPE go_memory_classes_heap_unused_bytes gauge go_memory_classes_heap_unused_bytes 1.3747568e+07 # HELP go_memory_classes_metadata_mcache_free_bytes Memory that is reserved for runtime mcache structures, but not in-use. Sourced from /memory/classes/metadata/mcache/free:bytes. # TYPE go_memory_classes_metadata_mcache_free_bytes gauge go_memory_classes_metadata_mcache_free_bytes 1208 # HELP go_memory_classes_metadata_mcache_inuse_bytes Memory that is occupied by runtime mcache structures that are currently being used. Sourced from /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memory_classes_metadata_mcache_inuse_bytes gauge go_memory_classes_metadata_mcache_inuse_bytes 14496 # HELP go_memory_classes_metadata_mspan_free_bytes Memory that is reserved for runtime mspan structures, but not in-use. Sourced from /memory/classes/metadata/mspan/free:bytes. # TYPE go_memory_classes_metadata_mspan_free_bytes gauge go_memory_classes_metadata_mspan_free_bytes 381440 # HELP go_memory_classes_metadata_mspan_inuse_bytes Memory that is occupied by runtime mspan structures that are currently being used. Sourced from /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memory_classes_metadata_mspan_inuse_bytes gauge go_memory_classes_metadata_mspan_inuse_bytes 1.31584e+06 # HELP go_memory_classes_metadata_other_bytes Memory that is reserved for or used to hold runtime metadata. Sourced from /memory/classes/metadata/other:bytes. # TYPE go_memory_classes_metadata_other_bytes gauge go_memory_classes_metadata_other_bytes 5.111624e+06 # HELP go_memory_classes_os_stacks_bytes Stack memory allocated by the underlying operating system. In non-cgo programs this metric is currently zero. This may change in the future.In cgo programs this metric includes OS thread stacks allocated directly from the OS. Currently, this only accounts for one stack in c-shared and c-archive build modes, and other sources of stacks from the OS are not measured. This too may change in the future. Sourced from /memory/classes/os-stacks:bytes. # TYPE go_memory_classes_os_stacks_bytes gauge go_memory_classes_os_stacks_bytes 0 # HELP go_memory_classes_other_bytes Memory used by execution trace buffers, structures for debugging the runtime, finalizer and profiler specials, and more. Sourced from /memory/classes/other:bytes. # TYPE go_memory_classes_other_bytes gauge go_memory_classes_other_bytes 2.17182e+06 # HELP go_memory_classes_profiling_buckets_bytes Memory that is used by the stack trace hash map used for profiling. Sourced from /memory/classes/profiling/buckets:bytes. # TYPE go_memory_classes_profiling_buckets_bytes gauge go_memory_classes_profiling_buckets_bytes 3.647196e+06 # HELP go_memory_classes_total_bytes All memory mapped by the Go runtime into the current process as read-write. Note that this does not include memory mapped by code called via cgo or via the syscall package. Sum of all metrics in /memory/classes. Sourced from /memory/classes/total:bytes. # TYPE go_memory_classes_total_bytes gauge go_memory_classes_total_bytes 2.13970216e+08 # 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 1.4844584e+08 # 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 9.2332034352e+11 # 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.647196e+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 8.635329024e+09 # 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 5.111624e+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 1.4844584e+08 # 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 3.231744e+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 1.62193408e+08 # 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 533877 # 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 2.4133632e+07 # 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 1.94510848e+08 # 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.7830735454681487e+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 8.635862901e+09 # 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 14496 # 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 15704 # 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 1.31584e+06 # 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 1.69728e+06 # 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.65728586e+08 # 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 2.17182e+06 # 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 6.815744e+06 # 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 6.815744e+06 # 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.13970216e+08 # 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 12 # HELP go_sched_goroutines_goroutines Count of live goroutines. Sourced from /sched/goroutines:goroutines. # TYPE go_sched_goroutines_goroutines gauge go_sched_goroutines_goroutines 549 # HELP go_sched_latencies_seconds Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running. Bucket counts increase monotonically. Sourced from /sched/latencies:seconds. # TYPE go_sched_latencies_seconds histogram go_sched_latencies_seconds_bucket{le="6.399999999999999e-08"} 1.4970212e+07 go_sched_latencies_seconds_bucket{le="6.399999999999999e-07"} 2.76061e+07 go_sched_latencies_seconds_bucket{le="7.167999999999999e-06"} 3.1886612e+07 go_sched_latencies_seconds_bucket{le="8.191999999999999e-05"} 6.886122e+07 go_sched_latencies_seconds_bucket{le="0.0009175039999999999"} 1.14817559e+08 go_sched_latencies_seconds_bucket{le="0.010485759999999998"} 1.17733228e+08 go_sched_latencies_seconds_bucket{le="0.11744051199999998"} 1.17827067e+08 go_sched_latencies_seconds_bucket{le="+Inf"} 1.17829624e+08 go_sched_latencies_seconds_sum 7992.732097536 go_sched_latencies_seconds_count 1.17829624e+08 # HELP go_sched_pauses_stopping_gc_seconds Distribution of individual GC-related stop-the-world stopping latencies. This is the time it takes from deciding to stop the world until all Ps are stopped. This is a subset of the total GC-related stop-the-world time (/sched/pauses/total/gc:seconds). During this time, some threads may be executing. Bucket counts increase monotonically. Sourced from /sched/pauses/stopping/gc:seconds. # TYPE go_sched_pauses_stopping_gc_seconds histogram go_sched_pauses_stopping_gc_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_stopping_gc_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_stopping_gc_seconds_bucket{le="7.167999999999999e-06"} 16355 go_sched_pauses_stopping_gc_seconds_bucket{le="8.191999999999999e-05"} 22188 go_sched_pauses_stopping_gc_seconds_bucket{le="0.0009175039999999999"} 28391 go_sched_pauses_stopping_gc_seconds_bucket{le="0.010485759999999998"} 30525 go_sched_pauses_stopping_gc_seconds_bucket{le="0.11744051199999998"} 30786 go_sched_pauses_stopping_gc_seconds_bucket{le="+Inf"} 30796 go_sched_pauses_stopping_gc_seconds_sum 6.429569919999999 go_sched_pauses_stopping_gc_seconds_count 30796 # HELP go_sched_pauses_stopping_other_seconds Distribution of individual non-GC-related stop-the-world stopping latencies. This is the time it takes from deciding to stop the world until all Ps are stopped. This is a subset of the total non-GC-related stop-the-world time (/sched/pauses/total/other:seconds). During this time, some threads may be executing. Bucket counts increase monotonically. Sourced from /sched/pauses/stopping/other:seconds. # TYPE go_sched_pauses_stopping_other_seconds histogram go_sched_pauses_stopping_other_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="7.167999999999999e-06"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="8.191999999999999e-05"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="0.0009175039999999999"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="0.010485759999999998"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="0.11744051199999998"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="+Inf"} 0 go_sched_pauses_stopping_other_seconds_sum 0 go_sched_pauses_stopping_other_seconds_count 0 # HELP go_sched_pauses_total_gc_seconds Distribution of individual GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. Some of this time is spent getting all threads to stop (this is measured directly in /sched/pauses/stopping/gc:seconds), during which some threads may still be running. Bucket counts increase monotonically. Sourced from /sched/pauses/total/gc:seconds. # TYPE go_sched_pauses_total_gc_seconds histogram go_sched_pauses_total_gc_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_total_gc_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_total_gc_seconds_bucket{le="7.167999999999999e-06"} 1254 go_sched_pauses_total_gc_seconds_bucket{le="8.191999999999999e-05"} 12297 go_sched_pauses_total_gc_seconds_bucket{le="0.0009175039999999999"} 23021 go_sched_pauses_total_gc_seconds_bucket{le="0.010485759999999998"} 30277 go_sched_pauses_total_gc_seconds_bucket{le="0.11744051199999998"} 30776 go_sched_pauses_total_gc_seconds_bucket{le="+Inf"} 30796 go_sched_pauses_total_gc_seconds_sum 15.197082368 go_sched_pauses_total_gc_seconds_count 30796 # HELP go_sched_pauses_total_other_seconds Distribution of individual non-GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. Some of this time is spent getting all threads to stop (measured directly in /sched/pauses/stopping/other:seconds). Bucket counts increase monotonically. Sourced from /sched/pauses/total/other:seconds. # TYPE go_sched_pauses_total_other_seconds histogram go_sched_pauses_total_other_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_total_other_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_total_other_seconds_bucket{le="7.167999999999999e-06"} 0 go_sched_pauses_total_other_seconds_bucket{le="8.191999999999999e-05"} 0 go_sched_pauses_total_other_seconds_bucket{le="0.0009175039999999999"} 0 go_sched_pauses_total_other_seconds_bucket{le="0.010485759999999998"} 0 go_sched_pauses_total_other_seconds_bucket{le="0.11744051199999998"} 0 go_sched_pauses_total_other_seconds_bucket{le="+Inf"} 0 go_sched_pauses_total_other_seconds_sum 0 go_sched_pauses_total_other_seconds_count 0 # HELP go_sync_mutex_wait_total_seconds_total Approximate cumulative time goroutines have spent blocked on a sync.Mutex, sync.RWMutex, or runtime-internal lock. This metric is useful for identifying global changes in lock contention. Collect a mutex or block profile using the runtime/pprof package for more detailed contention data. Sourced from /sync/mutex/wait/total:seconds. # TYPE go_sync_mutex_wait_total_seconds_total counter go_sync_mutex_wait_total_seconds_total 2995.858038768 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 22 # HELP grpc_concurrent_streams_by_conn_max The current number of concurrent streams in the connection with the most concurrent streams. # TYPE grpc_concurrent_streams_by_conn_max gauge grpc_concurrent_streams_by_conn_max 5 # HELP kv_request_duration_seconds Time spent on kv store requests. # TYPE kv_request_duration_seconds histogram kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.005"} 8369 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.01"} 8394 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.025"} 8404 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.05"} 8409 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.1"} 8411 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.25"} 8412 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.5"} 8413 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="1"} 8413 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="2.5"} 8413 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="5"} 8413 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="10"} 8413 kv_request_duration_seconds_bucket{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="+Inf"} 8413 kv_request_duration_seconds_sum{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory"} 2.7557209460000043 kv_request_duration_seconds_count{kv_name="distributor-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory"} 8413 # HELP logql_query_duration_seconds LogQL query timings # TYPE logql_query_duration_seconds histogram logql_query_duration_seconds_bucket{query_type="labels",le="0.005"} 48 logql_query_duration_seconds_bucket{query_type="labels",le="0.01"} 55 logql_query_duration_seconds_bucket{query_type="labels",le="0.025"} 59 logql_query_duration_seconds_bucket{query_type="labels",le="0.05"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="0.1"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="0.25"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="0.5"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="1"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="2.5"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="5"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="10"} 60 logql_query_duration_seconds_bucket{query_type="labels",le="+Inf"} 60 logql_query_duration_seconds_sum{query_type="labels"} 0.24148446899999998 logql_query_duration_seconds_count{query_type="labels"} 60 logql_query_duration_seconds_bucket{query_type="range",le="0.005"} 7621 logql_query_duration_seconds_bucket{query_type="range",le="0.01"} 8082 logql_query_duration_seconds_bucket{query_type="range",le="0.025"} 8419 logql_query_duration_seconds_bucket{query_type="range",le="0.05"} 8519 logql_query_duration_seconds_bucket{query_type="range",le="0.1"} 8654 logql_query_duration_seconds_bucket{query_type="range",le="0.25"} 8822 logql_query_duration_seconds_bucket{query_type="range",le="0.5"} 8907 logql_query_duration_seconds_bucket{query_type="range",le="1"} 8976 logql_query_duration_seconds_bucket{query_type="range",le="2.5"} 8976 logql_query_duration_seconds_bucket{query_type="range",le="5"} 8976 logql_query_duration_seconds_bucket{query_type="range",le="10"} 8976 logql_query_duration_seconds_bucket{query_type="range",le="+Inf"} 8976 logql_query_duration_seconds_sum{query_type="range"} 135.75676230899973 logql_query_duration_seconds_count{query_type="range"} 8976 # HELP loki_azure_blob_egress_bytes_total Total bytes downloaded from Azure Blob Storage. # TYPE loki_azure_blob_egress_bytes_total counter loki_azure_blob_egress_bytes_total 0 # HELP loki_boltdb_shipper_compact_tables_operation_duration_seconds Time (in seconds) spent in compacting all the tables # TYPE loki_boltdb_shipper_compact_tables_operation_duration_seconds gauge loki_boltdb_shipper_compact_tables_operation_duration_seconds 0.106189526 # HELP loki_boltdb_shipper_compact_tables_operation_last_successful_run_timestamp_seconds Unix timestamp of the last successful compaction run # TYPE loki_boltdb_shipper_compact_tables_operation_last_successful_run_timestamp_seconds gauge loki_boltdb_shipper_compact_tables_operation_last_successful_run_timestamp_seconds 1.783073242117677e+09 # HELP loki_boltdb_shipper_compact_tables_operation_total Total number of tables compaction done by status # TYPE loki_boltdb_shipper_compact_tables_operation_total counter loki_boltdb_shipper_compact_tables_operation_total{status="success"} 2432 # HELP loki_boltdb_shipper_compactor_running Value will be 1 if compactor is currently running on this instance # TYPE loki_boltdb_shipper_compactor_running gauge loki_boltdb_shipper_compactor_running 1 # HELP loki_boltdb_shipper_open_existing_file_failures_total Total number of failures in opening of existing files while loading active index tables during startup # TYPE loki_boltdb_shipper_open_existing_file_failures_total counter loki_boltdb_shipper_open_existing_file_failures_total{component="index-store-boltdb-shipper-2020-10-24"} 0 # HELP loki_boltdb_shipper_query_time_table_download_duration_seconds Time (in seconds) spent in downloading of files per table at query time # TYPE loki_boltdb_shipper_query_time_table_download_duration_seconds counter loki_boltdb_shipper_query_time_table_download_duration_seconds{component="index-store-boltdb-shipper-2020-10-24",table="index_20621"} 0.011588319 loki_boltdb_shipper_query_time_table_download_duration_seconds{component="index-store-boltdb-shipper-2020-10-24",table="index_20623"} 0.010241182 loki_boltdb_shipper_query_time_table_download_duration_seconds{component="index-store-boltdb-shipper-2020-10-24",table="index_20625"} 0.011813131000000001 loki_boltdb_shipper_query_time_table_download_duration_seconds{component="index-store-boltdb-shipper-2020-10-24",table="index_20626"} 0.013070938 loki_boltdb_shipper_query_time_table_download_duration_seconds{component="index-store-boltdb-shipper-2020-10-24",table="index_20631"} 0.011691232 # HELP loki_boltdb_shipper_query_wait_time_seconds Time (in seconds) spent waiting for index files to be queryable at query time # TYPE loki_boltdb_shipper_query_wait_time_seconds histogram loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.005"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.01"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.025"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.05"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.25"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="0.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="2.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="10"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20621",le="+Inf"} 2 loki_boltdb_shipper_query_wait_time_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",table="index_20621"} 0.011588319 loki_boltdb_shipper_query_wait_time_seconds_count{component="index-store-boltdb-shipper-2020-10-24",table="index_20621"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.005"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.01"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.025"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.05"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.25"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="0.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="2.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="10"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20623",le="+Inf"} 2 loki_boltdb_shipper_query_wait_time_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",table="index_20623"} 0.010241182 loki_boltdb_shipper_query_wait_time_seconds_count{component="index-store-boltdb-shipper-2020-10-24",table="index_20623"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.005"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.01"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.025"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.05"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.25"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="0.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="2.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="10"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20625",le="+Inf"} 2 loki_boltdb_shipper_query_wait_time_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",table="index_20625"} 0.011813131000000001 loki_boltdb_shipper_query_wait_time_seconds_count{component="index-store-boltdb-shipper-2020-10-24",table="index_20625"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.005"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.01"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.025"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.05"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.25"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="0.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="2.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="10"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20626",le="+Inf"} 2 loki_boltdb_shipper_query_wait_time_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",table="index_20626"} 0.013070938 loki_boltdb_shipper_query_wait_time_seconds_count{component="index-store-boltdb-shipper-2020-10-24",table="index_20626"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.005"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.01"} 1 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.025"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.05"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.25"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="0.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="1"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="2.5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="5"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="10"} 2 loki_boltdb_shipper_query_wait_time_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",table="index_20631",le="+Inf"} 2 loki_boltdb_shipper_query_wait_time_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",table="index_20631"} 0.011691232 loki_boltdb_shipper_query_wait_time_seconds_count{component="index-store-boltdb-shipper-2020-10-24",table="index_20631"} 2 # HELP loki_boltdb_shipper_request_duration_seconds Time (in seconds) spent serving requests when using boltdb shipper # TYPE loki_boltdb_shipper_request_duration_seconds histogram loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.005"} 9125 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.01"} 9141 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.025"} 9158 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.05"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.1"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.25"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="0.5"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="1"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="2.5"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="5"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="10"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="25"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="50"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="100"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200",le="+Inf"} 9164 loki_boltdb_shipper_request_duration_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200"} 1.6517908469999982 loki_boltdb_shipper_request_duration_seconds_count{component="index-store-boltdb-shipper-2020-10-24",operation="Shipper.Query",status_code="200"} 9164 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.005"} 1694 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.01"} 2889 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.025"} 4367 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.05"} 4938 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.1"} 5170 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.25"} 5299 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="0.5"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="1"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="2.5"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="5"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="10"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="25"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="50"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="100"} 5314 loki_boltdb_shipper_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200",le="+Inf"} 5314 loki_boltdb_shipper_request_duration_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200"} 95.64161719700022 loki_boltdb_shipper_request_duration_seconds_count{component="index-store-boltdb-shipper-2020-10-24",operation="WRITE",status_code="200"} 5314 # HELP loki_boltdb_shipper_retention_marker_count_total Total count of markers created per table. # TYPE loki_boltdb_shipper_retention_marker_count_total counter loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20450"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20451"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20452"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20453"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20454"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20455"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20456"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20457"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20458"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20459"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20460"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20461"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20462"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20463"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20464"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20465"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20466"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20467"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20468"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20469"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20470"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20471"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20472"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20473"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20474"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20475"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20476"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20477"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20478"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20479"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20480"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20481"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20482"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20483"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20484"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20485"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20486"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20487"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20488"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20489"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20490"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20491"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20492"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20493"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20494"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20495"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20496"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20497"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20498"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20499"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20500"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20501"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20502"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20503"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20504"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20505"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20506"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20507"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20508"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20509"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20510"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20511"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20512"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20513"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20514"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20515"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20516"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20517"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20518"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20519"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20520"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20521"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20522"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20523"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20524"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20525"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20526"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20527"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20528"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20529"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20530"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20531"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20532"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20533"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20534"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20535"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20536"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20537"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20538"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20539"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20540"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20541"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20542"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20543"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20544"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20545"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20546"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20547"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20548"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20549"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20550"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20551"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20552"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20553"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20554"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20555"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20556"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20557"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20558"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20559"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20560"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20561"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20562"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20563"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20564"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20565"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20566"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20567"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20568"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20569"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20570"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20571"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20572"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20573"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20574"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20575"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20576"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20577"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20578"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20579"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20580"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20581"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20582"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20583"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20584"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20585"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20586"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20587"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20588"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20589"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20590"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20591"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20592"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20593"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20594"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20595"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20596"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20597"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20598"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20599"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20600"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20601"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20602"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20603"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20604"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20605"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20606"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20607"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20608"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20609"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20610"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20611"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20612"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20613"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20614"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20615"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20616"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20617"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20618"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20619"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20620"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20621"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20622"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20623"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20624"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20625"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20626"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20627"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20628"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20629"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20630"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20631"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20632"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20633"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20634"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20635"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20636"} 0 loki_boltdb_shipper_retention_marker_count_total{from="filesystem_2020-10-24",table="index_20637"} 0 # HELP loki_boltdb_shipper_retention_marker_table_processed_duration_seconds Time (in seconds) spent in marking table for chunks to delete # TYPE loki_boltdb_shipper_retention_marker_table_processed_duration_seconds histogram loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20450",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20450"} 22.566289310999966 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20450"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20451",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20451"} 22.618626463000016 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20451"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20452",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20452"} 23.528438684000015 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20452"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20453",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20453"} 23.87069840900001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20453"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20454",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20454"} 23.04085882700001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20454"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20455",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20455"} 23.20007852700001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20455"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20456",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20456"} 25.042311540999954 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20456"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20457",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20457"} 25.39034778600001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20457"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20458",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20458"} 25.035558599000087 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20458"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20459",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20459"} 24.14142994400002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20459"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20460",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20460"} 24.456388309999955 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20460"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20461",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20461"} 24.724164776000023 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20461"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20462",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20462"} 24.116380287000045 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20462"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20463",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20463"} 24.38531542000001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20463"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20464",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20464"} 24.197403384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20464"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20465",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20465"} 26.47203685399998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20465"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20466",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20466"} 24.291363848999982 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20466"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20467",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20467"} 25.293508363000004 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20467"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20468",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20468"} 25.21061568299995 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20468"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20469",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20469"} 26.18730126599998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20469"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20470",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20470"} 24.921212353999994 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20470"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20471",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20471"} 25.300791266000004 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20471"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20472",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20472"} 24.56779505599998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20472"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20473",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20473"} 25.068690312999987 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20473"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20474",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20474"} 24.643344165000006 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20474"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20475",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20475"} 24.598479992999977 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20475"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20476",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20476"} 23.705155858999987 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20476"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20477",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20477"} 24.899094314000013 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20477"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20478",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20478"} 25.192957449000012 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20478"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20479",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20479"} 24.796262422000027 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20479"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20480",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20480"} 24.248517618999983 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20480"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20481",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20481"} 25.245414017999998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20481"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20482",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20482"} 25.31773062200001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20482"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20483",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20483"} 24.398998198000015 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20483"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20484",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20484"} 25.654038650999986 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20484"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20485",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20485"} 25.140687547000063 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20485"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20486",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20486"} 24.473283001000002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20486"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20487",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20487"} 25.420651826000018 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20487"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20488",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20488"} 24.93930378500004 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20488"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20489",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20489"} 25.183008266000005 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20489"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20490",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20490"} 24.85515279699999 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20490"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20491",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20491"} 24.588394379999976 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20491"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20492",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20492"} 25.927033933999972 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20492"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20493",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20493"} 25.186679543000032 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20493"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20494",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20494"} 25.181813752999997 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20494"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20495",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20495"} 24.770606833999995 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20495"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20496",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20496"} 24.938587854000016 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20496"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20497",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20497"} 24.236592812999962 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20497"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20498",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20498"} 24.387737550999976 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20498"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20499",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20499"} 24.876266738000012 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20499"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20500",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20500"} 25.120227647000004 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20500"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20501",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20501"} 25.04496411899998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20501"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20502",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20502"} 24.78159431500002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20502"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20503",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20503"} 26.167738103999984 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20503"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20504",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20504"} 24.584306369000032 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20504"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20505",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20505"} 24.859534112999988 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20505"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20506",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20506"} 25.56895160300001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20506"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20507",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20507"} 25.591263792000003 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20507"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20508",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20508"} 24.401498099000026 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20508"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20509",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20509"} 24.802049659999987 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20509"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20510",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20510"} 25.259895181000005 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20510"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20511",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20511"} 26.155650693999952 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20511"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20512",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20512"} 26.146211509999972 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20512"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20513",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20513"} 25.303030025999973 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20513"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20514",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20514"} 25.883141617999993 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20514"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20515",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20515"} 26.318244118 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20515"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20516",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20516"} 25.503781099000037 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20516"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20517",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20517"} 25.828779281999978 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20517"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20518",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20518"} 26.667244345999997 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20518"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20519",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20519"} 25.89445685999997 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20519"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20520",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20520"} 25.544938625000007 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20520"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20521",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20521"} 26.25990622799992 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20521"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20522",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20522"} 25.383938432999983 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20522"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20523",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20523"} 25.304401579999958 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20523"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20524",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20524"} 24.906551087999993 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20524"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20525",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20525"} 24.33671434499997 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20525"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20526",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20526"} 25.037185463999975 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20526"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20527",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20527"} 25.171649890000005 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20527"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20528",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20528"} 24.90262637600002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20528"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20529",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20529"} 24.97278956500001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20529"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20530",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20530"} 24.595353227999958 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20530"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20531",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20531"} 25.054460604000013 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20531"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20532",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20532"} 25.368417323999985 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20532"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20533",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20533"} 25.19412089999996 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20533"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20534",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20534"} 24.696750811999998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20534"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20535",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20535"} 28.299918363999975 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20535"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20536",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20536"} 31.954067599999956 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20536"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20537",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20537"} 26.87005122700002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20537"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20538",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20538"} 25.281138083000027 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20538"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20539",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20539"} 26.106306384999943 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20539"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20540",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20540"} 25.29815951200004 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20540"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20541",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20541"} 25.870566708000002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20541"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20542",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20542"} 25.511383278000004 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20542"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20543",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20543"} 25.45412636 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20543"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20544",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20544"} 26.497557388999994 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20544"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20545",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20545"} 25.742755254000024 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20545"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20546",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20546"} 25.992969659000003 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20546"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20547",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20547"} 25.182887616000038 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20547"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20548",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20548"} 25.356591768000012 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20548"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20549",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20549"} 27.125514914000025 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20549"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20550",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20550"} 26.030589717999984 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20550"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20551",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20551"} 26.293098305000015 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20551"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20552",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20552"} 26.20602142299999 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20552"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20553",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20553"} 25.90932240799998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20553"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20554",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20554"} 26.305351611000006 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20554"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20555",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20555"} 25.700844519000018 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20555"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20556",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20556"} 25.360437855000008 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20556"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20557",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20557"} 25.274304553 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20557"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20558",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20558"} 24.960913538999986 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20558"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20559",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20559"} 25.15613280199993 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20559"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20560",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20560"} 25.777200313000012 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20560"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20561",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20561"} 27.268214067999985 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20561"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20562",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20562"} 26.117180669999986 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20562"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20563",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20563"} 25.76112702799998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20563"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20564",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20564"} 25.418128234999944 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20564"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20565",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20565"} 25.75647063100003 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20565"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20566",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20566"} 25.912141371999972 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20566"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20567",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20567"} 26.482514932999955 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20567"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20568",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20568"} 25.592552342999976 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20568"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20569",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20569"} 25.611627028000044 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20569"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20570",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20570"} 25.204688162 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20570"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20571",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20571"} 25.62268225399997 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20571"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20572",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20572"} 26.504963410000016 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20572"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20573",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20573"} 26.221715048000036 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20573"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20574",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20574"} 24.622527924000018 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20574"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20575",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20575"} 25.92640674200001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20575"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20576",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20576"} 26.899301578999985 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20576"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20577",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20577"} 26.057235936999994 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20577"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20578",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20578"} 25.92006789900003 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20578"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20579",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20579"} 25.522681046999963 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20579"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20580",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20580"} 24.56694517199999 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20580"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20581",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20581"} 24.47243325799998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20581"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20582",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20582"} 25.079522925000013 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20582"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20583",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20583"} 25.103460870000024 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20583"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20584",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20584"} 26.075474315999994 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20584"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20585",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20585"} 25.64541549799996 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20585"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20586",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20586"} 25.85819788000001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20586"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20587",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20587"} 25.125509634999975 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20587"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20588",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20588"} 25.381976471000016 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20588"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20589",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20589"} 25.712514807999998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20589"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20590",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20590"} 26.373753110000028 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20590"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20591",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20591"} 25.668760678000023 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20591"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20592",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20592"} 24.958554713999973 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20592"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20593",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20593"} 25.80876268700003 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20593"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20594",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20594"} 24.305676070999986 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20594"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20595",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20595"} 25.08226645099999 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20595"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20596",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20596"} 24.957459267000022 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20596"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20597",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20597"} 25.288593612999986 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20597"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20598",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20598"} 24.360874124000023 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20598"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20599",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20599"} 23.537992450999983 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20599"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20600",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20600"} 24.553511319999977 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20601",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20601"} 25.898245633999956 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20601"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20602",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20602"} 25.82362392099999 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20602"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20603",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20603"} 25.854690298999987 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20603"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20604",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20604"} 25.330260315999983 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20604"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20605",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20605"} 25.16728311300001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20605"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20606",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20606"} 26.430010028000027 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20606"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20607",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20607"} 26.160669898999956 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20607"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20608",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20608"} 25.653978516999988 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20608"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20609",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20609"} 27.219714086 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20609"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20610",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20610"} 27.349158800000005 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20610"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20611",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20611"} 26.272164470999954 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20611"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20612",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20612"} 26.797775959000024 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20612"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20613",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20613"} 26.66940269899997 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20613"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20614",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20614"} 25.080208631000026 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20614"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20615",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20615"} 24.636629813000006 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20615"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20616",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20616"} 26.19912680399999 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20616"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20617",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20617"} 26.50640425699998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20617"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20618",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20618"} 27.462207859000024 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20618"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20619",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20619"} 27.33274126499998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20619"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="1"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="2.5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="5"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="10"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="20"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="40"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="90"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="360"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="600"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="1800"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20620",le="+Inf"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20620"} 27.397260591999995 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20620"} 1622 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="1"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="2.5"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="5"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="10"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="20"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="40"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="90"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="360"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="600"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="1800"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20621",le="+Inf"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20621"} 25.129937814999984 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20621"} 1576 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="1"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="2.5"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="5"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="10"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="20"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="40"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="90"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="360"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="600"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="1800"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20622",le="+Inf"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20622"} 23.312917231 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20622"} 1480 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="1"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="2.5"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="5"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="10"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="20"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="40"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="90"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="360"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="600"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="1800"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20623",le="+Inf"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20623"} 23.765509706000028 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20623"} 1384 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="1"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="2.5"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="5"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="10"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="20"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="40"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="90"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="360"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="600"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="1800"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20624",le="+Inf"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20624"} 22.10979884100001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20624"} 1288 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="1"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="2.5"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="5"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="10"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="20"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="40"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="90"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="360"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="600"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="1800"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20625",le="+Inf"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20625"} 23.199361006999972 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20625"} 1192 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="1"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="2.5"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="5"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="10"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="20"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="40"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="90"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="360"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="600"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="1800"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20626",le="+Inf"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20626"} 23.276627054999963 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20626"} 1096 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="1"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="2.5"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="5"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="10"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="20"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="40"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="90"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="360"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="600"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="1800"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20627",le="+Inf"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20627"} 20.507633294000016 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20627"} 1000 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="1"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="2.5"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="5"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="10"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="20"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="40"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="90"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="360"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="600"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="1800"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20628",le="+Inf"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20628"} 20.45513859300002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20628"} 904 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="1"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="2.5"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="5"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="10"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="20"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="40"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="90"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="360"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="600"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="1800"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20629",le="+Inf"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20629"} 18.290547407000002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20629"} 808 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="1"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="2.5"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="5"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="10"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="20"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="40"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="90"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="360"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="600"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="1800"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20630",le="+Inf"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20630"} 17.093416508000022 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20630"} 712 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="1"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="2.5"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="5"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="10"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="20"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="40"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="90"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="360"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="600"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="1800"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20631",le="+Inf"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20631"} 14.057132022000001 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20631"} 616 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="1"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="2.5"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="5"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="10"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="20"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="40"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="90"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="360"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="600"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="1800"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20632",le="+Inf"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20632"} 11.352021127000002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20632"} 519 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="1"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="2.5"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="5"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="10"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="20"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="40"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="90"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="360"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="600"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="1800"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20633",le="+Inf"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20633"} 10.771411807 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20633"} 424 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="1"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="2.5"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="5"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="10"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="20"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="40"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="90"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="360"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="600"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="1800"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20634",le="+Inf"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20634"} 8.700276713 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20634"} 328 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="1"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="2.5"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="5"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="10"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="20"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="40"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="90"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="360"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="600"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="1800"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20635",le="+Inf"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20635"} 5.217174998 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20635"} 232 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="1"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="2.5"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="5"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="10"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="20"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="40"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="90"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="360"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="600"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="1800"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20636",le="+Inf"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20636"} 3.317682362000002 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20636"} 136 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="1"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="2.5"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="5"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="10"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="20"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="40"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="90"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="360"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="600"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="1800"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_bucket{from="filesystem_2020-10-24",status="success",table="index_20637",le="+Inf"} 40 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_sum{from="filesystem_2020-10-24",status="success",table="index_20637"} 1.190890674 loki_boltdb_shipper_retention_marker_table_processed_duration_seconds_count{from="filesystem_2020-10-24",status="success",table="index_20637"} 40 # HELP loki_boltdb_shipper_retention_marker_table_processed_total Total amount of table processed for each user per action. Empty string for user_id is for common index # TYPE loki_boltdb_shipper_retention_marker_table_processed_total counter loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20450",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20451",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20452",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20453",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20454",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20455",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20456",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20457",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20458",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20459",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20460",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20461",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20462",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20463",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20464",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20465",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20466",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20467",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20468",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20469",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20470",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20471",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20472",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20473",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20474",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20475",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20476",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20477",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20478",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20479",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20480",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20481",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20482",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20483",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20484",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20485",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20486",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20487",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20488",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20489",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20490",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20491",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20492",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20493",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20494",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20495",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20496",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20497",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20498",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20499",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20500",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20501",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20502",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20503",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20504",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20505",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20506",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20507",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20508",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20509",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20510",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20511",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20512",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20513",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20514",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20515",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20516",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20517",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20518",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20519",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20520",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20521",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20522",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20523",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20524",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20525",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20526",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20527",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20528",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20529",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20530",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20531",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20532",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20533",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20534",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20535",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20536",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20537",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20538",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20539",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20540",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20541",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20542",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20543",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20544",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20545",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20546",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20547",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20548",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20549",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20550",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20551",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20552",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20553",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20554",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20555",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20556",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20557",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20558",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20559",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20560",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20561",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20562",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20563",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20564",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20565",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20566",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20567",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20568",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20569",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20570",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20571",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20572",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20573",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20574",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20575",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20576",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20577",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20578",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20579",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20580",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20581",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20582",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20583",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20584",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20585",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20586",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20587",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20588",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20589",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20590",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20591",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20592",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20593",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20594",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20595",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20596",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20597",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20598",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20599",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20600",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20601",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20602",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20603",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20604",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20605",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20606",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20607",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20608",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20609",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20610",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20611",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20612",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20613",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20614",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20615",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20616",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20617",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20618",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20619",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20620",user_id=""} 1622 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20621",user_id=""} 1576 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20622",user_id=""} 1480 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20623",user_id=""} 1384 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20624",user_id=""} 1288 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20625",user_id=""} 1192 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20626",user_id=""} 1096 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20627",user_id=""} 1000 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20628",user_id=""} 904 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20629",user_id=""} 808 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20630",user_id=""} 712 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20631",user_id=""} 616 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20632",user_id=""} 519 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20633",user_id=""} 424 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20634",user_id=""} 328 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20635",user_id=""} 232 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20636",user_id=""} 136 loki_boltdb_shipper_retention_marker_table_processed_total{action="none",from="filesystem_2020-10-24",table="index_20637",user_id=""} 40 # HELP loki_boltdb_shipper_retention_sweeper_marker_file_processing_current_time The current time of creation of the marker file being processed. # TYPE loki_boltdb_shipper_retention_sweeper_marker_file_processing_current_time gauge loki_boltdb_shipper_retention_sweeper_marker_file_processing_current_time{from="filesystem_2020-10-24"} 0 # HELP loki_boltdb_shipper_retention_sweeper_marker_files_current The current total of marker files valid for deletion. # TYPE loki_boltdb_shipper_retention_sweeper_marker_files_current gauge loki_boltdb_shipper_retention_sweeper_marker_files_current{from="filesystem_2020-10-24"} 0 # HELP loki_boltdb_shipper_retention_sweeper_marker_files_deleted_total The total of marker files deleted after being fully processed. # TYPE loki_boltdb_shipper_retention_sweeper_marker_files_deleted_total counter loki_boltdb_shipper_retention_sweeper_marker_files_deleted_total{from="filesystem_2020-10-24"} 0 # HELP loki_boltdb_shipper_table_sync_latency_seconds Time (in seconds) spent in downloading updated files for all the tables # TYPE loki_boltdb_shipper_table_sync_latency_seconds histogram loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.005"} 282 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.01"} 284 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.025"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.05"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.1"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.25"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="0.5"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="1"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="2.5"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="5"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="10"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619",le="+Inf"} 288 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619"} 0.24577333200000004 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20619"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.005"} 180 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.01"} 191 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.025"} 261 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.05"} 283 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.1"} 287 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.25"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="0.5"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="1"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="2.5"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="5"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="10"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620",le="+Inf"} 288 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620"} 2.3188439559999994 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20620"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.005"} 240 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.01"} 254 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.025"} 283 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.05"} 290 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.1"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.25"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="0.5"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="1"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="2.5"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="5"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="10"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621",le="+Inf"} 292 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621"} 1.1127923399999986 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20621"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.005"} 180 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.01"} 277 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.025"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.05"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.1"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.25"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="0.5"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="1"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="2.5"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="5"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="10"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623",le="+Inf"} 289 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623"} 0.933783553 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20623"} 289 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.005"} 197 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.01"} 237 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.025"} 283 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.05"} 296 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.1"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.25"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="0.5"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="1"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="2.5"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="5"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="10"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625",le="+Inf"} 299 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625"} 1.8101740830000002 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20625"} 299 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.005"} 206 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.01"} 212 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.025"} 244 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.05"} 265 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.1"} 280 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.25"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="0.5"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="1"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="2.5"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="5"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="10"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626",le="+Inf"} 292 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626"} 4.865393605000003 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20626"} 292 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.005"} 170 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.01"} 181 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.025"} 237 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.05"} 270 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.1"} 288 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.25"} 295 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="0.5"} 295 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="1"} 296 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="2.5"} 296 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="5"} 296 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="10"} 296 loki_boltdb_shipper_table_sync_latency_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631",le="+Inf"} 296 loki_boltdb_shipper_table_sync_latency_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631"} 5.096929563000002 loki_boltdb_shipper_table_sync_latency_seconds_count{component="index-store-boltdb-shipper-2020-10-24",status="success",table="index_20631"} 296 # HELP loki_boltdb_shipper_tables_download_operation_duration_seconds Time (in seconds) spent in downloading updated files for all the tables # TYPE loki_boltdb_shipper_tables_download_operation_duration_seconds gauge loki_boltdb_shipper_tables_download_operation_duration_seconds{component="index-store-boltdb-shipper-2020-10-24"} 6.6775e-05 # HELP loki_boltdb_shipper_tables_sync_operation_total Total number of tables sync operations done by status # TYPE loki_boltdb_shipper_tables_sync_operation_total counter loki_boltdb_shipper_tables_sync_operation_total{component="index-store-boltdb-shipper-2020-10-24",status="success"} 4865 # HELP loki_boltdb_shipper_tables_upload_operation_total Total number of upload operations done by status # TYPE loki_boltdb_shipper_tables_upload_operation_total counter loki_boltdb_shipper_tables_upload_operation_total{component="index-store-boltdb-shipper-2020-10-24",status="success"} 24327 # HELP loki_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which loki was built, and the goos and goarch for the build. # TYPE loki_build_info gauge loki_build_info{branch="release-3.6.x",goarch="amd64",goos="linux",goversion="go1.24.11",revision="9385bc63",tags="netgo",version="3.6.3"} 1 # HELP loki_bytes_per_line The total number of bytes per line. # TYPE loki_bytes_per_line histogram loki_bytes_per_line_bucket{le="1"} 908213 loki_bytes_per_line_bucket{le="8"} 912386 loki_bytes_per_line_bucket{le="64"} 2.816026e+06 loki_bytes_per_line_bucket{le="512"} 1.5324543e+07 loki_bytes_per_line_bucket{le="4096"} 1.9094867e+07 loki_bytes_per_line_bucket{le="32768"} 1.909505e+07 loki_bytes_per_line_bucket{le="262144"} 1.909505e+07 loki_bytes_per_line_bucket{le="2.097152e+06"} 1.909505e+07 loki_bytes_per_line_bucket{le="+Inf"} 1.909505e+07 loki_bytes_per_line_sum 1.1058173892e+10 loki_bytes_per_line_count 1.909505e+07 # HELP loki_cache_corrupt_chunks_total Total count of corrupt chunks found in cache. # TYPE loki_cache_corrupt_chunks_total counter loki_cache_corrupt_chunks_total 0 # HELP loki_cache_fetched_keys Total count of keys requested from cache. # TYPE loki_cache_fetched_keys counter loki_cache_fetched_keys{name="chunksembedded-cache"} 5334 loki_cache_fetched_keys{name="frontend.index-stats-results-cache.embedded-cache"} 0 loki_cache_fetched_keys{name="frontend.label-results-cache.embedded-cache"} 0 loki_cache_fetched_keys{name="frontend.series-results-cache.embedded-cache"} 0 loki_cache_fetched_keys{name="frontend.volume-results-cache.embedded-cache"} 0 # HELP loki_cache_hits Total count of keys found in cache. # TYPE loki_cache_hits counter loki_cache_hits{name="chunksembedded-cache"} 20 loki_cache_hits{name="frontend.index-stats-results-cache.embedded-cache"} 0 loki_cache_hits{name="frontend.label-results-cache.embedded-cache"} 0 loki_cache_hits{name="frontend.series-results-cache.embedded-cache"} 0 loki_cache_hits{name="frontend.volume-results-cache.embedded-cache"} 0 # HELP loki_cache_request_duration_seconds Total time spent in seconds doing cache requests. # TYPE loki_cache_request_duration_seconds histogram loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="1.6e-05"} 4804 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="6.4e-05"} 5285 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="0.000256"} 5321 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="0.001024"} 5328 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="0.004096"} 5333 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="0.016384"} 5334 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="0.065536"} 5334 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="0.262144"} 5334 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200",le="+Inf"} 5334 loki_cache_request_duration_seconds_sum{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200"} 0.070569914 loki_cache_request_duration_seconds_count{method="chunksembedded-cache.fetch",name="chunksembedded-cache",status_code="200"} 5334 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="1.6e-05"} 4011 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="6.4e-05"} 5185 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="0.000256"} 5295 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="0.001024"} 5321 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="0.004096"} 5328 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="0.016384"} 5328 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="0.065536"} 5328 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="0.262144"} 5328 loki_cache_request_duration_seconds_bucket{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200",le="+Inf"} 5328 loki_cache_request_duration_seconds_sum{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200"} 0.10331394800000018 loki_cache_request_duration_seconds_count{method="chunksembedded-cache.store",name="chunksembedded-cache",status_code="200"} 5328 # HELP loki_cache_value_size_bytes Size of values in the cache. # TYPE loki_cache_value_size_bytes histogram loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="1024"} 6 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="4096"} 8 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="16384"} 15 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="65536"} 18 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="262144"} 19 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="1.048576e+06"} 20 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="4.194304e+06"} 20 loki_cache_value_size_bytes_bucket{method="fetch",name="chunksembedded-cache",le="+Inf"} 20 loki_cache_value_size_bytes_sum{method="fetch",name="chunksembedded-cache"} 680474 loki_cache_value_size_bytes_count{method="fetch",name="chunksembedded-cache"} 20 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.index-stats-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="fetch",name="frontend.index-stats-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="fetch",name="frontend.index-stats-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.label-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="fetch",name="frontend.label-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="fetch",name="frontend.label-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.series-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="fetch",name="frontend.series-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="fetch",name="frontend.series-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="fetch",name="frontend.volume-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="fetch",name="frontend.volume-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="fetch",name="frontend.volume-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="1024"} 817 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="4096"} 2338 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="16384"} 3595 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="65536"} 3742 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="262144"} 4434 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="1.048576e+06"} 4908 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="4.194304e+06"} 5314 loki_cache_value_size_bytes_bucket{method="store",name="chunksembedded-cache",le="+Inf"} 5314 loki_cache_value_size_bytes_sum{method="store",name="chunksembedded-cache"} 8.50781072e+08 loki_cache_value_size_bytes_count{method="store",name="chunksembedded-cache"} 5314 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.index-stats-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="store",name="frontend.index-stats-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="store",name="frontend.index-stats-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.label-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="store",name="frontend.label-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="store",name="frontend.label-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.series-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="store",name="frontend.series-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="store",name="frontend.series-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="1024"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="4096"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="16384"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="65536"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="262144"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="1.048576e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="4.194304e+06"} 0 loki_cache_value_size_bytes_bucket{method="store",name="frontend.volume-results-cache.embedded-cache",le="+Inf"} 0 loki_cache_value_size_bytes_sum{method="store",name="frontend.volume-results-cache.embedded-cache"} 0 loki_cache_value_size_bytes_count{method="store",name="frontend.volume-results-cache.embedded-cache"} 0 # HELP loki_chunk_fetcher_fetched_size_bytes Compressed chunk size distribution fetched from storage. # TYPE loki_chunk_fetcher_fetched_size_bytes histogram loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="128"} 0 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="1024"} 6 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="16384"} 12 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="65536"} 12 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="131072"} 12 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="262144"} 13 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="524288"} 14 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="1.048576e+06"} 14 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="1.572864e+06"} 14 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="2.097152e+06"} 14 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="4.194304e+06"} 14 loki_chunk_fetcher_fetched_size_bytes_bucket{source="cache",le="+Inf"} 14 loki_chunk_fetcher_fetched_size_bytes_sum{source="cache"} 584842 loki_chunk_fetcher_fetched_size_bytes_count{source="cache"} 14 # HELP loki_chunk_store_chunks_per_query Distribution of #chunks per query. # TYPE loki_chunk_store_chunks_per_query histogram loki_chunk_store_chunks_per_query_bucket{le="10"} 8448 loki_chunk_store_chunks_per_query_bucket{le="80"} 8448 loki_chunk_store_chunks_per_query_bucket{le="640"} 8448 loki_chunk_store_chunks_per_query_bucket{le="5120"} 8448 loki_chunk_store_chunks_per_query_bucket{le="40960"} 8448 loki_chunk_store_chunks_per_query_bucket{le="327680"} 8448 loki_chunk_store_chunks_per_query_bucket{le="2.62144e+06"} 8448 loki_chunk_store_chunks_per_query_bucket{le="+Inf"} 8448 loki_chunk_store_chunks_per_query_sum 14 loki_chunk_store_chunks_per_query_count 8448 # HELP loki_chunk_store_deduped_bytes_total Count of bytes from chunks which were not stored because they have already been stored by another replica. # TYPE loki_chunk_store_deduped_bytes_total counter loki_chunk_store_deduped_bytes_total 95632 # HELP loki_chunk_store_deduped_chunks_total Count of chunks which were not stored because they have already been stored by another replica. # TYPE loki_chunk_store_deduped_chunks_total counter loki_chunk_store_deduped_chunks_total 6 # HELP loki_chunk_store_index_entries_per_chunk Number of entries written to storage per chunk. # TYPE loki_chunk_store_index_entries_per_chunk histogram loki_chunk_store_index_entries_per_chunk_bucket{le="1"} 0 loki_chunk_store_index_entries_per_chunk_bucket{le="2"} 0 loki_chunk_store_index_entries_per_chunk_bucket{le="4"} 0 loki_chunk_store_index_entries_per_chunk_bucket{le="8"} 1053 loki_chunk_store_index_entries_per_chunk_bucket{le="16"} 5022 loki_chunk_store_index_entries_per_chunk_bucket{le="+Inf"} 5314 loki_chunk_store_index_entries_per_chunk_sum 49176 loki_chunk_store_index_entries_per_chunk_count 5314 # HELP loki_chunk_store_index_lookups_per_query Distribution of #index lookups per query. # TYPE loki_chunk_store_index_lookups_per_query histogram loki_chunk_store_index_lookups_per_query_bucket{le="1"} 8453 loki_chunk_store_index_lookups_per_query_bucket{le="2"} 8453 loki_chunk_store_index_lookups_per_query_bucket{le="4"} 8453 loki_chunk_store_index_lookups_per_query_bucket{le="8"} 8453 loki_chunk_store_index_lookups_per_query_bucket{le="16"} 8453 loki_chunk_store_index_lookups_per_query_bucket{le="+Inf"} 8453 loki_chunk_store_index_lookups_per_query_sum 8453 loki_chunk_store_index_lookups_per_query_count 8453 # HELP loki_chunk_store_series_post_intersection_per_query Distribution of #series (post intersection) per query. # TYPE loki_chunk_store_series_post_intersection_per_query histogram loki_chunk_store_series_post_intersection_per_query_bucket{le="10"} 8448 loki_chunk_store_series_post_intersection_per_query_bucket{le="80"} 8448 loki_chunk_store_series_post_intersection_per_query_bucket{le="640"} 8448 loki_chunk_store_series_post_intersection_per_query_bucket{le="5120"} 8448 loki_chunk_store_series_post_intersection_per_query_bucket{le="40960"} 8448 loki_chunk_store_series_post_intersection_per_query_bucket{le="327680"} 8448 loki_chunk_store_series_post_intersection_per_query_bucket{le="+Inf"} 8448 loki_chunk_store_series_post_intersection_per_query_sum 697 loki_chunk_store_series_post_intersection_per_query_count 8448 # HELP loki_chunk_store_series_pre_intersection_per_query Distribution of #series (pre intersection) per query. # TYPE loki_chunk_store_series_pre_intersection_per_query histogram loki_chunk_store_series_pre_intersection_per_query_bucket{le="10"} 8448 loki_chunk_store_series_pre_intersection_per_query_bucket{le="80"} 8448 loki_chunk_store_series_pre_intersection_per_query_bucket{le="640"} 8448 loki_chunk_store_series_pre_intersection_per_query_bucket{le="5120"} 8448 loki_chunk_store_series_pre_intersection_per_query_bucket{le="40960"} 8448 loki_chunk_store_series_pre_intersection_per_query_bucket{le="327680"} 8448 loki_chunk_store_series_pre_intersection_per_query_bucket{le="+Inf"} 8448 loki_chunk_store_series_pre_intersection_per_query_sum 697 loki_chunk_store_series_pre_intersection_per_query_count 8448 # HELP loki_chunk_store_stored_chunk_bytes_total Total bytes stored in chunks per user. # TYPE loki_chunk_store_stored_chunk_bytes_total counter loki_chunk_store_stored_chunk_bytes_total{user="fake"} 8.48896051e+08 # HELP loki_chunk_store_stored_chunks_total Total stored chunks per user. # TYPE loki_chunk_store_stored_chunks_total counter loki_chunk_store_stored_chunks_total{user="fake"} 5314 # HELP loki_compactor_apply_retention_last_successful_run_timestamp_seconds Unix timestamp of the last successful retention run # TYPE loki_compactor_apply_retention_last_successful_run_timestamp_seconds gauge loki_compactor_apply_retention_last_successful_run_timestamp_seconds 1.783073547971104e+09 # HELP loki_compactor_apply_retention_operation_duration_seconds Time (in seconds) spent in applying retention # TYPE loki_compactor_apply_retention_operation_duration_seconds gauge loki_compactor_apply_retention_operation_duration_seconds 4.477794742 # HELP loki_compactor_apply_retention_operation_total Total number of attempts done to apply retention with status # TYPE loki_compactor_apply_retention_operation_total counter loki_compactor_apply_retention_operation_total{status="success"} 1622 # HELP loki_compactor_grpc_request_duration_seconds Time (in seconds) spent serving requests when using compactor GRPC client # TYPE loki_compactor_grpc_request_duration_seconds histogram loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.005"} 4071 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.01"} 4321 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.025"} 4423 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.05"} 4456 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.1"} 4469 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.25"} 4473 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="0.5"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="1"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="2.5"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="5"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="10"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="25"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="50"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="100"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx",le="+Inf"} 4474 loki_compactor_grpc_request_duration_seconds_sum{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx"} 13.014616013000008 loki_compactor_grpc_request_duration_seconds_count{client_type="all",for="cache_gen",operation="/grpc.Compactor/GetCacheGenNumbers",status_code="2xx"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.005"} 4101 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.01"} 4329 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.025"} 4434 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.05"} 4462 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.1"} 4474 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.25"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="0.5"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="1"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="2.5"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="5"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="10"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="25"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="50"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="100"} 4475 loki_compactor_grpc_request_duration_seconds_bucket{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx",le="+Inf"} 4475 loki_compactor_grpc_request_duration_seconds_sum{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx"} 10.60829547600001 loki_compactor_grpc_request_duration_seconds_count{client_type="querier",for="delete_requests",operation="/grpc.Compactor/GetDeleteRequests",status_code="2xx"} 4475 # HELP loki_compactor_load_pending_requests_attempts_total Number of attempts that were made to load pending requests with status # TYPE loki_compactor_load_pending_requests_attempts_total counter loki_compactor_load_pending_requests_attempts_total{status="success"} 1622 # HELP loki_compactor_locked_table_successive_compaction_skips Number of times uncompacted tables were consecutively skipped due to them being locked by retention # TYPE loki_compactor_locked_table_successive_compaction_skips gauge loki_compactor_locked_table_successive_compaction_skips{table_name="index_20450"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20451"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20452"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20453"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20454"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20455"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20456"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20457"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20458"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20459"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20460"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20461"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20462"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20463"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20464"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20465"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20466"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20467"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20468"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20469"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20470"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20471"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20472"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20473"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20474"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20475"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20476"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20477"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20478"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20479"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20480"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20481"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20482"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20483"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20484"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20485"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20486"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20487"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20488"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20489"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20490"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20491"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20492"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20493"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20494"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20495"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20496"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20497"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20498"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20499"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20500"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20501"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20502"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20503"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20504"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20505"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20506"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20507"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20508"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20509"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20510"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20511"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20512"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20513"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20514"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20515"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20516"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20517"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20518"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20519"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20520"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20521"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20522"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20523"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20524"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20525"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20526"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20527"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20528"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20529"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20530"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20531"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20532"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20533"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20534"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20535"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20536"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20537"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20538"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20539"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20540"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20541"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20542"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20543"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20544"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20545"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20546"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20547"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20548"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20549"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20550"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20551"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20552"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20553"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20554"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20555"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20556"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20557"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20558"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20559"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20560"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20561"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20562"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20563"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20564"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20565"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20566"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20567"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20568"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20569"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20570"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20571"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20572"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20573"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20574"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20575"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20576"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20577"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20578"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20579"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20580"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20581"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20582"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20583"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20584"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20585"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20586"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20587"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20588"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20589"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20590"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20591"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20592"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20593"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20594"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20595"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20596"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20597"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20598"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20599"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20600"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20601"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20602"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20603"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20604"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20605"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20606"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20607"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20608"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20609"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20610"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20611"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20612"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20613"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20614"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20615"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20616"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20617"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20618"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20619"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20620"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20621"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20622"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20623"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20624"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20625"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20626"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20627"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20628"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20629"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20630"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20631"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20632"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20633"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20634"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20635"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20636"} 0 loki_compactor_locked_table_successive_compaction_skips{table_name="index_20637"} 0 # HELP loki_compactor_manifest_chunks_selected_total Number of chunks selected while building manifest # TYPE loki_compactor_manifest_chunks_selected_total counter loki_compactor_manifest_chunks_selected_total 0 # HELP loki_compactor_oldest_pending_delete_request_age_seconds Age of oldest pending delete request in seconds since they are over their cancellation period # TYPE loki_compactor_oldest_pending_delete_request_age_seconds gauge loki_compactor_oldest_pending_delete_request_age_seconds 0 # HELP loki_compactor_pending_delete_requests_count Count of delete requests which are over their cancellation period and have not finished processing yet # TYPE loki_compactor_pending_delete_requests_count gauge loki_compactor_pending_delete_requests_count 0 # HELP loki_consul_request_duration_seconds Time spent on consul requests. # TYPE loki_consul_request_duration_seconds histogram loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.005"} 387663 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.01"} 388567 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.025"} 388989 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.05"} 389113 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.1"} 389180 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.25"} 389215 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="0.5"} 389223 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="1"} 389223 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="2.5"} 389223 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="5"} 389223 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="10"} 389223 loki_consul_request_duration_seconds_bucket{kv_name="ingester-ring",operation="CAS loop",status_code="200",le="+Inf"} 389223 loki_consul_request_duration_seconds_sum{kv_name="ingester-ring",operation="CAS loop",status_code="200"} 99.94918226600288 loki_consul_request_duration_seconds_count{kv_name="ingester-ring",operation="CAS loop",status_code="200"} 389223 # HELP loki_delete_request_lookups_failed_total Number times the client has failed to look up delete requests # TYPE loki_delete_request_lookups_failed_total counter loki_delete_request_lookups_failed_total 0 # HELP loki_delete_request_lookups_total Number times the client has looked up delete requests # TYPE loki_delete_request_lookups_total counter loki_delete_request_lookups_total 2 # HELP loki_discarded_bytes_total The total number of bytes that were discarded. # TYPE loki_discarded_bytes_total counter loki_discarded_bytes_total{format="",policy="",reason="too_far_behind",retention_hours="0",tenant="fake"} 213 loki_discarded_bytes_total{format="loki",policy="",reason="greater_than_max_sample_age",retention_hours="0",tenant="fake"} 1883 # HELP loki_discarded_samples_total The total number of samples that were discarded. # TYPE loki_discarded_samples_total counter loki_discarded_samples_total{format="",policy="",reason="too_far_behind",retention_hours="0",tenant="fake"} 1 loki_discarded_samples_total{format="loki",policy="",reason="greater_than_max_sample_age",retention_hours="0",tenant="fake"} 16 # HELP loki_distributor_bytes_received_total The total number of uncompressed bytes received per tenant. Includes structured metadata bytes. # TYPE loki_distributor_bytes_received_total counter loki_distributor_bytes_received_total{format="loki",is_internal_stream="false",policy="",retention_hours="",tenant="fake"} 1.1058173892e+10 # HELP loki_distributor_ingest_limits_requests_failed_total The total number of requests that failed. # TYPE loki_distributor_ingest_limits_requests_failed_total counter loki_distributor_ingest_limits_requests_failed_total 0 # HELP loki_distributor_ingest_limits_requests_total The total number of requests. # TYPE loki_distributor_ingest_limits_requests_total counter loki_distributor_ingest_limits_requests_total 0 # HELP loki_distributor_ingester_appends_total The total number of batch appends sent to ingesters. # TYPE loki_distributor_ingester_appends_total counter loki_distributor_ingester_appends_total{ingester="127.0.0.1:9096"} 892314 # HELP loki_distributor_ingester_clients The current number of ingester clients. # TYPE loki_distributor_ingester_clients gauge loki_distributor_ingester_clients 3 # HELP loki_distributor_kafka_latency_seconds Latency to write an incoming request to the ingest storage. # TYPE loki_distributor_kafka_latency_seconds histogram loki_distributor_kafka_latency_seconds_bucket{le="0.005"} 0 loki_distributor_kafka_latency_seconds_bucket{le="0.01"} 0 loki_distributor_kafka_latency_seconds_bucket{le="0.025"} 0 loki_distributor_kafka_latency_seconds_bucket{le="0.05"} 0 loki_distributor_kafka_latency_seconds_bucket{le="0.1"} 0 loki_distributor_kafka_latency_seconds_bucket{le="0.25"} 0 loki_distributor_kafka_latency_seconds_bucket{le="0.5"} 0 loki_distributor_kafka_latency_seconds_bucket{le="1"} 0 loki_distributor_kafka_latency_seconds_bucket{le="2.5"} 0 loki_distributor_kafka_latency_seconds_bucket{le="5"} 0 loki_distributor_kafka_latency_seconds_bucket{le="10"} 0 loki_distributor_kafka_latency_seconds_bucket{le="+Inf"} 0 loki_distributor_kafka_latency_seconds_sum 0 loki_distributor_kafka_latency_seconds_count 0 # HELP loki_distributor_kafka_records_per_write_request The number of records a single per-partition write request has been split into. # TYPE loki_distributor_kafka_records_per_write_request histogram loki_distributor_kafka_records_per_write_request_bucket{le="1"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="2"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="4"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="8"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="16"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="32"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="64"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="128"} 0 loki_distributor_kafka_records_per_write_request_bucket{le="+Inf"} 0 loki_distributor_kafka_records_per_write_request_sum 0 loki_distributor_kafka_records_per_write_request_count 0 # HELP loki_distributor_kafka_sent_bytes_total Total number of bytes sent to the ingest storage. # TYPE loki_distributor_kafka_sent_bytes_total counter loki_distributor_kafka_sent_bytes_total 0 # HELP loki_distributor_lag_ms_total The difference in time (in millis) between when a distributor receives a push request and the most recent log timestamp in that request # TYPE loki_distributor_lag_ms_total counter loki_distributor_lag_ms_total{format="loki",tenant="fake",userAgent="promtail/3.6.3"} 4.26286729e+08 # HELP loki_distributor_lines_received_total The total number of lines received per tenant # TYPE loki_distributor_lines_received_total counter loki_distributor_lines_received_total{format="loki",is_internal_stream="false",policy="",tenant="fake"} 1.909505e+07 # HELP loki_distributor_replication_factor The configured replication factor. # TYPE loki_distributor_replication_factor gauge loki_distributor_replication_factor 1 # HELP loki_distributor_structured_metadata_bytes_received_total The total number of uncompressed bytes received per tenant for entries' structured metadata # TYPE loki_distributor_structured_metadata_bytes_received_total counter loki_distributor_structured_metadata_bytes_received_total{format="loki",is_internal_stream="false",policy="",retention_hours="",tenant="fake"} 0 # HELP loki_dns_failures_total The number of DNS lookup failures # TYPE loki_dns_failures_total counter loki_dns_failures_total{name="memberlist"} 0 # HELP loki_dns_lookups_total The number of DNS lookups resolutions attempts # TYPE loki_dns_lookups_total counter loki_dns_lookups_total{name="memberlist"} 0 # HELP loki_embeddedcache_added_new_total The total number of new entries added to the cache # TYPE loki_embeddedcache_added_new_total counter loki_embeddedcache_added_new_total{cache="chunksembedded-cache"} 5314 loki_embeddedcache_added_new_total{cache="frontend.index-stats-results-cache.embedded-cache"} 0 loki_embeddedcache_added_new_total{cache="frontend.label-results-cache.embedded-cache"} 0 loki_embeddedcache_added_new_total{cache="frontend.series-results-cache.embedded-cache"} 0 loki_embeddedcache_added_new_total{cache="frontend.volume-results-cache.embedded-cache"} 0 # HELP loki_embeddedcache_entries Current number of entries in the cache # TYPE loki_embeddedcache_entries gauge loki_embeddedcache_entries{cache="chunksembedded-cache"} 13 loki_embeddedcache_entries{cache="frontend.index-stats-results-cache.embedded-cache"} 0 loki_embeddedcache_entries{cache="frontend.label-results-cache.embedded-cache"} 0 loki_embeddedcache_entries{cache="frontend.series-results-cache.embedded-cache"} 0 loki_embeddedcache_entries{cache="frontend.volume-results-cache.embedded-cache"} 0 # HELP loki_embeddedcache_evicted_total The total number of evicted entries # TYPE loki_embeddedcache_evicted_total counter loki_embeddedcache_evicted_total{cache="chunksembedded-cache",reason="expired"} 5301 # HELP loki_embeddedcache_memory_bytes The current cache size in bytes # TYPE loki_embeddedcache_memory_bytes gauge loki_embeddedcache_memory_bytes{cache="chunksembedded-cache"} 2.441649e+06 loki_embeddedcache_memory_bytes{cache="frontend.index-stats-results-cache.embedded-cache"} 0 loki_embeddedcache_memory_bytes{cache="frontend.label-results-cache.embedded-cache"} 0 loki_embeddedcache_memory_bytes{cache="frontend.series-results-cache.embedded-cache"} 0 loki_embeddedcache_memory_bytes{cache="frontend.volume-results-cache.embedded-cache"} 0 # HELP loki_experimental_features_in_use_total The number of experimental features in use. # TYPE loki_experimental_features_in_use_total counter loki_experimental_features_in_use_total 0 # HELP loki_frontend_query_range_duration_seconds Total time spent in seconds doing query range requests. # TYPE loki_frontend_query_range_duration_seconds histogram loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.005"} 23 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.01"} 34 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.025"} 59 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.05"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.1"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.25"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="0.5"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="1"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="2.5"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="5"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="10"} 60 loki_frontend_query_range_duration_seconds_bucket{method="label_results_cache",status_code="200",le="+Inf"} 60 loki_frontend_query_range_duration_seconds_sum{method="label_results_cache",status_code="200"} 0.6016393609999999 loki_frontend_query_range_duration_seconds_count{method="label_results_cache",status_code="200"} 60 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.005"} 231 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.01"} 593 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.025"} 1533 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.05"} 2554 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.1"} 4315 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.25"} 6682 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="0.5"} 7977 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="1"} 8508 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="2.5"} 8508 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="5"} 8508 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="10"} 8508 loki_frontend_query_range_duration_seconds_bucket{method="retry",status_code="200",le="+Inf"} 8508 loki_frontend_query_range_duration_seconds_sum{method="retry",status_code="200"} 1341.5784531799989 loki_frontend_query_range_duration_seconds_count{method="retry",status_code="200"} 8508 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.005"} 0 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.01"} 7 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.025"} 52 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.05"} 101 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.1"} 214 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.25"} 373 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="0.5"} 459 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="1"} 528 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="2.5"} 528 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="5"} 528 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="10"} 528 loki_frontend_query_range_duration_seconds_bucket{method="shardingware",status_code="200",le="+Inf"} 528 loki_frontend_query_range_duration_seconds_sum{method="shardingware",status_code="200"} 113.38074841200006 loki_frontend_query_range_duration_seconds_count{method="shardingware",status_code="200"} 528 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.005"} 23 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.01"} 41 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.025"} 111 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.05"} 161 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.1"} 274 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.25"} 433 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="0.5"} 519 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="1"} 588 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="2.5"} 588 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="5"} 588 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="10"} 588 loki_frontend_query_range_duration_seconds_bucket{method="split_by_interval",status_code="200",le="+Inf"} 588 loki_frontend_query_range_duration_seconds_sum{method="split_by_interval",status_code="200"} 113.99421689700011 loki_frontend_query_range_duration_seconds_count{method="split_by_interval",status_code="200"} 588 # HELP loki_grpc_concurrent_streams_limit The max number of concurrent streams that can be accepted (0 means no limit). # TYPE loki_grpc_concurrent_streams_limit gauge loki_grpc_concurrent_streams_limit 100 # HELP loki_index_chunk_refs_total Number of chunks refs downloaded, partitioned by whether they intersect the query bounds. # TYPE loki_index_chunk_refs_total counter loki_index_chunk_refs_total{status="discarded"} 0 loki_index_chunk_refs_total{status="matched"} 14 # HELP loki_index_request_duration_seconds Time (in seconds) spent in serving index query requests # TYPE loki_index_request_duration_seconds histogram loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="0.005"} 8357 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="0.012301915262620913"} 8408 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="0.03026742382574107"} 8442 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="0.07446945662441999"} 8446 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="0.18322338900940766"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="0.4507997211447921"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="1.109139993987274"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="2.7289092440830625"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="6.7141620560185435"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="16.519410534528944"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="40.644077716844464"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="99.99999999999989"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200",le="+Inf"} 8448 loki_index_request_duration_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200"} 3.786873686000003 loki_index_request_duration_seconds_count{component="index-store-boltdb-shipper-2020-10-24",operation="chunk_refs",status_code="200"} 8448 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="0.005"} 1598 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="0.012301915262620913"} 3245 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="0.03026742382574107"} 4550 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="0.07446945662441999"} 5098 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="0.18322338900940766"} 5282 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="0.4507997211447921"} 5313 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="1.109139993987274"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="2.7289092440830625"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="6.7141620560185435"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="16.519410534528944"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="40.644077716844464"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="99.99999999999989"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200",le="+Inf"} 5314 loki_index_request_duration_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200"} 98.02546332100012 loki_index_request_duration_seconds_count{component="index-store-boltdb-shipper-2020-10-24",operation="index_chunk",status_code="200"} 5314 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="0.005"} 0 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="0.012301915262620913"} 1 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="0.03026742382574107"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="0.07446945662441999"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="0.18322338900940766"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="0.4507997211447921"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="1.109139993987274"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="2.7289092440830625"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="6.7141620560185435"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="16.519410534528944"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="40.644077716844464"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="99.99999999999989"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200",le="+Inf"} 5 loki_index_request_duration_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200"} 0.07429967700000001 loki_index_request_duration_seconds_count{component="index-store-boltdb-shipper-2020-10-24",operation="label_names",status_code="200"} 5 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="0.005"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="0.012301915262620913"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="0.03026742382574107"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="0.07446945662441999"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="0.18322338900940766"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="0.4507997211447921"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="1.109139993987274"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="2.7289092440830625"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="6.7141620560185435"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="16.519410534528944"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="40.644077716844464"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="99.99999999999989"} 55 loki_index_request_duration_seconds_bucket{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200",le="+Inf"} 55 loki_index_request_duration_seconds_sum{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200"} 0.03232376000000001 loki_index_request_duration_seconds_count{component="index-store-boltdb-shipper-2020-10-24",operation="label_values",status_code="200"} 55 # HELP loki_inflight_requests Current number of inflight requests. # TYPE loki_inflight_requests gauge loki_inflight_requests{method="AHBN",route="other"} 0 loki_inflight_requests{method="GET",route="config"} 0 loki_inflight_requests{method="GET",route="debug_pprof"} 0 loki_inflight_requests{method="GET",route="loki_api_v1_label_name_values"} 0 loki_inflight_requests{method="GET",route="loki_api_v1_label_values"} 0 loki_inflight_requests{method="GET",route="loki_api_v1_labels"} 0 loki_inflight_requests{method="GET",route="loki_api_v1_query_range"} 0 loki_inflight_requests{method="GET",route="loki_api_v1_status_buildinfo"} 0 loki_inflight_requests{method="GET",route="metrics"} 1 loki_inflight_requests{method="GET",route="other"} 0 loki_inflight_requests{method="GET",route="ready"} 0 loki_inflight_requests{method="HEAD",route="other"} 0 loki_inflight_requests{method="OPTIONS",route="other"} 0 loki_inflight_requests{method="POST",route="loki_api_v1_push"} 0 loki_inflight_requests{method="POST",route="other"} 0 loki_inflight_requests{method="PROPFIND",route="other"} 0 loki_inflight_requests{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult"} 0 loki_inflight_requests{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers"} 0 loki_inflight_requests{method="gRPC",route="/grpc.Compactor/GetDeleteRequests"} 0 loki_inflight_requests{method="gRPC",route="/grpc.health.v1.Health/Check"} 0 loki_inflight_requests{method="gRPC",route="/logproto.Pusher/Push"} 0 loki_inflight_requests{method="gRPC",route="/logproto.Querier/Label"} 0 loki_inflight_requests{method="gRPC",route="/logproto.Querier/Query"} 0 loki_inflight_requests{method="gRPC",route="/logproto.StreamData/GetStreamRates"} 0 loki_inflight_requests{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop"} 5 loki_inflight_requests{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop"} 4 # HELP loki_ingester_autoforget_unhealthy_ingesters_total Total number of ingesters automatically forgotten # TYPE loki_ingester_autoforget_unhealthy_ingesters_total counter loki_ingester_autoforget_unhealthy_ingesters_total 0 # HELP loki_ingester_blocks_per_chunk The number of blocks in a chunk. # TYPE loki_ingester_blocks_per_chunk histogram loki_ingester_blocks_per_chunk_bucket{le="5"} 1596 loki_ingester_blocks_per_chunk_bucket{le="10"} 1828 loki_ingester_blocks_per_chunk_bucket{le="20"} 2433 loki_ingester_blocks_per_chunk_bucket{le="40"} 2446 loki_ingester_blocks_per_chunk_bucket{le="80"} 2853 loki_ingester_blocks_per_chunk_bucket{le="160"} 2853 loki_ingester_blocks_per_chunk_bucket{le="+Inf"} 2853 loki_ingester_blocks_per_chunk_sum 43160 loki_ingester_blocks_per_chunk_count 2853 # HELP loki_ingester_checkpoint_creations_failed_total Total number of checkpoint creations that failed. # TYPE loki_ingester_checkpoint_creations_failed_total counter loki_ingester_checkpoint_creations_failed_total 0 # HELP loki_ingester_checkpoint_creations_total Total number of checkpoint creations attempted. # TYPE loki_ingester_checkpoint_creations_total counter loki_ingester_checkpoint_creations_total 4865 # HELP loki_ingester_checkpoint_deletions_failed_total Total number of checkpoint deletions that failed. # TYPE loki_ingester_checkpoint_deletions_failed_total counter loki_ingester_checkpoint_deletions_failed_total 0 # HELP loki_ingester_checkpoint_deletions_total Total number of checkpoint deletions attempted. # TYPE loki_ingester_checkpoint_deletions_total counter loki_ingester_checkpoint_deletions_total 4864 # HELP loki_ingester_checkpoint_duration_seconds Time taken to create a checkpoint. # TYPE loki_ingester_checkpoint_duration_seconds summary loki_ingester_checkpoint_duration_seconds{quantile="0.5"} 270.022883274 loki_ingester_checkpoint_duration_seconds{quantile="0.9"} 270.035261711 loki_ingester_checkpoint_duration_seconds{quantile="0.99"} 270.035261711 loki_ingester_checkpoint_duration_seconds_sum 1.2990124203167919e+06 loki_ingester_checkpoint_duration_seconds_count 4864 # HELP loki_ingester_checkpoint_logged_bytes_total Total number of bytes written to disk for checkpointing. # TYPE loki_ingester_checkpoint_logged_bytes_total counter loki_ingester_checkpoint_logged_bytes_total 9.881508692e+09 # HELP loki_ingester_chunk_age_seconds Distribution of chunk ages (when stored). # TYPE loki_ingester_chunk_age_seconds histogram loki_ingester_chunk_age_seconds_bucket{le="60"} 0 loki_ingester_chunk_age_seconds_bucket{le="300"} 4 loki_ingester_chunk_age_seconds_bucket{le="600"} 7 loki_ingester_chunk_age_seconds_bucket{le="1800"} 155 loki_ingester_chunk_age_seconds_bucket{le="3600"} 935 loki_ingester_chunk_age_seconds_bucket{le="7200"} 1517 loki_ingester_chunk_age_seconds_bucket{le="14400"} 5314 loki_ingester_chunk_age_seconds_bucket{le="36000"} 5315 loki_ingester_chunk_age_seconds_bucket{le="43200"} 5315 loki_ingester_chunk_age_seconds_bucket{le="57600"} 5318 loki_ingester_chunk_age_seconds_bucket{le="+Inf"} 5320 loki_ingester_chunk_age_seconds_sum 3.2332622207002886e+07 loki_ingester_chunk_age_seconds_count 5320 # HELP loki_ingester_chunk_bounds_hours Distribution of chunk end-start durations. # TYPE loki_ingester_chunk_bounds_hours histogram loki_ingester_chunk_bounds_hours_bucket{le="1"} 1513 loki_ingester_chunk_bounds_hours_bucket{le="2"} 1633 loki_ingester_chunk_bounds_hours_bucket{le="3"} 5314 loki_ingester_chunk_bounds_hours_bucket{le="4"} 5314 loki_ingester_chunk_bounds_hours_bucket{le="5"} 5314 loki_ingester_chunk_bounds_hours_bucket{le="6"} 5315 loki_ingester_chunk_bounds_hours_bucket{le="7"} 5315 loki_ingester_chunk_bounds_hours_bucket{le="8"} 5315 loki_ingester_chunk_bounds_hours_bucket{le="+Inf"} 5320 loki_ingester_chunk_bounds_hours_sum 8770.730669913535 loki_ingester_chunk_bounds_hours_count 5320 # HELP loki_ingester_chunk_compression_ratio Compression ratio of chunks (when stored). # TYPE loki_ingester_chunk_compression_ratio histogram loki_ingester_chunk_compression_ratio_bucket{le="0.75"} 166 loki_ingester_chunk_compression_ratio_bucket{le="2.75"} 1031 loki_ingester_chunk_compression_ratio_bucket{le="4.75"} 1394 loki_ingester_chunk_compression_ratio_bucket{le="6.75"} 2347 loki_ingester_chunk_compression_ratio_bucket{le="8.75"} 3704 loki_ingester_chunk_compression_ratio_bucket{le="10.75"} 4060 loki_ingester_chunk_compression_ratio_bucket{le="12.75"} 4438 loki_ingester_chunk_compression_ratio_bucket{le="14.75"} 4921 loki_ingester_chunk_compression_ratio_bucket{le="16.75"} 5091 loki_ingester_chunk_compression_ratio_bucket{le="18.75"} 5115 loki_ingester_chunk_compression_ratio_bucket{le="+Inf"} 5320 loki_ingester_chunk_compression_ratio_sum 42024.10228186595 loki_ingester_chunk_compression_ratio_count 5320 # HELP loki_ingester_chunk_encode_time_seconds Distribution of chunk encode times. # TYPE loki_ingester_chunk_encode_time_seconds histogram loki_ingester_chunk_encode_time_seconds_bucket{le="0.01"} 5192 loki_ingester_chunk_encode_time_seconds_bucket{le="0.04"} 5298 loki_ingester_chunk_encode_time_seconds_bucket{le="0.16"} 5319 loki_ingester_chunk_encode_time_seconds_bucket{le="0.64"} 5320 loki_ingester_chunk_encode_time_seconds_bucket{le="2.56"} 5320 loki_ingester_chunk_encode_time_seconds_bucket{le="10.24"} 5320 loki_ingester_chunk_encode_time_seconds_bucket{le="+Inf"} 5320 loki_ingester_chunk_encode_time_seconds_sum 9.313455335999997 loki_ingester_chunk_encode_time_seconds_count 5320 # HELP loki_ingester_chunk_entries Distribution of stored lines per chunk (when stored). # TYPE loki_ingester_chunk_entries histogram loki_ingester_chunk_entries_bucket{le="200"} 1935 loki_ingester_chunk_entries_bucket{le="400"} 2447 loki_ingester_chunk_entries_bucket{le="800"} 3130 loki_ingester_chunk_entries_bucket{le="1600"} 3664 loki_ingester_chunk_entries_bucket{le="3200"} 3859 loki_ingester_chunk_entries_bucket{le="6400"} 4209 loki_ingester_chunk_entries_bucket{le="12800"} 4735 loki_ingester_chunk_entries_bucket{le="25600"} 5317 loki_ingester_chunk_entries_bucket{le="51200"} 5320 loki_ingester_chunk_entries_bucket{le="+Inf"} 5320 loki_ingester_chunk_entries_sum 1.834969e+07 loki_ingester_chunk_entries_count 5320 # HELP loki_ingester_chunk_size_bytes Distribution of stored chunk sizes (when stored). # TYPE loki_ingester_chunk_size_bytes histogram loki_ingester_chunk_size_bytes_bucket{le="20000"} 3640 loki_ingester_chunk_size_bytes_bucket{le="40000"} 3744 loki_ingester_chunk_size_bytes_bucket{le="80000"} 3861 loki_ingester_chunk_size_bytes_bucket{le="160000"} 4063 loki_ingester_chunk_size_bytes_bucket{le="320000"} 4626 loki_ingester_chunk_size_bytes_bucket{le="640000"} 4912 loki_ingester_chunk_size_bytes_bucket{le="1.28e+06"} 4914 loki_ingester_chunk_size_bytes_bucket{le="2.56e+06"} 5320 loki_ingester_chunk_size_bytes_bucket{le="5.12e+06"} 5320 loki_ingester_chunk_size_bytes_bucket{le="1.024e+07"} 5320 loki_ingester_chunk_size_bytes_bucket{le="+Inf"} 5320 loki_ingester_chunk_size_bytes_sum 8.50876704e+08 loki_ingester_chunk_size_bytes_count 5320 # HELP loki_ingester_chunk_stored_bytes_total Total bytes stored in chunks per tenant. # TYPE loki_ingester_chunk_stored_bytes_total counter loki_ingester_chunk_stored_bytes_total{tenant="fake"} 8.50876704e+08 # HELP loki_ingester_chunk_utilization Distribution of stored chunk utilization (when stored). # TYPE loki_ingester_chunk_utilization histogram loki_ingester_chunk_utilization_bucket{le="0"} 0 loki_ingester_chunk_utilization_bucket{le="0.2"} 4615 loki_ingester_chunk_utilization_bucket{le="0.4"} 4912 loki_ingester_chunk_utilization_bucket{le="0.6000000000000001"} 4913 loki_ingester_chunk_utilization_bucket{le="0.8"} 4914 loki_ingester_chunk_utilization_bucket{le="1"} 5320 loki_ingester_chunk_utilization_bucket{le="+Inf"} 5320 loki_ingester_chunk_utilization_sum 539.7730286916092 loki_ingester_chunk_utilization_count 5320 # HELP loki_ingester_chunks_created_total The total number of chunks created in the ingester. # TYPE loki_ingester_chunks_created_total counter loki_ingester_chunks_created_total 5313 # HELP loki_ingester_chunks_encoded_total The total number of chunks encoded in the ingester. # TYPE loki_ingester_chunks_encoded_total counter loki_ingester_chunks_encoded_total{user="fake"} 5320 # HELP loki_ingester_chunks_flush_failures_total Total number of flush failures. # TYPE loki_ingester_chunks_flush_failures_total counter loki_ingester_chunks_flush_failures_total 0 # HELP loki_ingester_chunks_flush_requests_total Total number of flush requests (successful or not). # TYPE loki_ingester_chunks_flush_requests_total counter loki_ingester_chunks_flush_requests_total 5320 # HELP loki_ingester_chunks_flushed_total Total flushed chunks per reason. # TYPE loki_ingester_chunks_flushed_total counter loki_ingester_chunks_flushed_total{reason="full"} 412 loki_ingester_chunks_flushed_total{reason="idle"} 373 loki_ingester_chunks_flushed_total{reason="max_age"} 3681 loki_ingester_chunks_flushed_total{reason="synced"} 854 # HELP loki_ingester_chunks_stored_total Total stored chunks per tenant. # TYPE loki_ingester_chunks_stored_total counter loki_ingester_chunks_stored_total{tenant="fake"} 5320 # HELP loki_ingester_client_request_duration_seconds Time spent doing Ingester requests. # TYPE loki_ingester_client_request_duration_seconds histogram loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.001"} 110936 loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.004"} 174435 loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.016"} 185237 loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.064"} 186582 loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.256"} 186735 loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="1.024"} 186749 loki_ingester_client_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="+Inf"} 186749 loki_ingester_client_request_duration_seconds_sum{operation="/grpc.health.v1.Health/Check",status_code="2xx"} 320.6824816449983 loki_ingester_client_request_duration_seconds_count{operation="/grpc.health.v1.Health/Check",status_code="2xx"} 186749 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="0.001"} 378261 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="0.004"} 754857 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="0.016"} 872148 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="0.064"} 890458 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="0.256"} 892223 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="1.024"} 892314 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Pusher/Push",status_code="2xx",le="+Inf"} 892314 loki_ingester_client_request_duration_seconds_sum{operation="/logproto.Pusher/Push",status_code="2xx"} 2541.6579523650403 loki_ingester_client_request_duration_seconds_count{operation="/logproto.Pusher/Push",status_code="2xx"} 892314 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="0.001"} 15 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="0.004"} 45 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="0.016"} 56 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="0.064"} 60 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="0.256"} 60 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="1.024"} 60 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Label",status_code="2xx",le="+Inf"} 60 loki_ingester_client_request_duration_seconds_sum{operation="/logproto.Querier/Label",status_code="2xx"} 0.21508041000000006 loki_ingester_client_request_duration_seconds_count{operation="/logproto.Querier/Label",status_code="2xx"} 60 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="0.001"} 4291 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="0.004"} 7551 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="0.016"} 8221 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="0.064"} 8367 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="0.256"} 8379 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="1.024"} 8379 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="2xx",le="+Inf"} 8379 loki_ingester_client_request_duration_seconds_sum{operation="/logproto.Querier/Query",status_code="2xx"} 18.661304110999954 loki_ingester_client_request_duration_seconds_count{operation="/logproto.Querier/Query",status_code="2xx"} 8379 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="0.001"} 0 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="0.004"} 18 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="0.016"} 58 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="0.064"} 69 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="0.256"} 69 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="1.024"} 69 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.Querier/Query",status_code="cancel",le="+Inf"} 69 loki_ingester_client_request_duration_seconds_sum{operation="/logproto.Querier/Query",status_code="cancel"} 0.6268537510000001 loki_ingester_client_request_duration_seconds_count{operation="/logproto.Querier/Query",status_code="cancel"} 69 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="0.001"} 718442 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="0.004"} 1.189873e+06 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="0.016"} 1.267564e+06 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="0.064"} 1.276448e+06 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="0.256"} 1.277656e+06 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="1.024"} 1.277735e+06 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="2xx",le="+Inf"} 1.277735e+06 loki_ingester_client_request_duration_seconds_sum{operation="/logproto.StreamData/GetStreamRates",status_code="2xx"} 2276.4375594980816 loki_ingester_client_request_duration_seconds_count{operation="/logproto.StreamData/GetStreamRates",status_code="2xx"} 1.277735e+06 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="0.001"} 2 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="0.004"} 2 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="0.016"} 2 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="0.064"} 2 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="0.256"} 2 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="1.024"} 6 loki_ingester_client_request_duration_seconds_bucket{operation="/logproto.StreamData/GetStreamRates",status_code="error",le="+Inf"} 7 loki_ingester_client_request_duration_seconds_sum{operation="/logproto.StreamData/GetStreamRates",status_code="error"} 3.515556255 loki_ingester_client_request_duration_seconds_count{operation="/logproto.StreamData/GetStreamRates",status_code="error"} 7 # HELP loki_ingester_flush_queue_length The total number of series pending in the flush queue. # TYPE loki_ingester_flush_queue_length gauge loki_ingester_flush_queue_length 0 # HELP loki_ingester_limiter_enabled Whether the ingester's limiter is enabled # TYPE loki_ingester_limiter_enabled gauge loki_ingester_limiter_enabled 1 # HELP loki_ingester_memory_chunks The total number of chunks in memory. # TYPE loki_ingester_memory_chunks gauge loki_ingester_memory_chunks 20 # HELP loki_ingester_memory_streams The total number of streams in memory per tenant. # TYPE loki_ingester_memory_streams gauge loki_ingester_memory_streams{tenant="fake"} 20 # HELP loki_ingester_memory_streams_labels_bytes Total bytes of labels of the streams in memory. # TYPE loki_ingester_memory_streams_labels_bytes gauge loki_ingester_memory_streams_labels_bytes 3822 # HELP loki_ingester_not_owned_streams The total number of not owned streams in memory. # TYPE loki_ingester_not_owned_streams gauge loki_ingester_not_owned_streams 0 # HELP loki_ingester_samples_per_chunk The number of samples in a chunk. # TYPE loki_ingester_samples_per_chunk histogram loki_ingester_samples_per_chunk_bucket{le="4096"} 1432 loki_ingester_samples_per_chunk_bucket{le="6144"} 1742 loki_ingester_samples_per_chunk_bucket{le="8192"} 1746 loki_ingester_samples_per_chunk_bucket{le="10240"} 1748 loki_ingester_samples_per_chunk_bucket{le="12288"} 2103 loki_ingester_samples_per_chunk_bucket{le="14336"} 2599 loki_ingester_samples_per_chunk_bucket{le="+Inf"} 2853 loki_ingester_samples_per_chunk_sum 1.7733818e+07 loki_ingester_samples_per_chunk_count 2853 # HELP loki_ingester_shutdown_marker 1 if prepare shutdown has been called, 0 otherwise # TYPE loki_ingester_shutdown_marker gauge loki_ingester_shutdown_marker 0 # HELP loki_ingester_streams_created_total The total number of streams created per tenant. # TYPE loki_ingester_streams_created_total counter loki_ingester_streams_created_total{tenant="fake"} 2481 # HELP loki_ingester_streams_ownership_check_duration_ms Distribution of streams ownership check durations in milliseconds. # TYPE loki_ingester_streams_ownership_check_duration_ms histogram loki_ingester_streams_ownership_check_duration_ms_bucket{le="1"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="4"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="16"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="64"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="256"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="1024"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="4096"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="16384"} 0 loki_ingester_streams_ownership_check_duration_ms_bucket{le="+Inf"} 0 loki_ingester_streams_ownership_check_duration_ms_sum 0 loki_ingester_streams_ownership_check_duration_ms_count 0 # HELP loki_ingester_streams_removed_total The total number of streams removed per tenant. # TYPE loki_ingester_streams_removed_total counter loki_ingester_streams_removed_total{tenant="fake"} 2461 # HELP loki_ingester_wal_bytes_in_use Total number of bytes in use by the WAL recovery process. # TYPE loki_ingester_wal_bytes_in_use gauge loki_ingester_wal_bytes_in_use 0 # HELP loki_ingester_wal_corruptions_total Total number of WAL corruptions encountered. # TYPE loki_ingester_wal_corruptions_total counter loki_ingester_wal_corruptions_total{type="segment"} 1 # HELP loki_ingester_wal_discarded_bytes_total WAL segment bytes discarded during replay # TYPE loki_ingester_wal_discarded_bytes_total counter loki_ingester_wal_discarded_bytes_total{reason="duplicate"} 996675 # HELP loki_ingester_wal_discarded_samples_total WAL segment entries discarded during replay # TYPE loki_ingester_wal_discarded_samples_total counter loki_ingester_wal_discarded_samples_total{reason="duplicate"} 1703 # HELP loki_ingester_wal_disk_full_failures_total Total number of wal write failures due to full disk. # TYPE loki_ingester_wal_disk_full_failures_total counter loki_ingester_wal_disk_full_failures_total 0 # HELP loki_ingester_wal_duplicate_entries_total Entries discarded during WAL replay due to existing in checkpoints. # TYPE loki_ingester_wal_duplicate_entries_total counter loki_ingester_wal_duplicate_entries_total 1703 # HELP loki_ingester_wal_logged_bytes_total Total number of bytes written to disk for WAL records. # TYPE loki_ingester_wal_logged_bytes_total counter loki_ingester_wal_logged_bytes_total 1.124128959e+10 # HELP loki_ingester_wal_records_logged_total Total number of WAL records logged. # TYPE loki_ingester_wal_records_logged_total counter loki_ingester_wal_records_logged_total 894591 # HELP loki_ingester_wal_recovered_bytes_total Total number of bytes recovered from the WAL. # TYPE loki_ingester_wal_recovered_bytes_total counter loki_ingester_wal_recovered_bytes_total 1.7544088e+07 # HELP loki_ingester_wal_recovered_chunks_total Total number of chunks recovered from the WAL checkpoints. # TYPE loki_ingester_wal_recovered_chunks_total counter loki_ingester_wal_recovered_chunks_total 21 # HELP loki_ingester_wal_recovered_entries_total Total number of entries recovered from the WAL. # TYPE loki_ingester_wal_recovered_entries_total counter loki_ingester_wal_recovered_entries_total 26459 # HELP loki_ingester_wal_recovered_streams_total Total number of streams recovered from the WAL. # TYPE loki_ingester_wal_recovered_streams_total counter loki_ingester_wal_recovered_streams_total 21 # HELP loki_ingester_wal_replay_active Whether the WAL is replaying # TYPE loki_ingester_wal_replay_active gauge loki_ingester_wal_replay_active 0 # HELP loki_ingester_wal_replay_duration_seconds Time taken to replay the checkpoint and the WAL. # TYPE loki_ingester_wal_replay_duration_seconds gauge loki_ingester_wal_replay_duration_seconds 0.051899046 # HELP loki_ingester_wal_replay_flushing Whether the wal replay is in a flushing phase due to backpressure # TYPE loki_ingester_wal_replay_flushing gauge loki_ingester_wal_replay_flushing 0 # HELP loki_internal_log_messages_total Total number of log messages created by Loki itself. # TYPE loki_internal_log_messages_total counter loki_internal_log_messages_total{level="debug"} 1.13261323e+08 loki_internal_log_messages_total{level="error"} 12 loki_internal_log_messages_total{level="info"} 4.574937e+06 loki_internal_log_messages_total{level="warn"} 0 # HELP loki_kv_request_duration_seconds Time spent on kv store requests. # TYPE loki_kv_request_duration_seconds histogram loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.005"} 8361 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.01"} 8392 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.025"} 8404 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.05"} 8409 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.1"} 8411 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.25"} 8412 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.5"} 8413 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="1"} 8413 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="2.5"} 8413 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="5"} 8413 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="10"} 8413 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory",le="+Inf"} 8413 loki_kv_request_duration_seconds_sum{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory"} 2.955548596999993 loki_kv_request_duration_seconds_count{kv_name="compactor",operation="CAS",role="primary",status_code="200",type="inmemory"} 8413 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.005"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.01"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.025"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.05"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.25"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="0.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="2.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="10"} 1 loki_kv_request_duration_seconds_bucket{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory",le="+Inf"} 1 loki_kv_request_duration_seconds_sum{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory"} 0.000590096 loki_kv_request_duration_seconds_count{kv_name="compactor",operation="GET",role="primary",status_code="200",type="inmemory"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.005"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.01"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.025"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.05"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.25"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="2.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="10"} 1 loki_kv_request_duration_seconds_bucket{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="+Inf"} 1 loki_kv_request_duration_seconds_sum{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory"} 5.857e-05 loki_kv_request_duration_seconds_count{kv_name="distributor-ring",operation="GET",role="primary",status_code="200",type="inmemory"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.005"} 4575 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.01"} 4592 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.025"} 4601 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.05"} 4602 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.1"} 4603 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.25"} 4605 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.5"} 4606 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="1"} 4606 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="2.5"} 4606 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="5"} 4606 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="10"} 4606 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory",le="+Inf"} 4606 loki_kv_request_duration_seconds_sum{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory"} 2.202509279 loki_kv_request_duration_seconds_count{kv_name="ingester-lifecycler",operation="CAS",role="primary",status_code="200",type="inmemory"} 4606 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.005"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.01"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.025"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.05"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.1"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.25"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="0.5"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="1"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="2.5"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="5"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="10"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory",le="+Inf"} 2 loki_kv_request_duration_seconds_sum{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory"} 0.000180439 loki_kv_request_duration_seconds_count{kv_name="ingester-lifecycler",operation="GET",role="primary",status_code="200",type="inmemory"} 2 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.005"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.01"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.025"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.05"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.25"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="0.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="2.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="10"} 1 loki_kv_request_duration_seconds_bucket{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory",le="+Inf"} 1 loki_kv_request_duration_seconds_sum{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory"} 3.1609e-05 loki_kv_request_duration_seconds_count{kv_name="ingester-ring",operation="GET",role="primary",status_code="200",type="inmemory"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.005"} 790 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.01"} 796 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.025"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.05"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.1"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.25"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="0.5"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="1"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="2.5"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="5"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="10"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory",le="+Inf"} 799 loki_kv_request_duration_seconds_sum{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory"} 0.2875902590000002 loki_kv_request_duration_seconds_count{kv_name="scheduler-ring-manager",operation="CAS",role="primary",status_code="200",type="inmemory"} 799 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.005"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.01"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.025"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.05"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.25"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="0.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="1"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="2.5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="5"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="10"} 1 loki_kv_request_duration_seconds_bucket{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory",le="+Inf"} 1 loki_kv_request_duration_seconds_sum{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory"} 0.000187131 loki_kv_request_duration_seconds_count{kv_name="scheduler-ring-manager",operation="GET",role="primary",status_code="200",type="inmemory"} 1 # HELP loki_lifecycler_read_only Set to 1 if this lifecycler's instance entry is in read-only state. # TYPE loki_lifecycler_read_only gauge loki_lifecycler_read_only{name="ingester"} 0 # HELP loki_log_flushes Histogram of log flushes using the line-buffered logger. # TYPE loki_log_flushes histogram loki_log_flushes_bucket{le="1"} 30719 loki_log_flushes_bucket{le="2"} 72538 loki_log_flushes_bucket{le="4"} 82092 loki_log_flushes_bucket{le="8"} 90571 loki_log_flushes_bucket{le="16"} 108975 loki_log_flushes_bucket{le="32"} 150199 loki_log_flushes_bucket{le="64"} 187299 loki_log_flushes_bucket{le="128"} 190262 loki_log_flushes_bucket{le="256"} 195844 loki_log_flushes_bucket{le="+Inf"} 195844 loki_log_flushes_sum 4.574949e+06 loki_log_flushes_count 195844 # HELP loki_log_messages_total DEPRECATED. Use internal_log_messages_total for the same functionality. Total number of log messages created by Loki itself. # TYPE loki_log_messages_total counter loki_log_messages_total{level="debug"} 1.13261323e+08 loki_log_messages_total{level="error"} 12 loki_log_messages_total{level="info"} 4.574937e+06 loki_log_messages_total{level="warn"} 0 # HELP loki_logql_querystats_bytes_processed_per_seconds Distribution of bytes processed per second for LogQL queries. # TYPE loki_logql_querystats_bytes_processed_per_seconds histogram loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="5e+07"} 8398 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="1e+08"} 8429 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="4e+08"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="6e+08"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="8e+08"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="1e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="2e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="3e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="4e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="5e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="6e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="7e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="8e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="9e+09"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="1e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="1.5e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="2e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="3e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="4e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="5e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="6e+10"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="false",status_code="200",type="limited",le="+Inf"} 8448 loki_logql_querystats_bytes_processed_per_seconds_sum{latency_type="fast",range="range",sharded="false",status_code="200",type="limited"} 6.422019263e+09 loki_logql_querystats_bytes_processed_per_seconds_count{latency_type="fast",range="range",sharded="false",status_code="200",type="limited"} 8448 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="5e+07"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="1e+08"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="4e+08"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="6e+08"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="8e+08"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="1e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="2e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="3e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="4e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="5e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="6e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="7e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="8e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="9e+09"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="1e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="1.5e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="2e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="3e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="4e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="5e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="6e+10"} 528 loki_logql_querystats_bytes_processed_per_seconds_bucket{latency_type="fast",range="range",sharded="true",status_code="200",type="limited",le="+Inf"} 528 loki_logql_querystats_bytes_processed_per_seconds_sum{latency_type="fast",range="range",sharded="true",status_code="200",type="limited"} 3.54099977e+08 loki_logql_querystats_bytes_processed_per_seconds_count{latency_type="fast",range="range",sharded="true",status_code="200",type="limited"} 528 # HELP loki_logql_querystats_chunk_download_latency_seconds Distribution of chunk downloads latency for LogQL queries. # TYPE loki_logql_querystats_chunk_download_latency_seconds histogram loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="0.25"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="0.5"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="1"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="2"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="4"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="8"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="16"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="32"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="64"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="128"} 8976 loki_logql_querystats_chunk_download_latency_seconds_bucket{range="range",status_code="200",type="limited",le="+Inf"} 8976 loki_logql_querystats_chunk_download_latency_seconds_sum{range="range",status_code="200",type="limited"} 0.006812873999999998 loki_logql_querystats_chunk_download_latency_seconds_count{range="range",status_code="200",type="limited"} 8976 # HELP loki_logql_querystats_downloaded_chunk_total Total count of chunks downloaded found while executing LogQL queries. # TYPE loki_logql_querystats_downloaded_chunk_total counter loki_logql_querystats_downloaded_chunk_total{range="range",status_code="200",type="limited"} 28 # HELP loki_logql_querystats_duplicates_total Total count of duplicates found while executing LogQL queries. # TYPE loki_logql_querystats_duplicates_total counter loki_logql_querystats_duplicates_total 0 # HELP loki_logql_querystats_ingester_sent_lines_total Total count of lines sent from ingesters while executing LogQL queries. # TYPE loki_logql_querystats_ingester_sent_lines_total counter loki_logql_querystats_ingester_sent_lines_total 51624 # HELP loki_logql_querystats_latency_seconds Distribution of latency for LogQL queries. # TYPE loki_logql_querystats_latency_seconds histogram loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="0.25"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="0.5"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="1"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="2"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="4"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="8"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="16"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="32"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="64"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="128"} 120 loki_logql_querystats_latency_seconds_bucket{range="",status_code="200",type="labels",le="+Inf"} 120 loki_logql_querystats_latency_seconds_sum{range="",status_code="200",type="labels"} 0.8463796359999995 loki_logql_querystats_latency_seconds_count{range="",status_code="200",type="labels"} 120 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="0.25"} 8821 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="0.5"} 8907 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="1"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="2"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="4"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="8"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="16"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="32"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="64"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="128"} 8976 loki_logql_querystats_latency_seconds_bucket{range="range",status_code="200",type="limited",le="+Inf"} 8976 loki_logql_querystats_latency_seconds_sum{range="range",status_code="200",type="limited"} 133.71924172800001 loki_logql_querystats_latency_seconds_count{range="range",status_code="200",type="limited"} 8976 # HELP loki_member_consul_heartbeats_total The total number of heartbeats sent to consul. # TYPE loki_member_consul_heartbeats_total counter loki_member_consul_heartbeats_total{name="ingester"} 97304 # HELP loki_objstore_bucket_last_successful_upload_time Second timestamp of the last successful upload to the bucket. # TYPE loki_objstore_bucket_last_successful_upload_time gauge loki_objstore_bucket_last_successful_upload_time{bucket=""} 0 # HELP loki_panic_total The total number of panic triggered # TYPE loki_panic_total counter loki_panic_total 0 # HELP loki_querier_index_cache_corruptions_total The number of cache corruptions for the index cache. # TYPE loki_querier_index_cache_corruptions_total counter loki_querier_index_cache_corruptions_total 0 # HELP loki_querier_index_cache_encode_errors_total The number of errors for the index cache while encoding the body. # TYPE loki_querier_index_cache_encode_errors_total counter loki_querier_index_cache_encode_errors_total 0 # HELP loki_querier_index_cache_gets_total The number of gets for the index cache. # TYPE loki_querier_index_cache_gets_total counter loki_querier_index_cache_gets_total 10229 # HELP loki_querier_index_cache_hits_total The number of cache hits for the index cache. # TYPE loki_querier_index_cache_hits_total counter loki_querier_index_cache_hits_total 0 # HELP loki_querier_index_cache_puts_total The number of puts for the index cache. # TYPE loki_querier_index_cache_puts_total counter loki_querier_index_cache_puts_total 10229 # HELP loki_querier_query_frontend_clients The current number of clients connected to query-frontend. # TYPE loki_querier_query_frontend_clients gauge loki_querier_query_frontend_clients 1 # HELP loki_querier_query_frontend_request_duration_seconds Time spend doing requests to frontend. # TYPE loki_querier_query_frontend_request_duration_seconds histogram loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="0.001"} 6645 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="0.004"} 8084 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="0.016"} 8429 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="0.064"} 8497 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="0.256"} 8508 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="1.024"} 8508 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx",le="+Inf"} 8508 loki_querier_query_frontend_request_duration_seconds_sum{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx"} 10.895682453999942 loki_querier_query_frontend_request_duration_seconds_count{operation="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="2xx"} 8508 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.001"} 152649 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.004"} 248964 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.016"} 266224 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.064"} 268071 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="0.256"} 268321 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="1.024"} 268333 loki_querier_query_frontend_request_duration_seconds_bucket{operation="/grpc.health.v1.Health/Check",status_code="2xx",le="+Inf"} 268333 loki_querier_query_frontend_request_duration_seconds_sum{operation="/grpc.health.v1.Health/Check",status_code="2xx"} 476.0364944199939 loki_querier_query_frontend_request_duration_seconds_count{operation="/grpc.health.v1.Health/Check",status_code="2xx"} 268333 # HELP loki_querier_tail_active Number of active tailers # TYPE loki_querier_tail_active gauge loki_querier_tail_active 0 # HELP loki_querier_tail_active_streams Number of active streams being tailed # TYPE loki_querier_tail_active_streams gauge loki_querier_tail_active_streams 0 # HELP loki_querier_tail_bytes_total total bytes tailed # TYPE loki_querier_tail_bytes_total counter loki_querier_tail_bytes_total 0 # HELP loki_querier_worker_concurrency Number of concurrent querier workers # TYPE loki_querier_worker_concurrency gauge loki_querier_worker_concurrency 4 # HELP loki_querier_worker_inflight_queries Number of queries being processed by the querier workers # TYPE loki_querier_worker_inflight_queries gauge loki_querier_worker_inflight_queries 0 # HELP loki_query_frontend_connected_schedulers Number of schedulers this frontend is connected to. # TYPE loki_query_frontend_connected_schedulers gauge loki_query_frontend_connected_schedulers 1 # HELP loki_query_frontend_log_result_cache_hit_total # TYPE loki_query_frontend_log_result_cache_hit_total counter loki_query_frontend_log_result_cache_hit_total 0 # HELP loki_query_frontend_log_result_cache_miss_total # TYPE loki_query_frontend_log_result_cache_miss_total counter loki_query_frontend_log_result_cache_miss_total 0 # HELP loki_query_frontend_partitions Number of time-based partitions (sub-requests) per request # TYPE loki_query_frontend_partitions histogram loki_query_frontend_partitions_bucket{le="1"} 588 loki_query_frontend_partitions_bucket{le="4"} 588 loki_query_frontend_partitions_bucket{le="16"} 588 loki_query_frontend_partitions_bucket{le="64"} 588 loki_query_frontend_partitions_bucket{le="256"} 588 loki_query_frontend_partitions_bucket{le="+Inf"} 588 loki_query_frontend_partitions_sum 588 loki_query_frontend_partitions_count 588 # HELP loki_query_frontend_queries_in_progress Number of queries in progress handled by this frontend. # TYPE loki_query_frontend_queries_in_progress gauge loki_query_frontend_queries_in_progress 0 # HELP loki_query_frontend_query_label_filters Number of label matcher expressions per query. # TYPE loki_query_frontend_query_label_filters histogram loki_query_frontend_query_label_filters_bucket{le="1"} 0 loki_query_frontend_query_label_filters_bucket{le="2"} 0 loki_query_frontend_query_label_filters_bucket{le="4"} 0 loki_query_frontend_query_label_filters_bucket{le="8"} 0 loki_query_frontend_query_label_filters_bucket{le="16"} 0 loki_query_frontend_query_label_filters_bucket{le="32"} 0 loki_query_frontend_query_label_filters_bucket{le="64"} 0 loki_query_frontend_query_label_filters_bucket{le="128"} 0 loki_query_frontend_query_label_filters_bucket{le="256"} 0 loki_query_frontend_query_label_filters_bucket{le="+Inf"} 0 loki_query_frontend_query_label_filters_sum 0 loki_query_frontend_query_label_filters_count 0 # HELP loki_query_frontend_retries Number of times a request is retried. # TYPE loki_query_frontend_retries histogram loki_query_frontend_retries_bucket{le="0"} 8508 loki_query_frontend_retries_bucket{le="1"} 8508 loki_query_frontend_retries_bucket{le="2"} 8508 loki_query_frontend_retries_bucket{le="3"} 8508 loki_query_frontend_retries_bucket{le="4"} 8508 loki_query_frontend_retries_bucket{le="5"} 8508 loki_query_frontend_retries_bucket{le="+Inf"} 8508 loki_query_frontend_retries_sum 0 loki_query_frontend_retries_count 8508 # HELP loki_query_frontend_shard_factor Number of downstream queries per request # TYPE loki_query_frontend_shard_factor histogram loki_query_frontend_shard_factor_bucket{mapper="range",le="1"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="4"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="16"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="64"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="256"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="1024"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="4096"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="16384"} 0 loki_query_frontend_shard_factor_bucket{mapper="range",le="+Inf"} 0 loki_query_frontend_shard_factor_sum{mapper="range"} 0 loki_query_frontend_shard_factor_count{mapper="range"} 0 loki_query_frontend_shard_factor_bucket{mapper="shard",le="1"} 0 loki_query_frontend_shard_factor_bucket{mapper="shard",le="4"} 0 loki_query_frontend_shard_factor_bucket{mapper="shard",le="16"} 528 loki_query_frontend_shard_factor_bucket{mapper="shard",le="64"} 528 loki_query_frontend_shard_factor_bucket{mapper="shard",le="256"} 528 loki_query_frontend_shard_factor_bucket{mapper="shard",le="1024"} 528 loki_query_frontend_shard_factor_bucket{mapper="shard",le="4096"} 528 loki_query_frontend_shard_factor_bucket{mapper="shard",le="16384"} 528 loki_query_frontend_shard_factor_bucket{mapper="shard",le="+Inf"} 528 loki_query_frontend_shard_factor_sum{mapper="shard"} 8448 loki_query_frontend_shard_factor_count{mapper="shard"} 528 # HELP loki_query_frontend_sharding_parsed_queries_total Number of parsed queries by evaluation type # TYPE loki_query_frontend_sharding_parsed_queries_total counter loki_query_frontend_sharding_parsed_queries_total{mapper="shard",type="success"} 528 # HELP loki_query_frontend_shards_total Number of downstream queries by expression type # TYPE loki_query_frontend_shards_total counter loki_query_frontend_shards_total{mapper="shard",type="streams"} 8448 # HELP loki_query_scheduler_connected_frontend_clients Number of query-frontend worker clients currently connected to the query-scheduler. # TYPE loki_query_scheduler_connected_frontend_clients gauge loki_query_scheduler_connected_frontend_clients 5 # HELP loki_query_scheduler_connected_querier_clients Number of querier worker clients currently connected to the query-scheduler. # TYPE loki_query_scheduler_connected_querier_clients gauge loki_query_scheduler_connected_querier_clients 4 # HELP loki_query_scheduler_inflight_requests Number of inflight requests (either queued or processing) sampled at a regular interval. Quantile buckets keep track of inflight requests over the last 60s. # TYPE loki_query_scheduler_inflight_requests summary loki_query_scheduler_inflight_requests{quantile="0.5"} 0 loki_query_scheduler_inflight_requests{quantile="0.75"} 0 loki_query_scheduler_inflight_requests{quantile="0.8"} 0 loki_query_scheduler_inflight_requests{quantile="0.9"} 0 loki_query_scheduler_inflight_requests{quantile="0.95"} 0 loki_query_scheduler_inflight_requests{quantile="0.99"} 0 loki_query_scheduler_inflight_requests_sum 4673 loki_query_scheduler_inflight_requests_count 5.835389e+06 # HELP loki_query_scheduler_queue_duration_seconds Time spend by requests in queue before getting picked up by a querier. # TYPE loki_query_scheduler_queue_duration_seconds histogram loki_query_scheduler_queue_duration_seconds_bucket{le="0.005"} 694 loki_query_scheduler_queue_duration_seconds_bucket{le="0.01"} 1118 loki_query_scheduler_queue_duration_seconds_bucket{le="0.025"} 1987 loki_query_scheduler_queue_duration_seconds_bucket{le="0.05"} 2995 loki_query_scheduler_queue_duration_seconds_bucket{le="0.1"} 4788 loki_query_scheduler_queue_duration_seconds_bucket{le="0.25"} 7131 loki_query_scheduler_queue_duration_seconds_bucket{le="0.5"} 8088 loki_query_scheduler_queue_duration_seconds_bucket{le="1"} 8508 loki_query_scheduler_queue_duration_seconds_bucket{le="2.5"} 8508 loki_query_scheduler_queue_duration_seconds_bucket{le="5"} 8508 loki_query_scheduler_queue_duration_seconds_bucket{le="10"} 8508 loki_query_scheduler_queue_duration_seconds_bucket{le="+Inf"} 8508 loki_query_scheduler_queue_duration_seconds_sum 1142.4539357750011 loki_query_scheduler_queue_duration_seconds_count 8508 # HELP loki_query_scheduler_running Value will be 1 if the scheduler is in the ReplicationSet and actively receiving/processing requests # TYPE loki_query_scheduler_running gauge loki_query_scheduler_running 1 # HELP loki_rate_store_expired_streams_total The number of streams that have been expired by the ratestore # TYPE loki_rate_store_expired_streams_total counter loki_rate_store_expired_streams_total 6104 # HELP loki_rate_store_max_stream_rate_bytes The maximum stream rate for any stream reported by ingesters during a sync operation. Sharded Streams are combined. # TYPE loki_rate_store_max_stream_rate_bytes gauge loki_rate_store_max_stream_rate_bytes 1517 # HELP loki_rate_store_max_stream_shards The number of shards for a single stream reported by ingesters during a sync operation. # TYPE loki_rate_store_max_stream_shards gauge loki_rate_store_max_stream_shards 1 # HELP loki_rate_store_max_unique_stream_rate_bytes The maximum stream rate for any stream reported by ingesters during a sync operation. Sharded Streams are considered separate. # TYPE loki_rate_store_max_unique_stream_rate_bytes gauge loki_rate_store_max_unique_stream_rate_bytes 3674 # HELP loki_rate_store_refresh_duration_seconds Time spent refreshing the rate store # TYPE loki_rate_store_refresh_duration_seconds histogram loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.005"} 1.186379e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.01"} 1.247906e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.025"} 1.27078e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.05"} 1.275218e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.1"} 1.276923e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.25"} 1.277621e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="0.5"} 1.277726e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="1"} 1.277742e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="2.5"} 1.277743e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="5"} 1.277743e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="10"} 1.277743e+06 loki_rate_store_refresh_duration_seconds_bucket{operation="GetAllStreamRates",status_code="200",le="+Inf"} 1.277743e+06 loki_rate_store_refresh_duration_seconds_sum{operation="GetAllStreamRates",status_code="200"} 3051.0932098329617 loki_rate_store_refresh_duration_seconds_count{operation="GetAllStreamRates",status_code="200"} 1.277743e+06 # HELP loki_rate_store_refresh_failures_total The total number of failed attempts to refresh the distributor's view of stream rates # TYPE loki_rate_store_refresh_failures_total counter loki_rate_store_refresh_failures_total{source="127.0.0.1:9096"} 7 loki_rate_store_refresh_failures_total{source="ring"} 1 # HELP loki_rate_store_stream_rate_bytes The distribution of stream rates for any stream reported by ingesters during a sync operation. Sharded Streams are combined. # TYPE loki_rate_store_stream_rate_bytes histogram loki_rate_store_stream_rate_bytes_bucket{le="20000"} 2.6897794e+07 loki_rate_store_stream_rate_bytes_bucket{le="40000"} 2.6969576e+07 loki_rate_store_stream_rate_bytes_bucket{le="80000"} 2.7024209e+07 loki_rate_store_stream_rate_bytes_bucket{le="160000"} 2.7036057e+07 loki_rate_store_stream_rate_bytes_bucket{le="320000"} 2.7036099e+07 loki_rate_store_stream_rate_bytes_bucket{le="640000"} 2.7036102e+07 loki_rate_store_stream_rate_bytes_bucket{le="1.28e+06"} 2.7036103e+07 loki_rate_store_stream_rate_bytes_bucket{le="2.56e+06"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="5.12e+06"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="1.024e+07"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="2.048e+07"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="4.096e+07"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="8.192e+07"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="1.6384e+08"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_bucket{le="+Inf"} 2.7036104e+07 loki_rate_store_stream_rate_bytes_sum 9.683010839e+09 loki_rate_store_stream_rate_bytes_count 2.7036104e+07 # HELP loki_rate_store_stream_shards The distribution of number of shards for a single stream reported by ingesters during a sync operation. # TYPE loki_rate_store_stream_shards histogram loki_rate_store_stream_shards_bucket{le="0"} 0 loki_rate_store_stream_shards_bucket{le="1"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="2"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="4"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="8"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="16"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="32"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="64"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="128"} 2.7036104e+07 loki_rate_store_stream_shards_bucket{le="+Inf"} 2.7036104e+07 loki_rate_store_stream_shards_sum 2.7036104e+07 loki_rate_store_stream_shards_count 2.7036104e+07 # HELP loki_rate_store_streams The number of unique streams reported by all ingesters. Sharded streams are combined # TYPE loki_rate_store_streams gauge loki_rate_store_streams 19 # HELP loki_request_duration_seconds Time (in seconds) spent serving HTTP requests. # TYPE loki_request_duration_seconds histogram loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.005"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.01"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.025"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.05"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.1"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.25"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="0.5"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="1"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="2.5"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="5"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="10"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="25"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="50"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="100"} 1 loki_request_duration_seconds_bucket{method="AHBN",route="other",status_code="404",ws="false",le="+Inf"} 1 loki_request_duration_seconds_sum{method="AHBN",route="other",status_code="404",ws="false"} 4.0766e-05 loki_request_duration_seconds_count{method="AHBN",route="other",status_code="404",ws="false"} 1 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.005"} 0 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.01"} 0 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.025"} 0 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.05"} 1 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.1"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.25"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="0.5"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="1"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="2.5"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="5"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="10"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="25"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="50"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="100"} 2 loki_request_duration_seconds_bucket{method="GET",route="config",status_code="200",ws="false",le="+Inf"} 2 loki_request_duration_seconds_sum{method="GET",route="config",status_code="200",ws="false"} 0.11649409699999999 loki_request_duration_seconds_count{method="GET",route="config",status_code="200",ws="false"} 2 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.005"} 58 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.01"} 61 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.025"} 61 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.05"} 62 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.1"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.25"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="0.5"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="1"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="2.5"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="5"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="10"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="25"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="50"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="100"} 63 loki_request_duration_seconds_bucket{method="GET",route="debug_pprof",status_code="200",ws="false",le="+Inf"} 63 loki_request_duration_seconds_sum{method="GET",route="debug_pprof",status_code="200",ws="false"} 0.178796317 loki_request_duration_seconds_count{method="GET",route="debug_pprof",status_code="200",ws="false"} 63 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.005"} 22 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.01"} 34 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.025"} 54 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.05"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.1"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.25"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="0.5"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="1"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="2.5"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="5"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="10"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="25"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="50"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="100"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false",le="+Inf"} 55 loki_request_duration_seconds_sum{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false"} 0.514372043 loki_request_duration_seconds_count{method="GET",route="loki_api_v1_label_name_values",status_code="200",ws="false"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.005"} 48 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.01"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.025"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.05"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.1"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.25"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="0.5"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="1"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="2.5"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="5"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="10"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="25"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="50"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="100"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false",le="+Inf"} 55 loki_request_duration_seconds_sum{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false"} 0.150414383 loki_request_duration_seconds_count{method="GET",route="loki_api_v1_label_values",status_code="200",ws="false"} 55 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.005"} 0 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.01"} 0 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.025"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.05"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.1"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.25"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="0.5"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="1"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="2.5"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="5"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="10"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="25"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="50"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="100"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_labels",status_code="200",ws="false",le="+Inf"} 10 loki_request_duration_seconds_sum{method="GET",route="loki_api_v1_labels",status_code="200",ws="false"} 0.268229387 loki_request_duration_seconds_count{method="GET",route="loki_api_v1_labels",status_code="200",ws="false"} 10 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.005"} 7588 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.01"} 8069 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.025"} 8407 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.05"} 8506 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.1"} 8633 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.25"} 8803 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="0.5"} 8905 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="1"} 8975 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="2.5"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="5"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="10"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="25"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="50"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="100"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false",le="+Inf"} 8976 loki_request_duration_seconds_sum{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false"} 145.306917225 loki_request_duration_seconds_count{method="GET",route="loki_api_v1_query_range",status_code="200",ws="false"} 8976 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.005"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.01"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.025"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.05"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.1"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.25"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="0.5"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="1"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="2.5"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="5"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="10"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="25"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="50"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="100"} 5 loki_request_duration_seconds_bucket{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false",le="+Inf"} 5 loki_request_duration_seconds_sum{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false"} 0.000887314 loki_request_duration_seconds_count{method="GET",route="loki_api_v1_status_buildinfo",status_code="200",ws="false"} 5 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.005"} 0 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.01"} 34 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.025"} 28831 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.05"} 84402 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.1"} 93835 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.25"} 96936 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="0.5"} 97300 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="1"} 97341 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="2.5"} 97343 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="5"} 97343 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="10"} 97343 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="25"} 97343 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="50"} 97343 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="100"} 97343 loki_request_duration_seconds_bucket{method="GET",route="metrics",status_code="200",ws="false",le="+Inf"} 97343 loki_request_duration_seconds_sum{method="GET",route="metrics",status_code="200",ws="false"} 3615.329669285998 loki_request_duration_seconds_count{method="GET",route="metrics",status_code="200",ws="false"} 97343 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.005"} 127 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.01"} 127 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.025"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.05"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.1"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.25"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="0.5"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="1"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="2.5"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="5"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="10"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="25"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="50"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="100"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="301",ws="false",le="+Inf"} 128 loki_request_duration_seconds_sum{method="GET",route="other",status_code="301",ws="false"} 0.015993947 loki_request_duration_seconds_count{method="GET",route="other",status_code="301",ws="false"} 128 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.005"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.01"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.025"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.05"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.1"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.25"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="0.5"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="1"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="2.5"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="5"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="10"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="25"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="50"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="100"} 3587 loki_request_duration_seconds_bucket{method="GET",route="other",status_code="404",ws="false",le="+Inf"} 3587 loki_request_duration_seconds_sum{method="GET",route="other",status_code="404",ws="false"} 0.14383041899999977 loki_request_duration_seconds_count{method="GET",route="other",status_code="404",ws="false"} 3587 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.005"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.01"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.025"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.05"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.1"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.25"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="0.5"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="1"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="2.5"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="5"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="10"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="25"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="50"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="100"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="200",ws="false",le="+Inf"} 4 loki_request_duration_seconds_sum{method="GET",route="ready",status_code="200",ws="false"} 0.000319759 loki_request_duration_seconds_count{method="GET",route="ready",status_code="200",ws="false"} 4 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.005"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.01"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.025"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.05"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.1"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.25"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="0.5"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="1"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="2.5"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="5"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="10"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="25"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="50"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="100"} 1 loki_request_duration_seconds_bucket{method="GET",route="ready",status_code="503",ws="false",le="+Inf"} 1 loki_request_duration_seconds_sum{method="GET",route="ready",status_code="503",ws="false"} 0.000221826 loki_request_duration_seconds_count{method="GET",route="ready",status_code="503",ws="false"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.005"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.01"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.025"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.05"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.1"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.25"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="0.5"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="1"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="2.5"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="5"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="10"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="25"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="50"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="100"} 1 loki_request_duration_seconds_bucket{method="HEAD",route="other",status_code="404",ws="false",le="+Inf"} 1 loki_request_duration_seconds_sum{method="HEAD",route="other",status_code="404",ws="false"} 0.001504902 loki_request_duration_seconds_count{method="HEAD",route="other",status_code="404",ws="false"} 1 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.005"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.01"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.025"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.05"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.1"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.25"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="0.5"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="1"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="2.5"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="5"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="10"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="25"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="50"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="100"} 12 loki_request_duration_seconds_bucket{method="OPTIONS",route="other",status_code="404",ws="false",le="+Inf"} 12 loki_request_duration_seconds_sum{method="OPTIONS",route="other",status_code="404",ws="false"} 0.0005941239999999999 loki_request_duration_seconds_count{method="OPTIONS",route="other",status_code="404",ws="false"} 12 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.005"} 743823 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.01"} 835697 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.025"} 879020 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.05"} 888343 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.1"} 891208 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.25"} 892176 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="0.5"} 892295 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="1"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="2.5"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="5"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="10"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="25"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="50"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="100"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="204",ws="false",le="+Inf"} 892313 loki_request_duration_seconds_sum{method="POST",route="loki_api_v1_push",status_code="204",ws="false"} 3327.9677029489917 loki_request_duration_seconds_count{method="POST",route="loki_api_v1_push",status_code="204",ws="false"} 892313 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.005"} 0 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.01"} 0 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.025"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.05"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.1"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.25"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="0.5"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="1"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="2.5"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="5"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="10"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="25"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="50"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="100"} 1 loki_request_duration_seconds_bucket{method="POST",route="loki_api_v1_push",status_code="400",ws="false",le="+Inf"} 1 loki_request_duration_seconds_sum{method="POST",route="loki_api_v1_push",status_code="400",ws="false"} 0.024598536 loki_request_duration_seconds_count{method="POST",route="loki_api_v1_push",status_code="400",ws="false"} 1 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.005"} 28 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.01"} 28 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.025"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.05"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.1"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.25"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="0.5"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="1"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="2.5"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="5"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="10"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="25"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="50"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="100"} 29 loki_request_duration_seconds_bucket{method="POST",route="other",status_code="404",ws="false",le="+Inf"} 29 loki_request_duration_seconds_sum{method="POST",route="other",status_code="404",ws="false"} 0.017120274999999994 loki_request_duration_seconds_count{method="POST",route="other",status_code="404",ws="false"} 29 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.005"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.01"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.025"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.05"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.1"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.25"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="0.5"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="1"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="2.5"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="5"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="10"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="25"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="50"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="100"} 2 loki_request_duration_seconds_bucket{method="PROPFIND",route="other",status_code="404",ws="false",le="+Inf"} 2 loki_request_duration_seconds_sum{method="PROPFIND",route="other",status_code="404",ws="false"} 7.6473e-05 loki_request_duration_seconds_count{method="PROPFIND",route="other",status_code="404",ws="false"} 2 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.005"} 8505 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.01"} 8506 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.025"} 8507 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.05"} 8507 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.1"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.25"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="0.5"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="1"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="2.5"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="5"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="10"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="25"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="50"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="100"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false",le="+Inf"} 8508 loki_request_duration_seconds_sum{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false"} 0.24648188499999998 loki_request_duration_seconds_count{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",status_code="success",ws="false"} 8508 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.005"} 4453 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.01"} 4464 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.025"} 4471 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.05"} 4472 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.1"} 4473 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.25"} 4473 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="0.5"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="1"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="2.5"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="5"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="10"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="25"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="50"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="100"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false",le="+Inf"} 4474 loki_request_duration_seconds_sum{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false"} 1.523509892000002 loki_request_duration_seconds_count{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",status_code="success",ws="false"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.005"} 4464 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.01"} 4469 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.025"} 4474 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.05"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.1"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.25"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="0.5"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="1"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="2.5"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="5"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="10"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="25"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="50"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="100"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false",le="+Inf"} 4475 loki_request_duration_seconds_sum{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false"} 0.5409144530000007 loki_request_duration_seconds_count{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",status_code="success",ws="false"} 4475 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.005"} 454868 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.01"} 454986 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.025"} 455056 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.05"} 455073 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.1"} 455080 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.25"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="0.5"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="1"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="2.5"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="5"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="10"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="25"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="50"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="100"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false",le="+Inf"} 455082 loki_request_duration_seconds_sum{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false"} 15.077901674999561 loki_request_duration_seconds_count{method="gRPC",route="/grpc.health.v1.Health/Check",status_code="success",ws="false"} 455082 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.005"} 870670 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.01"} 883403 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.025"} 889878 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.05"} 891630 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.1"} 892116 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.25"} 892286 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="0.5"} 892310 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="1"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="2.5"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="5"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="10"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="25"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="50"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="100"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false",le="+Inf"} 892314 loki_request_duration_seconds_sum{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false"} 606.6150636380069 loki_request_duration_seconds_count{method="gRPC",route="/logproto.Pusher/Push",status_code="success",ws="false"} 892314 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.005"} 55 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.01"} 55 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.025"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.05"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.1"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.25"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="0.5"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="1"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="2.5"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="5"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="10"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="25"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="50"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="100"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false",le="+Inf"} 60 loki_request_duration_seconds_sum{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false"} 0.11158396899999999 loki_request_duration_seconds_count{method="gRPC",route="/logproto.Querier/Label",status_code="success",ws="false"} 60 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.005"} 8234 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.01"} 8330 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.025"} 8418 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.05"} 8438 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.1"} 8445 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.25"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="0.5"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="1"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="2.5"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="5"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="10"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="25"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="50"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="100"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false",le="+Inf"} 8448 loki_request_duration_seconds_sum{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false"} 8.056846078000003 loki_request_duration_seconds_count{method="gRPC",route="/logproto.Querier/Query",status_code="success",ws="false"} 8448 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.005"} 1.277186e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.01"} 1.277528e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.025"} 1.277669e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.05"} 1.277712e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.1"} 1.277729e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.25"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="0.5"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="1"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="2.5"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="5"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="10"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="25"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="50"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="100"} 1.277738e+06 loki_request_duration_seconds_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false",le="+Inf"} 1.277738e+06 loki_request_duration_seconds_sum{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false"} 36.55351621500132 loki_request_duration_seconds_count{method="gRPC",route="/logproto.StreamData/GetStreamRates",status_code="success",ws="false"} 1.277738e+06 # HELP loki_request_message_bytes Size (in bytes) of messages received in the request. # TYPE loki_request_message_bytes histogram loki_request_message_bytes_bucket{method="AHBN",route="other",le="4"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="16"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="64"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="256"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="1024"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="4096"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="16384"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="65536"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="262144"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="1.048576e+06"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="4.194304e+06"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="1.6777216e+07"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="6.7108864e+07"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="2.68435456e+08"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="1.073741824e+09"} 1 loki_request_message_bytes_bucket{method="AHBN",route="other",le="+Inf"} 1 loki_request_message_bytes_sum{method="AHBN",route="other"} 0 loki_request_message_bytes_count{method="AHBN",route="other"} 1 loki_request_message_bytes_bucket{method="GET",route="config",le="4"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="16"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="64"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="256"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="1024"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="4096"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="16384"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="65536"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="262144"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="1.048576e+06"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="4.194304e+06"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="1.6777216e+07"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="6.7108864e+07"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="2.68435456e+08"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="1.073741824e+09"} 2 loki_request_message_bytes_bucket{method="GET",route="config",le="+Inf"} 2 loki_request_message_bytes_sum{method="GET",route="config"} 0 loki_request_message_bytes_count{method="GET",route="config"} 2 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="4"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="16"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="64"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="256"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="1024"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="4096"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="16384"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="65536"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="262144"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="1.048576e+06"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="4.194304e+06"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="1.6777216e+07"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="6.7108864e+07"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="2.68435456e+08"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="1.073741824e+09"} 63 loki_request_message_bytes_bucket{method="GET",route="debug_pprof",le="+Inf"} 63 loki_request_message_bytes_sum{method="GET",route="debug_pprof"} 0 loki_request_message_bytes_count{method="GET",route="debug_pprof"} 63 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="4"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="16"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="64"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="256"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1024"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="4096"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="16384"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="65536"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="262144"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1.048576e+06"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="4.194304e+06"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1.6777216e+07"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="6.7108864e+07"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="2.68435456e+08"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1.073741824e+09"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="+Inf"} 55 loki_request_message_bytes_sum{method="GET",route="loki_api_v1_label_name_values"} 0 loki_request_message_bytes_count{method="GET",route="loki_api_v1_label_name_values"} 55 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="4"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="16"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="64"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="256"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1024"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="4096"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="16384"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="65536"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="262144"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1.048576e+06"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="4.194304e+06"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1.6777216e+07"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="6.7108864e+07"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="2.68435456e+08"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1.073741824e+09"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="+Inf"} 5 loki_request_message_bytes_sum{method="GET",route="loki_api_v1_labels"} 0 loki_request_message_bytes_count{method="GET",route="loki_api_v1_labels"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="4"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="16"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="64"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="256"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1024"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="4096"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="16384"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="65536"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="262144"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1.048576e+06"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="4.194304e+06"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1.6777216e+07"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="6.7108864e+07"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="2.68435456e+08"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1.073741824e+09"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="+Inf"} 528 loki_request_message_bytes_sum{method="GET",route="loki_api_v1_query_range"} 0 loki_request_message_bytes_count{method="GET",route="loki_api_v1_query_range"} 528 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="4"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="16"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="64"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="256"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1024"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="4096"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="16384"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="65536"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="262144"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1.048576e+06"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="4.194304e+06"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1.6777216e+07"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="6.7108864e+07"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="2.68435456e+08"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1.073741824e+09"} 5 loki_request_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="+Inf"} 5 loki_request_message_bytes_sum{method="GET",route="loki_api_v1_status_buildinfo"} 0 loki_request_message_bytes_count{method="GET",route="loki_api_v1_status_buildinfo"} 5 loki_request_message_bytes_bucket{method="GET",route="metrics",le="4"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="16"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="64"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="256"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="1024"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="4096"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="16384"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="65536"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="262144"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="1.048576e+06"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="4.194304e+06"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="1.6777216e+07"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="6.7108864e+07"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="2.68435456e+08"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="1.073741824e+09"} 97343 loki_request_message_bytes_bucket{method="GET",route="metrics",le="+Inf"} 97343 loki_request_message_bytes_sum{method="GET",route="metrics"} 0 loki_request_message_bytes_count{method="GET",route="metrics"} 97343 loki_request_message_bytes_bucket{method="GET",route="other",le="4"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="16"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="64"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="256"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="1024"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="4096"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="16384"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="65536"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="262144"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="1.048576e+06"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="4.194304e+06"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="1.6777216e+07"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="6.7108864e+07"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="2.68435456e+08"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="1.073741824e+09"} 3715 loki_request_message_bytes_bucket{method="GET",route="other",le="+Inf"} 3715 loki_request_message_bytes_sum{method="GET",route="other"} 0 loki_request_message_bytes_count{method="GET",route="other"} 3715 loki_request_message_bytes_bucket{method="GET",route="ready",le="4"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="16"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="64"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="256"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="1024"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="4096"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="16384"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="65536"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="262144"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="1.048576e+06"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="4.194304e+06"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="1.6777216e+07"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="6.7108864e+07"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="2.68435456e+08"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="1.073741824e+09"} 5 loki_request_message_bytes_bucket{method="GET",route="ready",le="+Inf"} 5 loki_request_message_bytes_sum{method="GET",route="ready"} 0 loki_request_message_bytes_count{method="GET",route="ready"} 5 loki_request_message_bytes_bucket{method="HEAD",route="other",le="4"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="16"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="64"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="256"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="1024"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="4096"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="16384"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="65536"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="262144"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="1.048576e+06"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="4.194304e+06"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="1.6777216e+07"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="6.7108864e+07"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="2.68435456e+08"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="1.073741824e+09"} 1 loki_request_message_bytes_bucket{method="HEAD",route="other",le="+Inf"} 1 loki_request_message_bytes_sum{method="HEAD",route="other"} 0 loki_request_message_bytes_count{method="HEAD",route="other"} 1 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="4"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="16"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="64"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="256"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="1024"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="4096"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="16384"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="65536"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="262144"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="1.048576e+06"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="4.194304e+06"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="1.6777216e+07"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="6.7108864e+07"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="2.68435456e+08"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="1.073741824e+09"} 12 loki_request_message_bytes_bucket{method="OPTIONS",route="other",le="+Inf"} 12 loki_request_message_bytes_sum{method="OPTIONS",route="other"} 0 loki_request_message_bytes_count{method="OPTIONS",route="other"} 12 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="4"} 0 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="16"} 0 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="64"} 0 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="256"} 16432 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1024"} 352195 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="4096"} 754373 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="16384"} 870371 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="65536"} 892293 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="262144"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1.048576e+06"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="4.194304e+06"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1.6777216e+07"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="6.7108864e+07"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="2.68435456e+08"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1.073741824e+09"} 892314 loki_request_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="+Inf"} 892314 loki_request_message_bytes_sum{method="POST",route="loki_api_v1_push"} 2.518147712e+09 loki_request_message_bytes_count{method="POST",route="loki_api_v1_push"} 892314 loki_request_message_bytes_bucket{method="POST",route="other",le="4"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="16"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="64"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="256"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="1024"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="4096"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="16384"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="65536"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="262144"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="1.048576e+06"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="4.194304e+06"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="1.6777216e+07"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="6.7108864e+07"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="2.68435456e+08"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="1.073741824e+09"} 29 loki_request_message_bytes_bucket{method="POST",route="other",le="+Inf"} 29 loki_request_message_bytes_sum{method="POST",route="other"} 0 loki_request_message_bytes_count{method="POST",route="other"} 29 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="4"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="16"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="64"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="256"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="1024"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="4096"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="16384"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="65536"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="262144"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="1.048576e+06"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="4.194304e+06"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="1.6777216e+07"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="6.7108864e+07"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="2.68435456e+08"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="1.073741824e+09"} 2 loki_request_message_bytes_bucket{method="PROPFIND",route="other",le="+Inf"} 2 loki_request_message_bytes_sum{method="PROPFIND",route="other"} 0 loki_request_message_bytes_count{method="PROPFIND",route="other"} 2 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="16"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="64"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="256"} 30 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1024"} 55 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="4096"} 8127 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="16384"} 8378 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="65536"} 8439 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="262144"} 8478 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1.048576e+06"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="4.194304e+06"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1.6777216e+07"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="6.7108864e+07"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="2.68435456e+08"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1.073741824e+09"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="+Inf"} 8508 loki_request_message_bytes_sum{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult"} 4.9678833e+07 loki_request_message_bytes_count{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="16"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="64"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="256"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1024"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="4096"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="16384"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="65536"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="262144"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1.048576e+06"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="4.194304e+06"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1.6777216e+07"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="6.7108864e+07"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="2.68435456e+08"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1.073741824e+09"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="+Inf"} 4474 loki_request_message_bytes_sum{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers"} 22370 loki_request_message_bytes_count{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers"} 4474 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="16"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="64"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="256"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1024"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="4096"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="16384"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="65536"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="262144"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1.048576e+06"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="4.194304e+06"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1.6777216e+07"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="6.7108864e+07"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="2.68435456e+08"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1.073741824e+09"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="+Inf"} 4475 loki_request_message_bytes_sum{method="gRPC",route="/grpc.Compactor/GetDeleteRequests"} 31325 loki_request_message_bytes_count{method="gRPC",route="/grpc.Compactor/GetDeleteRequests"} 4475 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="16"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="64"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="256"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1024"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="4096"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="16384"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="65536"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="262144"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1.048576e+06"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="4.194304e+06"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1.6777216e+07"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="6.7108864e+07"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="2.68435456e+08"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1.073741824e+09"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="+Inf"} 455082 loki_request_message_bytes_sum{method="gRPC",route="/grpc.health.v1.Health/Check"} 2.27541e+06 loki_request_message_bytes_count{method="gRPC",route="/grpc.health.v1.Health/Check"} 455082 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="16"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="64"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="256"} 136 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1024"} 195857 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="4096"} 607740 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="16384"} 751322 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="65536"} 833975 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="262144"} 891495 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1.048576e+06"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="4.194304e+06"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1.6777216e+07"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="6.7108864e+07"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="2.68435456e+08"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1.073741824e+09"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="+Inf"} 892314 loki_request_message_bytes_sum{method="gRPC",route="/logproto.Pusher/Push"} 1.1845257465e+10 loki_request_message_bytes_count{method="gRPC",route="/logproto.Pusher/Push"} 892314 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="16"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="64"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="256"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1024"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="4096"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="16384"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="65536"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="262144"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1.048576e+06"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="4.194304e+06"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1.6777216e+07"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="6.7108864e+07"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="2.68435456e+08"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1.073741824e+09"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="+Inf"} 60 loki_request_message_bytes_sum{method="gRPC",route="/logproto.Querier/Label"} 2592 loki_request_message_bytes_count{method="gRPC",route="/logproto.Querier/Label"} 60 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="16"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="64"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="256"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1024"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="4096"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="16384"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="65536"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="262144"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1.048576e+06"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="4.194304e+06"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1.6777216e+07"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="6.7108864e+07"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="2.68435456e+08"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1.073741824e+09"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="+Inf"} 8448 loki_request_message_bytes_sum{method="gRPC",route="/logproto.Querier/Query"} 1.329216e+06 loki_request_message_bytes_count{method="gRPC",route="/logproto.Querier/Query"} 8448 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="16"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="64"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="256"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1024"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="4096"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="16384"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="65536"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="262144"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1.048576e+06"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="4.194304e+06"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1.6777216e+07"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="6.7108864e+07"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="2.68435456e+08"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1.073741824e+09"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="+Inf"} 1.277738e+06 loki_request_message_bytes_sum{method="gRPC",route="/logproto.StreamData/GetStreamRates"} 6.38869e+06 loki_request_message_bytes_count{method="gRPC",route="/logproto.StreamData/GetStreamRates"} 1.277738e+06 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="16"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="64"} 5 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="256"} 4533 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1024"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="4096"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="16384"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="65536"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="262144"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1.048576e+06"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="4.194304e+06"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1.6777216e+07"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="6.7108864e+07"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="2.68435456e+08"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1.073741824e+09"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="+Inf"} 8513 loki_request_message_bytes_sum{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop"} 2.235227e+06 loki_request_message_bytes_count{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop"} 8513 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="4"} 0 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="16"} 8508 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="64"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="256"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1024"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="4096"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="16384"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="65536"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="262144"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1.048576e+06"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="4.194304e+06"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1.6777216e+07"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="6.7108864e+07"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="2.68435456e+08"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1.073741824e+09"} 8512 loki_request_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="+Inf"} 8512 loki_request_message_bytes_sum{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop"} 42616 loki_request_message_bytes_count{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop"} 8512 # HELP loki_response_message_bytes Size (in bytes) of messages sent in response. # TYPE loki_response_message_bytes histogram loki_response_message_bytes_bucket{method="AHBN",route="other",le="4"} 0 loki_response_message_bytes_bucket{method="AHBN",route="other",le="16"} 0 loki_response_message_bytes_bucket{method="AHBN",route="other",le="64"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="256"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="1024"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="4096"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="16384"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="65536"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="262144"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="1.048576e+06"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="4.194304e+06"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="1.6777216e+07"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="6.7108864e+07"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="2.68435456e+08"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="1.073741824e+09"} 1 loki_response_message_bytes_bucket{method="AHBN",route="other",le="+Inf"} 1 loki_response_message_bytes_sum{method="AHBN",route="other"} 19 loki_response_message_bytes_count{method="AHBN",route="other"} 1 loki_response_message_bytes_bucket{method="GET",route="config",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="64"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="256"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="1024"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="4096"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="16384"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="65536"} 0 loki_response_message_bytes_bucket{method="GET",route="config",le="262144"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="1.048576e+06"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="4.194304e+06"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="1.6777216e+07"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="6.7108864e+07"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="2.68435456e+08"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="1.073741824e+09"} 2 loki_response_message_bytes_bucket{method="GET",route="config",le="+Inf"} 2 loki_response_message_bytes_sum{method="GET",route="config"} 168222 loki_response_message_bytes_count{method="GET",route="config"} 2 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="64"} 31 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="256"} 31 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="1024"} 31 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="4096"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="16384"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="65536"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="262144"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="1.048576e+06"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="4.194304e+06"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="1.6777216e+07"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="6.7108864e+07"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="2.68435456e+08"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="1.073741824e+09"} 63 loki_response_message_bytes_bucket{method="GET",route="debug_pprof",le="+Inf"} 63 loki_response_message_bytes_sum{method="GET",route="debug_pprof"} 84938 loki_response_message_bytes_count{method="GET",route="debug_pprof"} 63 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="64"} 15 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="256"} 32 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1024"} 50 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="4096"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="16384"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="65536"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="262144"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1.048576e+06"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="4.194304e+06"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1.6777216e+07"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="6.7108864e+07"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="2.68435456e+08"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="1.073741824e+09"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_label_name_values",le="+Inf"} 55 loki_response_message_bytes_sum{method="GET",route="loki_api_v1_label_name_values"} 16109 loki_response_message_bytes_count{method="GET",route="loki_api_v1_label_name_values"} 55 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="64"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="256"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1024"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="4096"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="16384"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="65536"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="262144"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1.048576e+06"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="4.194304e+06"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1.6777216e+07"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="6.7108864e+07"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="2.68435456e+08"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="1.073741824e+09"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_labels",le="+Inf"} 5 loki_response_message_bytes_sum{method="GET",route="loki_api_v1_labels"} 715 loki_response_message_bytes_count{method="GET",route="loki_api_v1_labels"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="64"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="256"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1024"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="4096"} 230 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="16384"} 408 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="65536"} 464 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="262144"} 503 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1.048576e+06"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="4.194304e+06"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1.6777216e+07"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="6.7108864e+07"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="2.68435456e+08"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="1.073741824e+09"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_query_range",le="+Inf"} 528 loki_response_message_bytes_sum{method="GET",route="loki_api_v1_query_range"} 1.9093129e+07 loki_response_message_bytes_count{method="GET",route="loki_api_v1_query_range"} 528 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="64"} 0 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="256"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1024"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="4096"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="16384"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="65536"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="262144"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1.048576e+06"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="4.194304e+06"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1.6777216e+07"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="6.7108864e+07"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="2.68435456e+08"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="1.073741824e+09"} 5 loki_response_message_bytes_bucket{method="GET",route="loki_api_v1_status_buildinfo",le="+Inf"} 5 loki_response_message_bytes_sum{method="GET",route="loki_api_v1_status_buildinfo"} 760 loki_response_message_bytes_count{method="GET",route="loki_api_v1_status_buildinfo"} 5 loki_response_message_bytes_bucket{method="GET",route="metrics",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="16"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="64"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="256"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="1024"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="4096"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="16384"} 0 loki_response_message_bytes_bucket{method="GET",route="metrics",le="65536"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="262144"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="1.048576e+06"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="4.194304e+06"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="1.6777216e+07"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="6.7108864e+07"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="2.68435456e+08"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="1.073741824e+09"} 97343 loki_response_message_bytes_bucket{method="GET",route="metrics",le="+Inf"} 97343 loki_response_message_bytes_sum{method="GET",route="metrics"} 4.281744687e+09 loki_response_message_bytes_count{method="GET",route="metrics"} 97343 loki_response_message_bytes_bucket{method="GET",route="other",le="4"} 128 loki_response_message_bytes_bucket{method="GET",route="other",le="16"} 128 loki_response_message_bytes_bucket{method="GET",route="other",le="64"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="256"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="1024"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="4096"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="16384"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="65536"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="262144"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="1.048576e+06"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="4.194304e+06"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="1.6777216e+07"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="6.7108864e+07"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="2.68435456e+08"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="1.073741824e+09"} 3715 loki_response_message_bytes_bucket{method="GET",route="other",le="+Inf"} 3715 loki_response_message_bytes_sum{method="GET",route="other"} 68153 loki_response_message_bytes_count{method="GET",route="other"} 3715 loki_response_message_bytes_bucket{method="GET",route="ready",le="4"} 0 loki_response_message_bytes_bucket{method="GET",route="ready",le="16"} 4 loki_response_message_bytes_bucket{method="GET",route="ready",le="64"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="256"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="1024"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="4096"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="16384"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="65536"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="262144"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="1.048576e+06"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="4.194304e+06"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="1.6777216e+07"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="6.7108864e+07"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="2.68435456e+08"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="1.073741824e+09"} 5 loki_response_message_bytes_bucket{method="GET",route="ready",le="+Inf"} 5 loki_response_message_bytes_sum{method="GET",route="ready"} 78 loki_response_message_bytes_count{method="GET",route="ready"} 5 loki_response_message_bytes_bucket{method="HEAD",route="other",le="4"} 0 loki_response_message_bytes_bucket{method="HEAD",route="other",le="16"} 0 loki_response_message_bytes_bucket{method="HEAD",route="other",le="64"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="256"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="1024"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="4096"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="16384"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="65536"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="262144"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="1.048576e+06"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="4.194304e+06"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="1.6777216e+07"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="6.7108864e+07"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="2.68435456e+08"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="1.073741824e+09"} 1 loki_response_message_bytes_bucket{method="HEAD",route="other",le="+Inf"} 1 loki_response_message_bytes_sum{method="HEAD",route="other"} 19 loki_response_message_bytes_count{method="HEAD",route="other"} 1 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="4"} 0 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="16"} 0 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="64"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="256"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="1024"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="4096"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="16384"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="65536"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="262144"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="1.048576e+06"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="4.194304e+06"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="1.6777216e+07"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="6.7108864e+07"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="2.68435456e+08"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="1.073741824e+09"} 12 loki_response_message_bytes_bucket{method="OPTIONS",route="other",le="+Inf"} 12 loki_response_message_bytes_sum{method="OPTIONS",route="other"} 228 loki_response_message_bytes_count{method="OPTIONS",route="other"} 12 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="4"} 892313 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="16"} 892313 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="64"} 892313 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="256"} 892313 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1024"} 892313 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="4096"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="16384"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="65536"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="262144"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1.048576e+06"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="4.194304e+06"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1.6777216e+07"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="6.7108864e+07"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="2.68435456e+08"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="1.073741824e+09"} 892314 loki_response_message_bytes_bucket{method="POST",route="loki_api_v1_push",le="+Inf"} 892314 loki_response_message_bytes_sum{method="POST",route="loki_api_v1_push"} 1468 loki_response_message_bytes_count{method="POST",route="loki_api_v1_push"} 892314 loki_response_message_bytes_bucket{method="POST",route="other",le="4"} 0 loki_response_message_bytes_bucket{method="POST",route="other",le="16"} 0 loki_response_message_bytes_bucket{method="POST",route="other",le="64"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="256"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="1024"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="4096"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="16384"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="65536"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="262144"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="1.048576e+06"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="4.194304e+06"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="1.6777216e+07"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="6.7108864e+07"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="2.68435456e+08"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="1.073741824e+09"} 29 loki_response_message_bytes_bucket{method="POST",route="other",le="+Inf"} 29 loki_response_message_bytes_sum{method="POST",route="other"} 551 loki_response_message_bytes_count{method="POST",route="other"} 29 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="4"} 0 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="16"} 0 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="64"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="256"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="1024"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="4096"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="16384"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="65536"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="262144"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="1.048576e+06"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="4.194304e+06"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="1.6777216e+07"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="6.7108864e+07"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="2.68435456e+08"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="1.073741824e+09"} 2 loki_response_message_bytes_bucket{method="PROPFIND",route="other",le="+Inf"} 2 loki_response_message_bytes_sum{method="PROPFIND",route="other"} 38 loki_response_message_bytes_count{method="PROPFIND",route="other"} 2 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="16"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="64"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="256"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1024"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="4096"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="16384"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="65536"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="262144"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1.048576e+06"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="4.194304e+06"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1.6777216e+07"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="6.7108864e+07"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="2.68435456e+08"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="1.073741824e+09"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult",le="+Inf"} 8508 loki_response_message_bytes_sum{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult"} 42540 loki_response_message_bytes_count{method="gRPC",route="/frontendv2pb.FrontendForQuerier/QueryResult"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="16"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="64"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="256"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1024"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="4096"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="16384"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="65536"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="262144"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1.048576e+06"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="4.194304e+06"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1.6777216e+07"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="6.7108864e+07"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="2.68435456e+08"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="1.073741824e+09"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers",le="+Inf"} 4474 loki_response_message_bytes_sum{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers"} 22370 loki_response_message_bytes_count{method="gRPC",route="/grpc.Compactor/GetCacheGenNumbers"} 4474 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="16"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="64"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="256"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1024"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="4096"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="16384"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="65536"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="262144"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1.048576e+06"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="4.194304e+06"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1.6777216e+07"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="6.7108864e+07"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="2.68435456e+08"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="1.073741824e+09"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.Compactor/GetDeleteRequests",le="+Inf"} 4475 loki_response_message_bytes_sum{method="gRPC",route="/grpc.Compactor/GetDeleteRequests"} 22375 loki_response_message_bytes_count{method="gRPC",route="/grpc.Compactor/GetDeleteRequests"} 4475 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="16"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="64"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="256"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1024"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="4096"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="16384"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="65536"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="262144"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1.048576e+06"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="4.194304e+06"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1.6777216e+07"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="6.7108864e+07"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="2.68435456e+08"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="1.073741824e+09"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/grpc.health.v1.Health/Check",le="+Inf"} 455082 loki_response_message_bytes_sum{method="gRPC",route="/grpc.health.v1.Health/Check"} 3.185574e+06 loki_response_message_bytes_count{method="gRPC",route="/grpc.health.v1.Health/Check"} 455082 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="16"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="64"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="256"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1024"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="4096"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="16384"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="65536"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="262144"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1.048576e+06"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="4.194304e+06"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1.6777216e+07"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="6.7108864e+07"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="2.68435456e+08"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="1.073741824e+09"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Pusher/Push",le="+Inf"} 892314 loki_response_message_bytes_sum{method="gRPC",route="/logproto.Pusher/Push"} 4.46157e+06 loki_response_message_bytes_count{method="gRPC",route="/logproto.Pusher/Push"} 892314 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="16"} 10 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="64"} 20 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="256"} 41 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1024"} 55 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="4096"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="16384"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="65536"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="262144"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1.048576e+06"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="4.194304e+06"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1.6777216e+07"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="6.7108864e+07"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="2.68435456e+08"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="1.073741824e+09"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Label",le="+Inf"} 60 loki_response_message_bytes_sum{method="gRPC",route="/logproto.Querier/Label"} 14730 loki_response_message_bytes_count{method="gRPC",route="/logproto.Querier/Label"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="16"} 348 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="64"} 8379 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="256"} 8379 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1024"} 8540 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="4096"} 8653 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="16384"} 8701 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="65536"} 8768 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="262144"} 8866 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1.048576e+06"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="4.194304e+06"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1.6777216e+07"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="6.7108864e+07"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="2.68435456e+08"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="1.073741824e+09"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.Querier/Query",le="+Inf"} 8876 loki_response_message_bytes_sum{method="gRPC",route="/logproto.Querier/Query"} 1.821923e+07 loki_response_message_bytes_count{method="gRPC",route="/logproto.Querier/Query"} 8876 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="16"} 496261 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="64"} 692405 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="256"} 1.277236e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1024"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="4096"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="16384"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="65536"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="262144"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1.048576e+06"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="4.194304e+06"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1.6777216e+07"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="6.7108864e+07"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="2.68435456e+08"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="1.073741824e+09"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/logproto.StreamData/GetStreamRates",le="+Inf"} 1.277737e+06 loki_response_message_bytes_sum{method="gRPC",route="/logproto.StreamData/GetStreamRates"} 6.9450497e+07 loki_response_message_bytes_count{method="gRPC",route="/logproto.StreamData/GetStreamRates"} 1.277737e+06 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="16"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="64"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="256"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1024"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="4096"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="16384"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="65536"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="262144"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1.048576e+06"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="4.194304e+06"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1.6777216e+07"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="6.7108864e+07"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="2.68435456e+08"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="1.073741824e+09"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop",le="+Inf"} 8513 loki_response_message_bytes_sum{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop"} 42565 loki_response_message_bytes_count{method="gRPC",route="/schedulerpb.SchedulerForFrontend/FrontendLoop"} 8513 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="4"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="16"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="64"} 0 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="256"} 60 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1024"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="4096"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="16384"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="65536"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="262144"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1.048576e+06"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="4.194304e+06"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1.6777216e+07"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="6.7108864e+07"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="2.68435456e+08"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="1.073741824e+09"} 8508 loki_response_message_bytes_bucket{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop",le="+Inf"} 8508 loki_response_message_bytes_sum{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop"} 2.517598e+06 loki_response_message_bytes_count{method="gRPC",route="/schedulerpb.SchedulerForQuerier/QuerierLoop"} 8508 # HELP loki_results_cache_version_comparisons_total Comparisons of cache key versions in the results cache between query-frontends & queriers # TYPE loki_results_cache_version_comparisons_total counter loki_results_cache_version_comparisons_total 0 # HELP loki_ring_member_heartbeats_total The total number of heartbeats sent. # TYPE loki_ring_member_heartbeats_total counter loki_ring_member_heartbeats_total{name="distributor"} 97304 # HELP loki_ring_member_tokens_owned The number of tokens owned in the ring. # TYPE loki_ring_member_tokens_owned gauge loki_ring_member_tokens_owned{name="distributor"} 1 # HELP loki_ring_member_tokens_to_own The number of tokens to own in the ring. # TYPE loki_ring_member_tokens_to_own gauge loki_ring_member_tokens_to_own{name="distributor"} 1 # HELP loki_ring_members Number of members in the ring # TYPE loki_ring_members gauge loki_ring_members{name="compactor",state="ACTIVE"} 1 loki_ring_members{name="compactor",state="JOINING"} 0 loki_ring_members{name="compactor",state="LEAVING"} 0 loki_ring_members{name="compactor",state="PENDING"} 0 loki_ring_members{name="compactor",state="Unhealthy"} 0 loki_ring_members{name="distributor",state="ACTIVE"} 1 loki_ring_members{name="distributor",state="JOINING"} 0 loki_ring_members{name="distributor",state="LEAVING"} 0 loki_ring_members{name="distributor",state="PENDING"} 0 loki_ring_members{name="distributor",state="Unhealthy"} 0 loki_ring_members{name="ingester",state="ACTIVE"} 1 loki_ring_members{name="ingester",state="JOINING"} 0 loki_ring_members{name="ingester",state="LEAVING"} 0 loki_ring_members{name="ingester",state="PENDING"} 0 loki_ring_members{name="ingester",state="Unhealthy"} 0 loki_ring_members{name="scheduler",state="ACTIVE"} 1 loki_ring_members{name="scheduler",state="JOINING"} 0 loki_ring_members{name="scheduler",state="LEAVING"} 0 loki_ring_members{name="scheduler",state="PENDING"} 0 loki_ring_members{name="scheduler",state="Unhealthy"} 0 # HELP loki_ring_oldest_member_timestamp Timestamp of the oldest member in the ring. # TYPE loki_ring_oldest_member_timestamp gauge loki_ring_oldest_member_timestamp{name="compactor",state="ACTIVE"} 1.783073596e+09 loki_ring_oldest_member_timestamp{name="compactor",state="JOINING"} 0 loki_ring_oldest_member_timestamp{name="compactor",state="LEAVING"} 0 loki_ring_oldest_member_timestamp{name="compactor",state="PENDING"} 0 loki_ring_oldest_member_timestamp{name="compactor",state="Unhealthy"} 0 loki_ring_oldest_member_timestamp{name="distributor",state="ACTIVE"} 1.783073596e+09 loki_ring_oldest_member_timestamp{name="distributor",state="JOINING"} 0 loki_ring_oldest_member_timestamp{name="distributor",state="LEAVING"} 0 loki_ring_oldest_member_timestamp{name="distributor",state="PENDING"} 0 loki_ring_oldest_member_timestamp{name="distributor",state="Unhealthy"} 0 loki_ring_oldest_member_timestamp{name="ingester",state="ACTIVE"} 1.783073596e+09 loki_ring_oldest_member_timestamp{name="ingester",state="JOINING"} 0 loki_ring_oldest_member_timestamp{name="ingester",state="LEAVING"} 0 loki_ring_oldest_member_timestamp{name="ingester",state="PENDING"} 0 loki_ring_oldest_member_timestamp{name="ingester",state="Unhealthy"} 0 loki_ring_oldest_member_timestamp{name="scheduler",state="ACTIVE"} 1.783073596e+09 loki_ring_oldest_member_timestamp{name="scheduler",state="JOINING"} 0 loki_ring_oldest_member_timestamp{name="scheduler",state="LEAVING"} 0 loki_ring_oldest_member_timestamp{name="scheduler",state="PENDING"} 0 loki_ring_oldest_member_timestamp{name="scheduler",state="Unhealthy"} 0 # HELP loki_ring_tokens_total Number of tokens in the ring # TYPE loki_ring_tokens_total gauge loki_ring_tokens_total{name="compactor"} 1 loki_ring_tokens_total{name="distributor"} 1 loki_ring_tokens_total{name="ingester"} 128 loki_ring_tokens_total{name="scheduler"} 1 # HELP loki_ruler_clients The current number of ruler clients in the pool. # TYPE loki_ruler_clients gauge loki_ruler_clients 0 # HELP loki_ruler_managers_total Total number of managers registered and running in the ruler # TYPE loki_ruler_managers_total gauge loki_ruler_managers_total 0 # HELP loki_ruler_ring_check_errors_total Number of errors that have occurred when checking the ring for ownership # TYPE loki_ruler_ring_check_errors_total counter loki_ruler_ring_check_errors_total 0 # HELP loki_ruler_sync_rules_total Total number of times the ruler sync operation triggered. # TYPE loki_ruler_sync_rules_total counter loki_ruler_sync_rules_total{reason="initial"} 1 loki_ruler_sync_rules_total{reason="periodic"} 24326 # HELP loki_store_chunk_ref_lookups_bypassed_total Number of chunk refs that were bypassed due to store overrides: computed during planning to avoid lookups # TYPE loki_store_chunk_ref_lookups_bypassed_total counter loki_store_chunk_ref_lookups_bypassed_total 0 # HELP loki_store_chunks_downloaded_total Number of chunks referenced or downloaded, partitioned by if they satisfy matchers. # TYPE loki_store_chunks_downloaded_total counter loki_store_chunks_downloaded_total{status="discarded"} 0 loki_store_chunks_downloaded_total{status="matched"} 14 # HELP loki_store_chunks_per_batch The chunk batch size, partitioned by if they satisfy matchers. # TYPE loki_store_chunks_per_batch histogram loki_store_chunks_per_batch_bucket{status="discarded",le="0"} 14 loki_store_chunks_per_batch_bucket{status="discarded",le="10"} 14 loki_store_chunks_per_batch_bucket{status="discarded",le="20"} 14 loki_store_chunks_per_batch_bucket{status="discarded",le="30"} 14 loki_store_chunks_per_batch_bucket{status="discarded",le="40"} 14 loki_store_chunks_per_batch_bucket{status="discarded",le="50"} 14 loki_store_chunks_per_batch_bucket{status="discarded",le="+Inf"} 14 loki_store_chunks_per_batch_sum{status="discarded"} 0 loki_store_chunks_per_batch_count{status="discarded"} 14 loki_store_chunks_per_batch_bucket{status="matched",le="0"} 0 loki_store_chunks_per_batch_bucket{status="matched",le="10"} 14 loki_store_chunks_per_batch_bucket{status="matched",le="20"} 14 loki_store_chunks_per_batch_bucket{status="matched",le="30"} 14 loki_store_chunks_per_batch_bucket{status="matched",le="40"} 14 loki_store_chunks_per_batch_bucket{status="matched",le="50"} 14 loki_store_chunks_per_batch_bucket{status="matched",le="+Inf"} 14 loki_store_chunks_per_batch_sum{status="matched"} 14 loki_store_chunks_per_batch_count{status="matched"} 14 # HELP loki_store_series_total Number of series referenced by a query, partitioned by whether they satisfy matchers. # TYPE loki_store_series_total counter loki_store_series_total{status="discarded"} 0 loki_store_series_total{status="matched"} 14 # HELP loki_stream_sharding_count Total number of times the distributor has sharded streams # TYPE loki_stream_sharding_count counter loki_stream_sharding_count 0 # HELP loki_tcp_connections Current number of accepted TCP connections. # TYPE loki_tcp_connections gauge loki_tcp_connections{protocol="grpc"} 8 loki_tcp_connections{protocol="http"} 3 # HELP loki_tcp_connections_limit The max number of TCP connections that can be accepted (0 means no limit). # TYPE loki_tcp_connections_limit gauge loki_tcp_connections_limit{protocol="grpc"} 0 loki_tcp_connections_limit{protocol="http"} 0 # HELP loki_write_failures_discarded_total The total number of write failures logs discarded for a tenant. # TYPE loki_write_failures_discarded_total counter loki_write_failures_discarded_total{org_id="fake",subsystem="distributor"} 14 # HELP loki_write_failures_logged_total The total number of write failures logs successfully emitted for a tenant. # TYPE loki_write_failures_logged_total counter loki_write_failures_logged_total{org_id="fake",subsystem="distributor"} 2 loki_write_failures_logged_total{org_id="fake",subsystem="ingester"} 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 52337.99 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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.7118146653e+10 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.8060372203e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 34 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.74178048e+08 # 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.78161403291e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.528610816e+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 # HELP prometheus_remote_storage_exemplars_in_total Exemplars in to remote storage, compare to exemplars out for queue managers. # TYPE prometheus_remote_storage_exemplars_in_total counter prometheus_remote_storage_exemplars_in_total 0 # HELP prometheus_remote_storage_histograms_in_total HistogramSamples in to remote storage, compare to histograms out for queue managers. # TYPE prometheus_remote_storage_histograms_in_total counter prometheus_remote_storage_histograms_in_total 0 # HELP prometheus_remote_storage_samples_in_total Samples in to remote storage, compare to samples out for queue managers. # TYPE prometheus_remote_storage_samples_in_total counter prometheus_remote_storage_samples_in_total 0 # HELP prometheus_remote_storage_string_interner_zero_reference_releases_total The number of times release has been called for strings that are not interned. # TYPE prometheus_remote_storage_string_interner_zero_reference_releases_total counter prometheus_remote_storage_string_interner_zero_reference_releases_total 0 # HELP prometheus_sd_dns_lookup_failures_total The number of DNS-SD lookup failures. # TYPE prometheus_sd_dns_lookup_failures_total counter prometheus_sd_dns_lookup_failures_total 0 # HELP prometheus_sd_dns_lookups_total The number of DNS-SD lookups. # TYPE prometheus_sd_dns_lookups_total counter prometheus_sd_dns_lookups_total 0 # HELP prometheus_template_text_expansion_failures_total The total number of template text expansion failures. # TYPE prometheus_template_text_expansion_failures_total counter prometheus_template_text_expansion_failures_total 0 # HELP prometheus_template_text_expansions_total The total number of template text expansions. # TYPE prometheus_template_text_expansions_total counter prometheus_template_text_expansions_total 0 # HELP prometheus_tsdb_wal_completed_pages_total Total number of completed pages. # TYPE prometheus_tsdb_wal_completed_pages_total counter prometheus_tsdb_wal_completed_pages_total 345717 # HELP prometheus_tsdb_wal_fsync_duration_seconds Duration of write log fsync. # TYPE prometheus_tsdb_wal_fsync_duration_seconds summary prometheus_tsdb_wal_fsync_duration_seconds{quantile="0.5"} 0.012309753 prometheus_tsdb_wal_fsync_duration_seconds{quantile="0.9"} 0.012710493 prometheus_tsdb_wal_fsync_duration_seconds{quantile="0.99"} 0.012710493 prometheus_tsdb_wal_fsync_duration_seconds_sum 61.82128433099995 prometheus_tsdb_wal_fsync_duration_seconds_count 4865 # HELP prometheus_tsdb_wal_page_flushes_total Total number of page flushes. # TYPE prometheus_tsdb_wal_page_flushes_total counter prometheus_tsdb_wal_page_flushes_total 1.240118e+06 # HELP prometheus_tsdb_wal_record_part_writes_total Total number of record parts written before flushing. # TYPE prometheus_tsdb_wal_record_part_writes_total counter prometheus_tsdb_wal_record_part_writes_total 1.235254e+06 # HELP prometheus_tsdb_wal_record_parts_bytes_written_total Total number of record part bytes written before flushing, including CRC and compression headers. # TYPE prometheus_tsdb_wal_record_parts_bytes_written_total counter prometheus_tsdb_wal_record_parts_bytes_written_total 1.1249936368e+10 # HELP prometheus_tsdb_wal_segment_current Write log segment index that TSDB is currently writing to. # TYPE prometheus_tsdb_wal_segment_current gauge prometheus_tsdb_wal_segment_current 51663 # HELP prometheus_tsdb_wal_storage_size_bytes Size of the write log directory. # TYPE prometheus_tsdb_wal_storage_size_bytes gauge prometheus_tsdb_wal_storage_size_bytes 4.853623e+06 # HELP prometheus_tsdb_wal_truncations_failed_total Total number of write log truncations that failed. # TYPE prometheus_tsdb_wal_truncations_failed_total counter prometheus_tsdb_wal_truncations_failed_total 0 # HELP prometheus_tsdb_wal_truncations_total Total number of write log truncations attempted. # TYPE prometheus_tsdb_wal_truncations_total counter prometheus_tsdb_wal_truncations_total 4864 # HELP prometheus_tsdb_wal_writes_failed_total Total number of write log writes that failed. # TYPE prometheus_tsdb_wal_writes_failed_total counter prometheus_tsdb_wal_writes_failed_total 0 # HELP ring_member_heartbeats_total The total number of heartbeats sent. # TYPE ring_member_heartbeats_total counter ring_member_heartbeats_total{name="compactor"} 97304 ring_member_heartbeats_total{name="scheduler"} 97304 # HELP ring_member_tokens_owned The number of tokens owned in the ring. # TYPE ring_member_tokens_owned gauge ring_member_tokens_owned{name="compactor"} 1 ring_member_tokens_owned{name="scheduler"} 1 # HELP ring_member_tokens_to_own The number of tokens to own in the ring. # TYPE ring_member_tokens_to_own gauge ring_member_tokens_to_own{name="compactor"} 1 ring_member_tokens_to_own{name="scheduler"} 1