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

Fix broken "assessments initiated" metric #510

Closed
mansam opened this issue Oct 9, 2023 · 0 comments · Fixed by #511
Closed

Fix broken "assessments initiated" metric #510

mansam opened this issue Oct 9, 2023 · 0 comments · Fixed by #511
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@mansam
Copy link
Collaborator

mansam commented Oct 9, 2023

The konveyor_assessments_initiated_total metric was previously based on the number of POSTs to the Pathfinder proxy endpoint. This no longer works as assessments are now implemented directly in the Hub. The metric needs to be updated to increment when a new Assessment object is created, but not when one is imported.

@mansam mansam self-assigned this Oct 9, 2023
@mansam mansam changed the title Update how "assessments initiated" metric is determined. Fix broken "assessments initiated" metric Oct 9, 2023
mansam added a commit to mansam/tackle2-hub that referenced this issue Oct 9, 2023
Fixes konveyor#510

Signed-off-by: Sam Lucidi <slucidi@redhat.com>
mansam added a commit that referenced this issue Oct 10, 2023
Fixes #510

Signed-off-by: Sam Lucidi <slucidi@redhat.com>
aufi pushed a commit to aufi/tackle2-hub that referenced this issue Oct 30, 2023
@mansam mansam added the kind/bug Categorizes issue or PR as related to a bug. label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant