Skip to content

feat: Add orchestrator error tracking by type#81

Draft
morgan-wowk wants to merge 1 commit intometrics-database-performancefrom
metrics-error-tracking
Draft

feat: Add orchestrator error tracking by type#81
morgan-wowk wants to merge 1 commit intometrics-database-performancefrom
metrics-error-tracking

Conversation

@morgan-wowk
Copy link
Collaborator

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

Add orchestrator error tracking metrics

Tracks orchestrator errors categorized by type for targeted troubleshooting.

Metrics added:

  • orchestrator_errors_total: Counter tracking errors by error_type (system_error/launch_error/missing_outputs)

This enables identifying the root cause of orchestrator failures:

  • system_error: Unexpected errors during execution processing
  • launch_error: Container launch failures
  • missing_outputs: Executions failed due to missing output artifacts

These metrics complement queue processing error metrics to provide complete visibility into orchestrator health.

Copy link
Collaborator Author

morgan-wowk commented Feb 2, 2026

Tracks orchestrator errors categorized by type for targeted troubleshooting.

Metrics added:
- orchestrator_errors_total: Counter tracking errors by error_type (system_error/launch_error/missing_outputs)

This enables identifying the root cause of orchestrator failures:
- system_error: Unexpected errors during execution processing
- launch_error: Container launch failures
- missing_outputs: Executions failed due to missing output artifacts

These metrics complement queue processing error metrics to provide complete visibility into orchestrator health.
@morgan-wowk morgan-wowk changed the base branch from metrics-database-performance to graphite-base/81 February 3, 2026 06:55
@morgan-wowk morgan-wowk force-pushed the metrics-error-tracking branch from 6a87aae to 101f4cf Compare February 3, 2026 06:55
@morgan-wowk morgan-wowk changed the base branch from graphite-base/81 to metrics-database-performance 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