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

chore(feedback): additional metrics for celery task and shim_to_feedback errors #76750

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

aliu39
Copy link
Member

@aliu39 aliu39 commented Aug 29, 2024

Gives us visibility on effectiveness+failures of update_user_reports task, and shim failures

@aliu39 aliu39 requested a review from a team as a code owner August 29, 2024 19:10
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Aug 29, 2024
@@ -359,6 +359,7 @@ def shim_to_feedback(
logger.exception(
"Error attempting to create new User Feedback from Shiming old User Report"
)
metrics.incr("feedback.shim_to_feedback.failed", tags={"referrer": source.value})
Copy link
Member

Choose a reason for hiding this comment

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

What is the cardinality of source.value?

Copy link
Member Author

Choose a reason for hiding this comment

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

4 - see the Enum

@aliu39 aliu39 requested a review from a team August 29, 2024 19:12
@aliu39 aliu39 merged commit e96d095 into master Aug 29, 2024
50 of 51 checks passed
@aliu39 aliu39 deleted the aliu/feedback-metrics branch August 29, 2024 19:58
mifu67 pushed a commit that referenced this pull request Sep 3, 2024
…ack errors (#76750)

Gives us visibility on effectiveness+failures of update_user_reports
task, and shim failures
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants