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
I am writing some redis instrumentation that uses lettuce's native tracing support, and at least for now it doesn't expose the redis database index to tracing extensions. I have filed an issue to see if it can be added
but because in Redis database index is not so common to use, and I can easily imagine other database systems without any concept of an instance / schema, does it make sense to make db.instance optional? Do we expect every single database out there to have this?
The text was updated successfully, but these errors were encountered:
I am writing some redis instrumentation that uses
lettuce
's native tracing support, and at least for now it doesn't expose the redis database index to tracing extensions. I have filed an issue to see if it can be addedredis/lettuce#1312
but because in Redis database index is not so common to use, and I can easily imagine other database systems without any concept of an instance / schema, does it make sense to make db.instance optional? Do we expect every single database out there to have this?
The text was updated successfully, but these errors were encountered: