-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
view: observable instrument not registered for callback #4666
Comments
As I wrote on the linked issue: I started to wonder if this is a problem specific to the |
When I quickly checked the issue it looks as it is a problem related with observable instruments. I think this error is produced for any observable instrument with drop aggregation during collection. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Isn't this a regression on drop aggregation? |
I do not think it is a regression. It might be a bug that was always there.
Nothing comes to my mind apart from creating some metric reader/exporter decorator which would exclude some metric data to be exported... 😬 |
I've attempted to draft out a simple fix, not sure if it's good, appreciate any feedback 🙏 #4772 Basically, it's correctly dropping the observable instrument resulting it to be unregistered causing it to fail the registered check |
Following runnable code with conditional view is not working and it prints
observable instrument not registered for callback
message.If I remove the condition from the view and drop the aggregation, it works.
The text was updated successfully, but these errors were encountered: