Skip to content

Instantly share code, notes, and snippets.

@patcito
Created January 28, 2026 17:18
Show Gist options
  • Select an option

  • Save patcito/fefa3825053dd56708d17cda89a14cfb to your computer and use it in GitHub Desktop.

Select an option

Save patcito/fefa3825053dd56708d17cda89a14cfb to your computer and use it in GitHub Desktop.

RPC Semaphore - Grafana Queries

Current Utilization (%)

rpc_semaphore_utilization

503 Rejections Rate

rate(rpc_semaphore_total_rejections[5m])

Average Wait Time (ms)

rpc_semaphore_avg_wait_time_ms

Peak Usage (1h window)

max_over_time(rpc_semaphore_in_use[1h])

Slots Available

rpc_semaphore_available

Total Requests Processed

rate(rpc_semaphore_total_acquires[5m])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment