Skip to content

Conversation

@c-kruse
Copy link
Contributor

@c-kruse c-kruse commented Dec 9, 2025

Exposes a new set of prometheus metrics from kubernetes control plane components to inform on the event processing load and capacity of each process (controller and adaptor.)

  • "skupper_workqueue_adds_total": count of events queued by kind.
  • "skupper_workqueue_depth": current depth of the work queue by kind.
  • "skupper_workqueue_delay_seconds": duration in seconds an event is queued before it is pulled for processing by kind.
  • "skupper_workqueue_retries_total": count of event processing retires by kind.

@c-kruse
Copy link
Contributor Author

c-kruse commented Dec 9, 2025

Part of #2315

@c-kruse c-kruse force-pushed the add-eventprocessing-metrics branch from 53cf14c to d5e0457 Compare December 9, 2025 18:49
Exposes a new set of prometheus metrics from kubernetes control plane
components to inform on the event processing load and capacity of each
process (controller and adaptor.)

- "skupper_workqueue_adds_total": count of events queued by kind.
- "skupper_workqueue_depth": current depth of the work queue by kind.
- "skupper_workqueue_delay_seconds": duration in seconds an event is
  queued before it is pulled for processing by kind.
- "skupper_workqueue_retries_total": count of event processing retires
  by kind.

Signed-off-by: Christian Kruse <christian@c-kruse.com>
@c-kruse c-kruse force-pushed the add-eventprocessing-metrics branch from d5e0457 to 242970c Compare December 15, 2025 18:45
Copy link
Member

@fgiorgetti fgiorgetti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants