-
Notifications
You must be signed in to change notification settings - Fork 235
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: Add ServiceMonitor for data-prepper #619
base: main
Are you sure you want to change the base?
feat: Add ServiceMonitor for data-prepper #619
Conversation
Signed-off-by: Davi Arnaut <[email protected]>
Hi @TheAlgo @prudhvigodithi could you take a look on this? Thanks. |
Hello. |
@sgorshkov85 For context, the choices made here were intentional:
|
@darnaut I got your point about
In the deployment this port is hardcoded, because it is used for the readiness and liveness probes. |
@sgorshkov85 if there's some issue for you, please submit a PR fixing the duplicate port issue. this would be a problem regardless of this change (e.g. can't expose the server port in the service). |
Description
Adds
ServiceMonitor
resource for monitoring with Prometheus.Issues Resolved
N/A
Check List
For any changes to files within Helm chart directories:
CHANGELOG.md
updated to reflect changeBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.