-
Notifications
You must be signed in to change notification settings - Fork 215
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
fix(#237): Use Prometheus type Counter instead of Gauge for forward module's packet and byte counters #238
Conversation
…orward module's packet and byte counters
Hey folks! What's the right way to build this locally? I'm on a Mac but can spin up a VM as needed. |
Do you want to build images? You can use the Makefile, eg |
@microsoft-github-policy-service agree company="ClickHouse" |
@rbtr Likely an issue on my end, but perhaps you've seen these before? Error from building
Error from building
|
This problem with compiling the binary is likely due to your host platform not being supported by this package (only Linux and Windows build constraints are supported): Does anything change if you set env vars for
This one I am more confused about, as that is a Moby infra image that should definitely exist...not sure how to fix this 🤔
Is resolved by adding a BULIDX_ACTION such as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the review!
This PR will be closed in 7 days due to inactivity. |
Pull request closed due to inactivity. |
This PR will be closed in 7 days due to inactivity. |
Pull request closed due to inactivity. |
Description
Replace gauges used for the forward module with counters.
Related Issue
#237
Checklist
git commit -S -s ...
). See this documentation on signing commits.Screenshots (if applicable) or Testing Completed
Please add any relevant screenshots or GIFs to showcase the changes made.
Additional Notes
Add any additional notes or context about the pull request here.
Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.