# HELP category_assigned_total Distribution of assigned categories # TYPE category_assigned_total counter category_assigned_total{category_code="BNK-000",category_name="Category not found",holder_type="unknown"} 1 category_assigned_total{category_code="EMP-0700",category_name="Salaries and wages",holder_type="unknown"} 1 category_assigned_total{category_code="EXP-0600",category_name="Rentals",holder_type="unknown"} 1 category_assigned_total{category_code="OPS-0100",category_name="SAAS Tools",holder_type="unknown"} 1 category_assigned_total{category_code="TAX-0600",category_name="Other taxes and similar payments (tax authorities)",holder_type="unknown"} 1 category_assigned_total{category_code="TRN-0200",category_name="Travel, assignments, and receptions",holder_type="unknown"} 1 # HELP classification_duration_seconds Duration of classification operations in seconds # TYPE classification_duration_seconds histogram classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="0.1"} 0 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="0.5"} 0 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="1"} 0 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="2"} 0 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="5"} 0 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="10"} 1 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="30"} 2 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="60"} 2 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="120"} 2 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="300"} 2 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="600"} 2 classification_duration_seconds_bucket{cached="false",model="claude-sonnet-4-6",provider="bedrock",le="+Inf"} 2 classification_duration_seconds_sum{cached="false",model="claude-sonnet-4-6",provider="bedrock"} 21.079162314 classification_duration_seconds_count{cached="false",model="claude-sonnet-4-6",provider="bedrock"} 2 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="0.1"} 0 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="0.5"} 0 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="1"} 0 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="2"} 0 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="5"} 0 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="10"} 3 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="30"} 4 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="60"} 4 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="120"} 4 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="300"} 4 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="600"} 4 classification_duration_seconds_bucket{cached="false",model="haiku-4.5",provider="bedrock",le="+Inf"} 4 classification_duration_seconds_sum{cached="false",model="haiku-4.5",provider="bedrock"} 33.902494132 classification_duration_seconds_count{cached="false",model="haiku-4.5",provider="bedrock"} 4 # HELP classifications_total Total number of classifications # TYPE classifications_total counter classifications_total{cached="false",model="claude-sonnet-4-6",provider="bedrock",success="true"} 2 classifications_total{cached="false",model="haiku-4.5",provider="bedrock",success="true"} 4 # HELP enrichment_attempts_total Total number of enrichment attempts # TYPE enrichment_attempts_total counter enrichment_attempts_total{model="bedrock/haiku-4.5",provider="bedrock",success="true"} 12 # 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"} 3.2249e-05 go_gc_duration_seconds{quantile="0.25"} 6.8388e-05 go_gc_duration_seconds{quantile="0.5"} 8.3662e-05 go_gc_duration_seconds{quantile="0.75"} 9.0962e-05 go_gc_duration_seconds{quantile="1"} 0.000615693 go_gc_duration_seconds_sum 0.015974077 go_gc_duration_seconds_count 188 # 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 10 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.13"} 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 4.211088e+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 6.9549432e+07 # 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 4281 # 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 556582 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.403912e+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 4.211088e+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 3.792896e+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 7.938048e+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 15194 # 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 3.137536e+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.1730944e+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.779401308062646e+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 571776 # 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 4832 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 183200 # 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 212160 # 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 8.661714e+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 516279 # 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 851968 # 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 851968 # 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.6735248e+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 4 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP http_request_duration_seconds Duration of HTTP requests in seconds # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.005"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.01"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.025"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.05"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.1"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.25"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="0.5"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="1"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="2.5"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="5"} 0 http_request_duration_seconds_bucket{method="POST",path="/classify",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/classify",le="+Inf"} 6 http_request_duration_seconds_sum{method="POST",path="/classify"} 55.202888257 http_request_duration_seconds_count{method="POST",path="/classify"} 6 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="POST",path="/classify",status="200"} 6 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 4.53 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048575e+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 4.65663e+06 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.43733e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 82 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4834048e+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.77937956183e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27019008e+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"} 2 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0 # HELP prompt_duration_seconds Duration of prompt execution in seconds # TYPE prompt_duration_seconds histogram prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="0.1"} 0 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="0.5"} 0 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="1"} 0 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="2"} 0 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="5"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="10"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="30"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="60"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="120"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="300"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="600"} 2 prompt_duration_seconds_bucket{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",le="+Inf"} 2 prompt_duration_seconds_sum{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock"} 6.706682792 prompt_duration_seconds_count{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock"} 2 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="0.1"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="0.5"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="1"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="2"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="5"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="10"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="30"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="60"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="120"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="300"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="600"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",le="+Inf"} 6 prompt_duration_seconds_sum{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock"} 19.873185334 prompt_duration_seconds_count{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="0.1"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="0.5"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="1"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="2"} 5 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="5"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="10"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="30"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="60"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="120"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="300"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="600"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",le="+Inf"} 6 prompt_duration_seconds_sum{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock"} 9.659420735000001 prompt_duration_seconds_count{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="0.1"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="0.5"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="1"} 0 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="2"} 5 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="5"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="10"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="30"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="60"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="120"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="300"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="600"} 6 prompt_duration_seconds_bucket{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",le="+Inf"} 6 prompt_duration_seconds_sum{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock"} 11.833035601 prompt_duration_seconds_count{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock"} 6 # HELP prompts_executed_total Total number of prompts executed # TYPE prompts_executed_total counter prompts_executed_total{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",success="true"} 2 prompts_executed_total{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",success="true"} 6 prompts_executed_total{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",success="true"} 6 prompts_executed_total{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",success="true"} 6 # HELP queue_size Current size of the worker queue # TYPE queue_size gauge queue_size 0 # HELP queue_wait_time_seconds Time jobs spend waiting in the queue before processing # TYPE queue_wait_time_seconds histogram queue_wait_time_seconds_bucket{le="0.001"} 0 queue_wait_time_seconds_bucket{le="0.01"} 0 queue_wait_time_seconds_bucket{le="0.1"} 0 queue_wait_time_seconds_bucket{le="0.5"} 0 queue_wait_time_seconds_bucket{le="1"} 0 queue_wait_time_seconds_bucket{le="5"} 0 queue_wait_time_seconds_bucket{le="10"} 0 queue_wait_time_seconds_bucket{le="30"} 0 queue_wait_time_seconds_bucket{le="60"} 0 queue_wait_time_seconds_bucket{le="+Inf"} 0 queue_wait_time_seconds_sum 0 queue_wait_time_seconds_count 0 # HELP tokens_used_total Total number of tokens used in LLM requests # TYPE tokens_used_total counter tokens_used_total{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",token_type="completion"} 329 tokens_used_total{model="bedrock/claude-sonnet-4-6",prompt_type="classification_retry",provider="bedrock",token_type="prompt"} 2459 tokens_used_total{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",token_type="completion"} 1024 tokens_used_total{model="bedrock/haiku-4.5",prompt_type="classification",provider="bedrock",token_type="prompt"} 8299 tokens_used_total{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",token_type="completion"} 271 tokens_used_total{model="bedrock/haiku-4.5",prompt_type="enrichment_fallback",provider="bedrock",token_type="prompt"} 3185 tokens_used_total{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",token_type="completion"} 245 tokens_used_total{model="bedrock/haiku-4.5",prompt_type="enrichment_ranking",provider="bedrock",token_type="prompt"} 5940 # HELP workers_active Number of active workers # TYPE workers_active gauge workers_active 0