Closed hcelaloner closed 2 years ago
The latest commit works: go get github.com/couchbase/gocb-opentelemetry@80b309d
They haven't updated the tag for some reason.
Apologies for the slow reply. I've just cut a 0.1.1 tag which should contains the fix(es) in 80b309d.
Should Golang side follow the same approach since metrics API is still unstable?
I've been considering doing this too, by creating 2 different modules within this repo so that we can release a stable tracing interface whilst leaving the metrics one unstable. This is has opentelemetry themselves do it too.
I think that this should now be fixed so I'll close this issue and I'll open a new one for splitting the module into two. Please reopen this one if you still see the same issue.
Hi,
During OpenTelemetry adaptation, for Golang we saw this module and decided to give it a try. However, we are getting the following error when installing this module
I guess it is giving this error since in the latest releases metrics API changed. If that is the reason, can we fix this issue by using the latest metric API in this module? Or not sure but it seems that JVM side has two separate modules metrics-opentelemetry and tracing-opentelemetry. Should Golang side follow the same approach since metrics API is still unstable?