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 registering callback metric #12

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Fix registering callback metric #12

merged 1 commit into from
Nov 29, 2023

Conversation

lukaszo
Copy link
Contributor

@lukaszo lukaszo commented Nov 29, 2023

No description provided.

func(_ context.Context, o metric.Observer) error {
o.ObserveInt64(queueSizeObserver, int64(w.objectLocks.Size()), metric.WithAttributes(attrWorkerId(w.id)))
return nil
})
}, queueSizeObserver)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is actuall fix. We have to pass the metric to RegisterCallback

@lukaszo lukaszo merged commit a64296f into main Nov 29, 2023
1 check passed
@lukaszo lukaszo deleted the ENG-2057 branch November 29, 2023 08:40
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.

2 participants