We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's not possible to install rsyslog_exporter since the go.mod are referring to "github.com/aleroyer/rsyslog_exporter"
go install github.com/prometheus-community/rsyslog_exporter@v1.1.0 go: downloading github.com/prometheus-community/rsyslog_exporter v1.1.0 go: github.com/prometheus-community/rsyslog_exporter@v1.1.0: version constraints conflict: github.com/prometheus-community/rsyslog_exporter@v1.1.0: parsing go.mod: module declares its path as: github.com/aleroyer/rsyslog_exporter but was required as: github.com/prometheus-community/rsyslog_exporter
Maybe the path needs to be updated in go.mod to "github.com/prometheus-community/rsyslog_exporter"?
The text was updated successfully, but these errors were encountered:
Good catch. It was not change after moving the project under prometheus-community!
Sorry, something went wrong.
No branches or pull requests
It's not possible to install rsyslog_exporter since the go.mod are referring to "github.com/aleroyer/rsyslog_exporter"
Maybe the path needs to be updated in go.mod to "github.com/prometheus-community/rsyslog_exporter"?
The text was updated successfully, but these errors were encountered: