Skip to content

feat: Add execution outcome and cache metrics#78

Draft
morgan-wowk wants to merge 1 commit intometrics-queue-healthfrom
metrics-execution-outcomes
Draft

feat: Add execution outcome and cache metrics#78
morgan-wowk wants to merge 1 commit intometrics-queue-healthfrom
metrics-execution-outcomes

Conversation

@morgan-wowk
Copy link
Collaborator

@morgan-wowk morgan-wowk commented Feb 2, 2026

Tracks execution lifecycle outcomes and cache hit rates across all executions

Metrics added:

  • execution_nodes_total: Counter of executions by terminal status (succeeded/failed/skipped/system_error/cancelled)
  • execution_node_duration_seconds: Histogram of execution durations by status
  • execution_cache_hits_total: Counter of cache hits when executions reuse results

These metrics provide visibility into execution success rates, performance patterns, and cache effectiveness.
Durations measure total lifecycle from creation to terminal state for accurate performance tracking.

Copy link
Collaborator Author

morgan-wowk commented Feb 2, 2026

Tracks execution lifecycle outcomes and cache hit rates across all executions.

Metrics added:
- execution_nodes_total: Counter of executions by terminal status (succeeded/failed/skipped/system_error/cancelled)
- execution_node_duration_seconds: Histogram of execution durations by status
- execution_cache_hits_total: Counter of cache hits when executions reuse results

These metrics provide visibility into execution success rates, performance patterns, and cache effectiveness.
Durations measure total lifecycle from creation to terminal state for accurate performance tracking.
@morgan-wowk morgan-wowk changed the base branch from metrics-queue-health to graphite-base/78 February 3, 2026 06:55
@morgan-wowk morgan-wowk force-pushed the metrics-execution-outcomes branch from 85582ec to 5f733b4 Compare February 3, 2026 06:55
@morgan-wowk morgan-wowk changed the base branch from graphite-base/78 to metrics-queue-health February 3, 2026 06:55
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.

1 participant