You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Tracking of how users interact with the catalog for monitoring & reporting purposes.
Describe the feature you'd like
We want to track how frequently the catalog is being used, what it's being used for, what datasets are being searched for, etc etc.
This must be seamless & place no onus on the catalog user to interact with it a certain way, trigger telemetry, etc.
We can do so using either monkey patching & decorators, or by hooking IPython extensions in so that ARE instances where the access_nri intake catalog is accessed (ie. cat = intake.cat.access_nri) are automatically extended with telemetry - see sample implementations.
Describe alternatives you've considered
Covered above.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the feature you'd like
cat = intake.cat.access_nri
) are automatically extended with telemetry - see sample implementations.Describe alternatives you've considered
Covered above.
The text was updated successfully, but these errors were encountered: