-
Notifications
You must be signed in to change notification settings - Fork 690
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
internal/contour: Add contour version to metrics #2383
Conversation
@jpeach I have not taken a look at metrics documentation auto-generation yet. |
Codecov Report
@@ Coverage Diff @@
## master #2383 +/- ##
==========================================
+ Coverage 77.83% 78.12% +0.28%
==========================================
Files 61 62 +1
Lines 5248 5288 +40
==========================================
+ Hits 4085 4131 +46
+ Misses 1075 1069 -6
Partials 88 88
Continue to review full report at Codecov.
|
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.
I think that this is heading in the right direction.
Can you please change the commit message from internal\contour
to internal/contour
?
Have made some changes and this is how it's currently looking
|
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.
This looks good to me. Just address the last editorial nits are we are ready to go.
@stevesloka Are you OK with using a separate package for the version information here? |
Fixes #2378 Signed-off-by: Peter Grant <[email protected]> Allows for passing version at build time and exposes build information as a metric.
I think the For this, I think it's fine. |
Fixes #2378
Signed-off-by: Peter Grant [email protected]
Allows for passing version at build time and exposes build information as a metric.