Open paul8263 opened 2 months ago
Attention: Patch coverage is 0%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
edbe3f3
) to head (0638a51
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...che/kyuubi/metrics/PrometheusReporterService.scala | 0.00% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:mag: Description
Issue References ๐
This pull request fixes #6615
Describe Your Solution ๐ง
Add a config item that controls whether Jetty should send its version in response.
This is an additional patch which enables/disables sending Jetty version for prometheus reporter.
Sending Jetty version could be disabled by calling HttpConfiguration::setSendServerVersion(false)
Types of changes :bookmark:
Test Plan ๐งช
Compiled and tested manually.
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.