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

charts: add EDG_COORDINATOR_PROMETHEUS_ADDR to helm #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

OverOrion
Copy link
Contributor

Proposed changes

This PR allows the configuration of the Prometheus exporter from Helm charts.

@netlify
Copy link

netlify bot commented Feb 28, 2023

Deploy Preview for marblerun-docs canceled.

Name Link
🔨 Latest commit f520fed
🔍 Latest deploy log https://app.netlify.com/sites/marblerun-docs/deploys/63fddb935e9b4e000820da1e

Copy link
Member

@daniel-weisse daniel-weisse left a comment

Choose a reason for hiding this comment

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

lgtm

Comment on lines +86 to +87
- containerPort: {{ .Values.coordinator.prometheusPort }}
name: prometheus
Copy link
Member

Choose a reason for hiding this comment

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

Not that familiar with Promtheus, should this port be exposed over a Kubernetes service, or does prometheus collect from the Pod directly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry about the delay.

After an internal discussion (started by your question) with a coworker we agreed on implementing it with an exposed Kubernetes service. Would you be interested in a PR like that?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, you can just update this PR please

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.

None yet

2 participants