Skip to content

Add worker threads related metrics to Grafana #4817

@natanasow

Description

@natanasow

Problem

We added several metrics tracking the worker threads via this PR.

Solution

We need add these metrics to Grafana as well:

  • We need to design a chart to be included in the dasboard via an ADR, approve it and then add it. added to this we need to define alerts and implement them
  • We need to update the reference community dashboard and hasio dashboard

Added metrics:

  • rpc_relay_worker_task_duration_seconds
  • rpc_relay_worker_tasks_completed_total
  • rpc_relay_worker_task_failures_total
  • rpc_relay_worker_queue_wait_time_seconds
  • rpc_relay_worker_pool_utilization
  • rpc_relay_worker_pool_active_threads
  • rpc_relay_worker_pool_queue_size

Alternatives

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions