Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rule type to rule_failure_telemetry #1419

Closed
vinayvenu opened this issue Oct 26, 2023 · 1 comment
Closed

Add rule type to rule_failure_telemetry #1419

vinayvenu opened this issue Oct 26, 2023 · 1 comment
Labels

Comments

@vinayvenu
Copy link
Member

vinayvenu commented Oct 26, 2023

When looking at rule failures, the only way we can figure this out is through the rule_uuid. It is not clear what this rule_uuid points to, and what specific rule in this uuid it points to.

There are mechanisms to figure this out by looking at the stack trace that tells you the exact call. However, it might be simpler to have a rule type in table so that it is easier to triage and fix issues.

Acceptance criteria

  • There is a new column on rule_failure_telemetry that shows the type of rule that failed
  • Values are populated on the rule_failure_telemetry table with the values (data migration for easier verification)
  • The value is added on avni_client when syncing rule_failure_telemetry
  • There is a way to temporarily update the value if not provided on avni_server
  • Old clients syncing should still be able to populate the value of rule_type on the table (we should not have to wait until everyone upgrades for the column to be populated)
@mahalakshme
Copy link

Duplicate: avniproject/avni-client#1172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants