-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat(lifecycle-operator): add Helm value for DORA metrics port #2571
Conversation
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
Signed-off-by: David Ahmadov <[email protected]> Signed-off-by: Griffin <[email protected]>
Signed-off-by: David Ahmadov <[email protected]> Signed-off-by: Griffin <[email protected]>
Signed-off-by: Griffin <[email protected]>
5bc62f9
to
280adb1
Compare
Signed-off-by: David Ahmadov <[email protected]>
Signed-off-by: David Ahmadov <[email protected]>
Signed-off-by: David Ahmadov <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2571 +/- ##
==========================================
- Coverage 85.48% 85.44% -0.05%
==========================================
Files 155 155
Lines 10177 10175 -2
==========================================
- Hits 8700 8694 -6
- Misses 1198 1201 +3
- Partials 279 280 +1 see 68 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: David Ahmadov <[email protected]>
chage prom to prometheus Co-authored-by: Moritz Wiesinger <[email protected]> Signed-off-by: David Ahmadov <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]> Signed-off-by: David Ahmadov <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks for the contribution @ahmedavid @prakrit55 !! 🎉 |
…#2571) Co-authored-by: Griffin <[email protected]> Co-authored-by: David Ahmadov <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]> Signed-off-by: David Ahmadov <[email protected]>
Allow user to specify metrics port via environment variable KEPTN_DORA_METRICS_PORT
which defaults to 2222 if not present.
To verify, I deployed to cluster and ran
Both showed successful reply
Fixes #2541