Skip to content
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

Remove OpenTelemetry metrics for now #1805

Merged
merged 1 commit into from Jun 30, 2021
Merged

Conversation

vmihailenco
Copy link
Collaborator

@vmihailenco vmihailenco commented Jun 30, 2021

Fixes #1534

Removing metrics for now since they should use a ValueRecorder that records operation durations (if I remember Otel terms correctly)...

@pierrre
Copy link

pierrre commented Jun 30, 2021

I think you should also update go.mod/go.sum, with go mod tidy.
So it won't reference it anymore.

@vmihailenco
Copy link
Collaborator Author

@pierrre done, thanks

@monkey92t monkey92t merged commit 27e2efb into master Jun 30, 2021
@monkey92t
Copy link
Collaborator

Do we need to release a new version?

@vmihailenco vmihailenco deleted the fix/remove-metrics-for-now branch June 30, 2021 10:41
@vmihailenco
Copy link
Collaborator Author

@monkey92t yes, I think so. Could you tag one please?

@monkey92t
Copy link
Collaborator

@vmihailenco OK, let me do it

@pierrre
Copy link

pierrre commented Jun 30, 2021

Do you plan to tag it today ?
(It's my last day at my job, and I want to fix this issue 😅 )
Thank you 👍

@monkey92t
Copy link
Collaborator

monkey92t commented Jun 30, 2021

@pierrre I have created v8.11.0 version, I forgot to modify CHANGELOG.md, I will add it later.

https://github.com/go-redis/redis/releases/tag/v8.11.0

@pierrre
Copy link

pierrre commented Jun 30, 2021

Thank you, it works !
FYI I had to manually change the version in go.mod to v8.11.0, before updating other dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undefined: otel.Meter or cannot find package "go.opentelemetry.io/otel/api/trace"
3 participants