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

local/staging: add prometheus-es-exporter for 7.10 cluster #1068

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

tarrow
Copy link
Contributor

@tarrow tarrow commented Aug 8, 2023

Copies the existing exporter configuration. This targets the main elasticsearch service which only targets
the coordinating nodes.

Also add configuration with production values so that rolling forward to production will see minimal changes

After deploying this we need to follow up on the alerting and dashboards using ES metrics since we may now see places where data from both clusters are unintentionally mixed

Copies the existing exporter configuration. This targets
the main elasticsearch service which only targets
the coordinating nodes.

Also add configuration with production values so that rolling
forward to production will see minimal changes

After deploying this we need to follow up on the alerting and
dashboards using ES metrics since we may now see places where
data from both clusters are unintentionally mixed
@tarrow tarrow requested a review from m90 August 8, 2023 08:59
@@ -0,0 +1,23 @@
es:
uri: http://elasticsearch-1.default.svc.cluster.local:9200
Copy link
Contributor

Choose a reason for hiding this comment

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

So we gave up on the idea of using a headless service because we just don't know which one to monitor, correct?

Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder if we can find out where this service is pointing at?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was too unclear in the commit message. This service is identical to the h1 coordinator service. I assume both are "headful"? but maybe this is fine. There doesn't appear to be a need for a headless discovery service with this node configuration unlike the "elasticsearch upstream" chart

@tarrow tarrow merged commit 86d293f into main Aug 9, 2023
3 checks passed
@tarrow tarrow deleted the add-prometheus-es-1 branch August 9, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants