# HELP go_build_info Build information about the main Go module. # TYPE go_build_info gauge go_build_info{checksum="",path="github.com/danielqsj/kafka_exporter",version="(devel)"} 1 # HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 5.1018e-05 go_gc_duration_seconds{quantile="0.25"} 8.4787e-05 go_gc_duration_seconds{quantile="0.5"} 0.000123668 go_gc_duration_seconds{quantile="0.75"} 0.0001778 go_gc_duration_seconds{quantile="1"} 0.000810259 go_gc_duration_seconds_sum 8.055887446 go_gc_duration_seconds_count 42749 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 18 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.0"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.266032e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 3.2953501088e+10 # 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 1.660573e+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 3.5669637e+08 # 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 2.889904e+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 2.266032e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.462912e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.120576e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 15414 # 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 5.791744e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.1583488e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7676667398572025e+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 3.56711784e+08 # 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 9600 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 174720 # 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 195840 # 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 4.586648e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.633227e+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 983040 # 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 983040 # 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 1.8961672e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 8 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 11 # HELP kafka_broker_info Information about the Kafka Broker. # TYPE kafka_broker_info gauge kafka_broker_info{address="main-kafka-0.main-kafka-brokers.kafka.svc:9092",id="0"} 1 # HELP kafka_brokers Number of Brokers in the Kafka Cluster. # TYPE kafka_brokers gauge kafka_brokers 1 # HELP kafka_consumergroup_current_offset Current Offset of a ConsumerGroup at Topic/Partition # TYPE kafka_consumergroup_current_offset gauge kafka_consumergroup_current_offset{consumergroup="card",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="card",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="card",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="card",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="card",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="crash-result"} 1.055728786e+09 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="crash",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="dice",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="fields",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="frequency",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="lotto",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="mazzetti",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="range",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="report",partition="0",topic="coupon"} 1.69126412e+08 kafka_consumergroup_current_offset{consumergroup="report",partition="0",topic="draw"} 5.2957112e+07 kafka_consumergroup_current_offset{consumergroup="report",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="report",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="report",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="roulette",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="bet-types"} 496 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="game"} 133 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="game-config"} 728 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="game-limits"} 2151 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="merchant-game"} 821 kafka_consumergroup_current_offset{consumergroup="scratch",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="user",partition="0",topic="merchants"} 40 kafka_consumergroup_current_offset{consumergroup="wallet-integration",partition="0",topic="merchants"} 40 # HELP kafka_consumergroup_current_offset_sum Current Offset of a ConsumerGroup at Topic for all partitions # TYPE kafka_consumergroup_current_offset_sum gauge kafka_consumergroup_current_offset_sum{consumergroup="card",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="card",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="card",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="card",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="card",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="crash-result"} 1.055728786e+09 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="crash",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="dice",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="fields",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="frequency",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="lotto",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="mazzetti",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="range",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="report",topic="coupon"} 1.69126412e+08 kafka_consumergroup_current_offset_sum{consumergroup="report",topic="draw"} 5.2957112e+07 kafka_consumergroup_current_offset_sum{consumergroup="report",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="report",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="report",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="roulette",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="bet-type-groups"} 75 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="bet-types"} 496 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="exchange-rate"} 11057 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="game"} 133 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="game-config"} 728 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="game-limits"} 2151 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="merchant-game"} 821 kafka_consumergroup_current_offset_sum{consumergroup="scratch",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="user",topic="merchants"} 40 kafka_consumergroup_current_offset_sum{consumergroup="wallet-integration",topic="merchants"} 40 # HELP kafka_consumergroup_lag Current Approximate Lag of a ConsumerGroup at Topic/Partition # TYPE kafka_consumergroup_lag gauge kafka_consumergroup_lag{consumergroup="card",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="card",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="card",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="card",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="card",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="crash-result"} 37 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="crash",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="dice",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="fields",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="frequency",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="lotto",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="mazzetti",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="range",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="report",partition="0",topic="coupon"} 0 kafka_consumergroup_lag{consumergroup="report",partition="0",topic="draw"} 1 kafka_consumergroup_lag{consumergroup="report",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="report",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="report",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="roulette",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="bet-type-groups"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="bet-types"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="exchange-rate"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="game"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="game-config"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="game-limits"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="merchant-game"} 0 kafka_consumergroup_lag{consumergroup="scratch",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="user",partition="0",topic="merchants"} 0 kafka_consumergroup_lag{consumergroup="wallet-integration",partition="0",topic="merchants"} 0 # HELP kafka_consumergroup_lag_sum Current Approximate Lag of a ConsumerGroup at Topic for all partitions # TYPE kafka_consumergroup_lag_sum gauge kafka_consumergroup_lag_sum{consumergroup="card",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="card",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="card",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="card",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="card",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="crash-result"} 37 kafka_consumergroup_lag_sum{consumergroup="crash",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="crash",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="dice",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="fields",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="frequency",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="lotto",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="mazzetti",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="range",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="report",topic="coupon"} 0 kafka_consumergroup_lag_sum{consumergroup="report",topic="draw"} 1 kafka_consumergroup_lag_sum{consumergroup="report",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="report",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="report",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="roulette",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="bet-type-groups"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="bet-types"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="exchange-rate"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="game"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="game-config"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="game-limits"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="merchant-game"} 0 kafka_consumergroup_lag_sum{consumergroup="scratch",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="user",topic="merchants"} 0 kafka_consumergroup_lag_sum{consumergroup="wallet-integration",topic="merchants"} 0 # HELP kafka_consumergroup_members Amount of members in a consumer group # TYPE kafka_consumergroup_members gauge kafka_consumergroup_members{consumergroup="card"} 8 kafka_consumergroup_members{consumergroup="crash"} 19 kafka_consumergroup_members{consumergroup="dice"} 8 kafka_consumergroup_members{consumergroup="fields"} 8 kafka_consumergroup_members{consumergroup="frequency"} 8 kafka_consumergroup_members{consumergroup="lotto"} 18 kafka_consumergroup_members{consumergroup="main-kafka-connect"} 1 kafka_consumergroup_members{consumergroup="mazzetti"} 8 kafka_consumergroup_members{consumergroup="range"} 8 kafka_consumergroup_members{consumergroup="report"} 6 kafka_consumergroup_members{consumergroup="roulette"} 8 kafka_consumergroup_members{consumergroup="schema-registry"} 1 kafka_consumergroup_members{consumergroup="scratch"} 8 kafka_consumergroup_members{consumergroup="user"} 1 kafka_consumergroup_members{consumergroup="wallet-integration"} 1 # HELP kafka_topic_partition_current_offset Current Offset of a Broker at Topic/Partition # TYPE kafka_topic_partition_current_offset gauge kafka_topic_partition_current_offset{partition="0",topic="__consumer_offsets"} 16 kafka_topic_partition_current_offset{partition="0",topic="_schemas"} 32 kafka_topic_partition_current_offset{partition="0",topic="bet-type-groups"} 75 kafka_topic_partition_current_offset{partition="0",topic="bet-types"} 496 kafka_topic_partition_current_offset{partition="0",topic="coupon"} 1.69126412e+08 kafka_topic_partition_current_offset{partition="0",topic="crash-result"} 1.055728823e+09 kafka_topic_partition_current_offset{partition="0",topic="draw"} 5.2957113e+07 kafka_topic_partition_current_offset{partition="0",topic="engine"} 20 kafka_topic_partition_current_offset{partition="0",topic="engine-game"} 4 kafka_topic_partition_current_offset{partition="0",topic="exchange-rate"} 11057 kafka_topic_partition_current_offset{partition="0",topic="game"} 133 kafka_topic_partition_current_offset{partition="0",topic="game-config"} 728 kafka_topic_partition_current_offset{partition="0",topic="game-limits"} 2151 kafka_topic_partition_current_offset{partition="0",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="0",topic="main-kafka-connect-status-storage"} 316 kafka_topic_partition_current_offset{partition="0",topic="main-kafka-connect-storage"} 11169 kafka_topic_partition_current_offset{partition="0",topic="merchant-game"} 821 kafka_topic_partition_current_offset{partition="0",topic="merchants"} 40 kafka_topic_partition_current_offset{partition="1",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="1",topic="main-kafka-connect-offset-storage"} 3.959346e+06 kafka_topic_partition_current_offset{partition="1",topic="main-kafka-connect-status-storage"} 347 kafka_topic_partition_current_offset{partition="10",topic="__consumer_offsets"} 9907 kafka_topic_partition_current_offset{partition="10",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="11",topic="__consumer_offsets"} 3 kafka_topic_partition_current_offset{partition="11",topic="main-kafka-connect-offset-storage"} 157595 kafka_topic_partition_current_offset{partition="12",topic="__consumer_offsets"} 9 kafka_topic_partition_current_offset{partition="12",topic="main-kafka-connect-offset-storage"} 91107 kafka_topic_partition_current_offset{partition="13",topic="__consumer_offsets"} 12 kafka_topic_partition_current_offset{partition="13",topic="main-kafka-connect-offset-storage"} 916580 kafka_topic_partition_current_offset{partition="14",topic="__consumer_offsets"} 3 kafka_topic_partition_current_offset{partition="14",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="15",topic="__consumer_offsets"} 404916 kafka_topic_partition_current_offset{partition="15",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="16",topic="__consumer_offsets"} 196 kafka_topic_partition_current_offset{partition="16",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="17",topic="__consumer_offsets"} 3 kafka_topic_partition_current_offset{partition="17",topic="main-kafka-connect-offset-storage"} 441078 kafka_topic_partition_current_offset{partition="18",topic="__consumer_offsets"} 13 kafka_topic_partition_current_offset{partition="18",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="19",topic="__consumer_offsets"} 281 kafka_topic_partition_current_offset{partition="19",topic="main-kafka-connect-offset-storage"} 2.399372e+06 kafka_topic_partition_current_offset{partition="2",topic="__consumer_offsets"} 11772 kafka_topic_partition_current_offset{partition="2",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="2",topic="main-kafka-connect-status-storage"} 385 kafka_topic_partition_current_offset{partition="20",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="20",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="21",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="21",topic="main-kafka-connect-offset-storage"} 507130 kafka_topic_partition_current_offset{partition="22",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="22",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="23",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="23",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="24",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="24",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="25",topic="__consumer_offsets"} 23342 kafka_topic_partition_current_offset{partition="26",topic="__consumer_offsets"} 0 kafka_topic_partition_current_offset{partition="27",topic="__consumer_offsets"} 109 kafka_topic_partition_current_offset{partition="28",topic="__consumer_offsets"} 386 kafka_topic_partition_current_offset{partition="29",topic="__consumer_offsets"} 20 kafka_topic_partition_current_offset{partition="3",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="3",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="3",topic="main-kafka-connect-status-storage"} 195 kafka_topic_partition_current_offset{partition="30",topic="__consumer_offsets"} 11730 kafka_topic_partition_current_offset{partition="31",topic="__consumer_offsets"} 12 kafka_topic_partition_current_offset{partition="32",topic="__consumer_offsets"} 194848 kafka_topic_partition_current_offset{partition="33",topic="__consumer_offsets"} 1421 kafka_topic_partition_current_offset{partition="34",topic="__consumer_offsets"} 11686 kafka_topic_partition_current_offset{partition="35",topic="__consumer_offsets"} 277 kafka_topic_partition_current_offset{partition="36",topic="__consumer_offsets"} 529 kafka_topic_partition_current_offset{partition="37",topic="__consumer_offsets"} 0 kafka_topic_partition_current_offset{partition="38",topic="__consumer_offsets"} 354 kafka_topic_partition_current_offset{partition="39",topic="__consumer_offsets"} 7.289391e+06 kafka_topic_partition_current_offset{partition="4",topic="__consumer_offsets"} 9 kafka_topic_partition_current_offset{partition="4",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="4",topic="main-kafka-connect-status-storage"} 389 kafka_topic_partition_current_offset{partition="40",topic="__consumer_offsets"} 11672 kafka_topic_partition_current_offset{partition="41",topic="__consumer_offsets"} 15 kafka_topic_partition_current_offset{partition="42",topic="__consumer_offsets"} 9 kafka_topic_partition_current_offset{partition="43",topic="__consumer_offsets"} 0 kafka_topic_partition_current_offset{partition="44",topic="__consumer_offsets"} 12309 kafka_topic_partition_current_offset{partition="45",topic="__consumer_offsets"} 11725 kafka_topic_partition_current_offset{partition="46",topic="__consumer_offsets"} 0 kafka_topic_partition_current_offset{partition="47",topic="__consumer_offsets"} 48 kafka_topic_partition_current_offset{partition="48",topic="__consumer_offsets"} 1.5081564e+07 kafka_topic_partition_current_offset{partition="49",topic="__consumer_offsets"} 197 kafka_topic_partition_current_offset{partition="5",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="5",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="6",topic="__consumer_offsets"} 25 kafka_topic_partition_current_offset{partition="6",topic="main-kafka-connect-offset-storage"} 618956 kafka_topic_partition_current_offset{partition="7",topic="__consumer_offsets"} 23 kafka_topic_partition_current_offset{partition="7",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="8",topic="__consumer_offsets"} 3 kafka_topic_partition_current_offset{partition="8",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_current_offset{partition="9",topic="__consumer_offsets"} 6 kafka_topic_partition_current_offset{partition="9",topic="main-kafka-connect-offset-storage"} 3.957296e+06 # HELP kafka_topic_partition_in_sync_replica Number of In-Sync Replicas for this Topic/Partition # TYPE kafka_topic_partition_in_sync_replica gauge kafka_topic_partition_in_sync_replica{partition="0",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="_schemas"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="bet-type-groups"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="bet-types"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="coupon"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="crash-result"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="draw"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="engine"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="engine-game"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="exchange-rate"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="game"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="game-config"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="game-limits"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="main-kafka-connect-storage"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="merchant-game"} 1 kafka_topic_partition_in_sync_replica{partition="0",topic="merchants"} 1 kafka_topic_partition_in_sync_replica{partition="1",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="1",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="1",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_in_sync_replica{partition="10",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="10",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="11",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="11",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="12",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="12",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="13",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="13",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="14",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="14",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="15",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="15",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="16",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="16",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="17",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="17",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="18",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="18",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="19",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="19",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="2",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="2",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="2",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_in_sync_replica{partition="20",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="20",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="21",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="21",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="22",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="22",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="23",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="23",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="24",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="24",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="25",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="26",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="27",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="28",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="29",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="3",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="3",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="3",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_in_sync_replica{partition="30",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="31",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="32",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="33",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="34",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="35",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="36",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="37",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="38",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="39",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="4",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="4",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="4",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_in_sync_replica{partition="40",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="41",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="42",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="43",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="44",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="45",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="46",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="47",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="48",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="49",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="5",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="5",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="6",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="6",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="7",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="7",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="8",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="8",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_in_sync_replica{partition="9",topic="__consumer_offsets"} 1 kafka_topic_partition_in_sync_replica{partition="9",topic="main-kafka-connect-offset-storage"} 1 # HELP kafka_topic_partition_leader Leader Broker ID of this Topic/Partition # TYPE kafka_topic_partition_leader gauge kafka_topic_partition_leader{partition="0",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="0",topic="_schemas"} 0 kafka_topic_partition_leader{partition="0",topic="bet-type-groups"} 0 kafka_topic_partition_leader{partition="0",topic="bet-types"} 0 kafka_topic_partition_leader{partition="0",topic="coupon"} 0 kafka_topic_partition_leader{partition="0",topic="crash-result"} 0 kafka_topic_partition_leader{partition="0",topic="draw"} 0 kafka_topic_partition_leader{partition="0",topic="engine"} 0 kafka_topic_partition_leader{partition="0",topic="engine-game"} 0 kafka_topic_partition_leader{partition="0",topic="exchange-rate"} 0 kafka_topic_partition_leader{partition="0",topic="game"} 0 kafka_topic_partition_leader{partition="0",topic="game-config"} 0 kafka_topic_partition_leader{partition="0",topic="game-limits"} 0 kafka_topic_partition_leader{partition="0",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="0",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_leader{partition="0",topic="main-kafka-connect-storage"} 0 kafka_topic_partition_leader{partition="0",topic="merchant-game"} 0 kafka_topic_partition_leader{partition="0",topic="merchants"} 0 kafka_topic_partition_leader{partition="1",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="1",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="1",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_leader{partition="10",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="10",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="11",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="11",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="12",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="12",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="13",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="13",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="14",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="14",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="15",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="15",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="16",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="16",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="17",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="17",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="18",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="18",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="19",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="19",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="2",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="2",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="2",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_leader{partition="20",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="20",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="21",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="21",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="22",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="22",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="23",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="23",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="24",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="24",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="25",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="26",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="27",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="28",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="29",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="3",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="3",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="3",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_leader{partition="30",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="31",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="32",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="33",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="34",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="35",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="36",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="37",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="38",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="39",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="4",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="4",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="4",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_leader{partition="40",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="41",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="42",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="43",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="44",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="45",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="46",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="47",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="48",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="49",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="5",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="5",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="6",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="6",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="7",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="7",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="8",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="8",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_leader{partition="9",topic="__consumer_offsets"} 0 kafka_topic_partition_leader{partition="9",topic="main-kafka-connect-offset-storage"} 0 # HELP kafka_topic_partition_leader_is_preferred 1 if Topic/Partition is using the Preferred Broker # TYPE kafka_topic_partition_leader_is_preferred gauge kafka_topic_partition_leader_is_preferred{partition="0",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="_schemas"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="bet-type-groups"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="bet-types"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="coupon"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="crash-result"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="draw"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="engine"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="engine-game"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="exchange-rate"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="game"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="game-config"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="game-limits"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="main-kafka-connect-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="merchant-game"} 1 kafka_topic_partition_leader_is_preferred{partition="0",topic="merchants"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="1",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="10",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="10",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="11",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="11",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="12",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="12",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="13",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="13",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="14",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="14",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="15",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="15",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="16",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="16",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="17",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="17",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="18",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="18",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="19",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="19",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="2",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="20",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="20",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="21",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="21",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="22",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="22",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="23",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="23",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="24",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="24",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="25",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="26",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="27",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="28",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="29",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="3",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="30",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="31",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="32",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="33",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="34",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="35",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="36",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="37",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="38",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="39",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="4",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="40",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="41",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="42",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="43",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="44",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="45",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="46",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="47",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="48",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="49",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="5",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="6",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="7",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="8",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="__consumer_offsets"} 1 kafka_topic_partition_leader_is_preferred{partition="9",topic="main-kafka-connect-offset-storage"} 1 # HELP kafka_topic_partition_oldest_offset Oldest Offset of a Broker at Topic/Partition # TYPE kafka_topic_partition_oldest_offset gauge kafka_topic_partition_oldest_offset{partition="0",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="_schemas"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="bet-type-groups"} 75 kafka_topic_partition_oldest_offset{partition="0",topic="bet-types"} 496 kafka_topic_partition_oldest_offset{partition="0",topic="coupon"} 1.67083469e+08 kafka_topic_partition_oldest_offset{partition="0",topic="crash-result"} 1.036179235e+09 kafka_topic_partition_oldest_offset{partition="0",topic="draw"} 5.1867287e+07 kafka_topic_partition_oldest_offset{partition="0",topic="engine"} 20 kafka_topic_partition_oldest_offset{partition="0",topic="engine-game"} 4 kafka_topic_partition_oldest_offset{partition="0",topic="exchange-rate"} 10774 kafka_topic_partition_oldest_offset{partition="0",topic="game"} 133 kafka_topic_partition_oldest_offset{partition="0",topic="game-config"} 728 kafka_topic_partition_oldest_offset{partition="0",topic="game-limits"} 2151 kafka_topic_partition_oldest_offset{partition="0",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="main-kafka-connect-storage"} 0 kafka_topic_partition_oldest_offset{partition="0",topic="merchant-game"} 821 kafka_topic_partition_oldest_offset{partition="0",topic="merchants"} 40 kafka_topic_partition_oldest_offset{partition="1",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="1",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_oldest_offset{partition="10",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="10",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="11",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="11",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="12",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="12",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="13",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="13",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="14",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="14",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="15",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="15",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="16",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="16",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="17",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="17",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="18",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="18",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="19",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="19",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="2",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_oldest_offset{partition="20",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="20",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="21",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="21",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="22",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="22",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="23",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="23",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="24",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="24",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="25",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="26",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="27",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="28",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="29",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="3",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_oldest_offset{partition="30",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="31",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="32",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="33",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="34",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="35",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="36",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="37",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="38",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="39",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="4",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_oldest_offset{partition="40",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="41",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="42",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="43",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="44",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="45",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="46",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="47",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="48",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="49",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="5",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="6",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="7",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="8",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="__consumer_offsets"} 0 kafka_topic_partition_oldest_offset{partition="9",topic="main-kafka-connect-offset-storage"} 0 # HELP kafka_topic_partition_replicas Number of Replicas for this Topic/Partition # TYPE kafka_topic_partition_replicas gauge kafka_topic_partition_replicas{partition="0",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="0",topic="_schemas"} 1 kafka_topic_partition_replicas{partition="0",topic="bet-type-groups"} 1 kafka_topic_partition_replicas{partition="0",topic="bet-types"} 1 kafka_topic_partition_replicas{partition="0",topic="coupon"} 1 kafka_topic_partition_replicas{partition="0",topic="crash-result"} 1 kafka_topic_partition_replicas{partition="0",topic="draw"} 1 kafka_topic_partition_replicas{partition="0",topic="engine"} 1 kafka_topic_partition_replicas{partition="0",topic="engine-game"} 1 kafka_topic_partition_replicas{partition="0",topic="exchange-rate"} 1 kafka_topic_partition_replicas{partition="0",topic="game"} 1 kafka_topic_partition_replicas{partition="0",topic="game-config"} 1 kafka_topic_partition_replicas{partition="0",topic="game-limits"} 1 kafka_topic_partition_replicas{partition="0",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="0",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_replicas{partition="0",topic="main-kafka-connect-storage"} 1 kafka_topic_partition_replicas{partition="0",topic="merchant-game"} 1 kafka_topic_partition_replicas{partition="0",topic="merchants"} 1 kafka_topic_partition_replicas{partition="1",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="1",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="1",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_replicas{partition="10",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="10",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="11",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="11",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="12",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="12",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="13",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="13",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="14",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="14",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="15",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="15",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="16",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="16",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="17",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="17",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="18",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="18",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="19",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="19",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="2",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="2",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="2",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_replicas{partition="20",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="20",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="21",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="21",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="22",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="22",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="23",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="23",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="24",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="24",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="25",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="26",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="27",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="28",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="29",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="3",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="3",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="3",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_replicas{partition="30",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="31",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="32",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="33",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="34",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="35",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="36",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="37",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="38",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="39",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="4",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="4",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="4",topic="main-kafka-connect-status-storage"} 1 kafka_topic_partition_replicas{partition="40",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="41",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="42",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="43",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="44",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="45",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="46",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="47",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="48",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="49",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="5",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="5",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="6",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="6",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="7",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="7",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="8",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="8",topic="main-kafka-connect-offset-storage"} 1 kafka_topic_partition_replicas{partition="9",topic="__consumer_offsets"} 1 kafka_topic_partition_replicas{partition="9",topic="main-kafka-connect-offset-storage"} 1 # HELP kafka_topic_partition_under_replicated_partition 1 if Topic/Partition is under Replicated # TYPE kafka_topic_partition_under_replicated_partition gauge kafka_topic_partition_under_replicated_partition{partition="0",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="_schemas"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="bet-type-groups"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="bet-types"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="coupon"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="crash-result"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="draw"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="engine"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="engine-game"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="exchange-rate"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="game"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="game-config"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="game-limits"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="main-kafka-connect-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="merchant-game"} 0 kafka_topic_partition_under_replicated_partition{partition="0",topic="merchants"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="1",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="10",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="10",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="11",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="11",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="12",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="12",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="13",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="13",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="14",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="14",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="15",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="15",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="16",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="16",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="17",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="17",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="18",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="18",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="19",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="19",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="2",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="20",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="20",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="21",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="21",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="22",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="22",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="23",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="23",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="24",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="24",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="25",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="26",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="27",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="28",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="29",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="3",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="30",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="31",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="32",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="33",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="34",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="35",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="36",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="37",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="38",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="39",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="4",topic="main-kafka-connect-status-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="40",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="41",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="42",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="43",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="44",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="45",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="46",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="47",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="48",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="49",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="5",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="6",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="7",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="8",topic="main-kafka-connect-offset-storage"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="__consumer_offsets"} 0 kafka_topic_partition_under_replicated_partition{partition="9",topic="main-kafka-connect-offset-storage"} 0 # HELP kafka_topic_partitions Number of partitions for this Topic # TYPE kafka_topic_partitions gauge kafka_topic_partitions{topic="__consumer_offsets"} 50 kafka_topic_partitions{topic="_schemas"} 1 kafka_topic_partitions{topic="bet-type-groups"} 1 kafka_topic_partitions{topic="bet-types"} 1 kafka_topic_partitions{topic="coupon"} 1 kafka_topic_partitions{topic="crash-result"} 1 kafka_topic_partitions{topic="draw"} 1 kafka_topic_partitions{topic="engine"} 1 kafka_topic_partitions{topic="engine-game"} 1 kafka_topic_partitions{topic="exchange-rate"} 1 kafka_topic_partitions{topic="game"} 1 kafka_topic_partitions{topic="game-config"} 1 kafka_topic_partitions{topic="game-limits"} 1 kafka_topic_partitions{topic="main-kafka-connect-offset-storage"} 25 kafka_topic_partitions{topic="main-kafka-connect-status-storage"} 5 kafka_topic_partitions{topic="main-kafka-connect-storage"} 1 kafka_topic_partitions{topic="merchant-game"} 1 kafka_topic_partitions{topic="merchants"} 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 1207.81 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # 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.401634968e+09 # 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 8.37942548e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 15 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.00704e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.76465541851e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.271652352e+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 promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 10560 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0