vamshi aruru
vamshi aruru
Just wanted to add here that `global.SetMeterProvider(mp)` doesn't seem to work anymore. You have to use `otel.SetMeterProvider(mp)`
I would like to raise a PR but I am unable to get the generator working. I made manual changes in this fork: https://github.com/typesense/typesense-go/compare/master...vamshiaruru:typesense-go:master
So even with both the above PRs, we would still not be able to get a histogram of how much time it took to acquire the connection, right? I am...