Skip to content
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] Missing TCP Protocol For Metrics in OpenSearch and OpenSearch Dashboards #589

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

VILJkid
Copy link
Contributor

@VILJkid VILJkid commented Sep 4, 2024

Description

This pull request addresses a bug related to the Prometheus monitoring configuration in both the OpenSearch and OpenSearch Dashboards Helm charts. The issue was identified where the Service definitions for Prometheus were missing the protocol: TCP setting. This fix adds that setting to both the charts.

Issues Resolved

#588

Check List

  • Commits are signed per the DCO using --signoff

For any changes to files within Helm chart directories:

  • Helm chart version bumped
  • Helm chart CHANGELOG.md updated to reflect change

PR sponsored by Obmondo

Copy link
Member

@peterzhuamazon peterzhuamazon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @VILJkid , waiting for @prudhvigodithi to take a second pass.

Signed-off-by: VILJkid <sidvjmostwanted@gmail.com>
@peterzhuamazon peterzhuamazon merged commit 3317f5b into opensearch-project:main Sep 5, 2024
8 checks passed
@peterzhuamazon
Copy link
Member

peterzhuamazon commented Sep 5, 2024

Thanks @VILJkid for the fix here.
Please go ahead and also backport the changes to #578.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[BUG][opensearch-dashboard] add protocol TCP for metricsPortName
3 participants