Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Cut new release to upgrade statsd_exporter dependency #27

Closed
johanbrandhorst opened this issue Aug 6, 2021 · 6 comments
Closed

Cut new release to upgrade statsd_exporter dependency #27

johanbrandhorst opened this issue Aug 6, 2021 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@johanbrandhorst
Copy link

What version of the Exporter are you using?

v0.3.0

What did you do?

Tried to run go mod tidy with a dependency on contrib.go.opencensus.io/exporter/prometheus.

What did you expect to see?

Successful dependency resolution

What did you see instead?

mypackage imports
        contrib.go.opencensus.io/exporter/prometheus imports
        github.com/prometheus/statsd_exporter/pkg/mapper imports
        github.com/prometheus/common/log: module github.com/prometheus/common@latest found (v0.30.0), but does not contain package github.com/prometheus/common/log

Additional context

The github.com/prometheus/common module recently deprecated and removed the github.com/prometheus/common/log package in v0.27.0. github.com/prometheus/statsd_exporter updated its dependency in v0.21.0. The latest release of this module still depends on github.com/prometheus/statsd_exporter v0.20.0 while master has been updated. A new release cut from master should fix the issue.

@johanbrandhorst johanbrandhorst added the bug Something isn't working label Aug 6, 2021
@johanbrandhorst
Copy link
Author

@howardjohn
Copy link

+1, ran into the same issue and had to hold back our dependency to a lower version for the time being.

@sagikazarmark
Copy link
Contributor

Dependencies were updated in #25. A new release should solve the dependency issues, so +1!

@bufdev
Copy link

bufdev commented Aug 10, 2021

Any update on this? We'd really appreciate if it could get fixed, thanks!

@bogdandrutu
Copy link
Contributor

Please do a new release :)

@punya punya self-assigned this Aug 25, 2021
@punya
Copy link
Contributor

punya commented Aug 25, 2021

Tagged v0.4.0.

@punya punya closed this as completed Aug 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants