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

Add nova-bigvm prometheus exporter #4457

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

Add nova-bigvm prometheus exporter #4457

wants to merge 1 commit into from

Conversation

leust
Copy link
Contributor

@leust leust commented Dec 20, 2022

Depends on sapcc/nova#388

@leust leust force-pushed the bigvm_exporter branch 3 times, most recently from 02f9f6b to 550e9d6 Compare December 23, 2022 10:18
@@ -78,6 +78,9 @@ spec:
resources:
{{ toYaml .Values.pod.resources.bigvm | indent 12 }}
{{- end }}
ports:
- name: bigvm-exporter
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this ports needs to be named metrics to be automatically picked up instead of having the port annotation. That's usually how we do it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need a service? I thought prometheus would just pick up on the pods/containers and scrape them automatically. E.g.

ports:
- containerPort: 9090
name: metrics
doesn't have an accompanying Service either.

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