Skip to content

Add nova-bigvm prometheus exporter#4457

Open
leust wants to merge 1 commit into
masterfrom
bigvm_exporter
Open

Add nova-bigvm prometheus exporter#4457
leust wants to merge 1 commit into
masterfrom
bigvm_exporter

Conversation

@leust

@leust leust commented Dec 20, 2022

Copy link
Copy Markdown
Contributor

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
@leust leust requested a review from joker-at-work January 11, 2023 16:46
{{ toYaml .Values.pod.resources.bigvm | indent 12 }}
{{- end }}
ports:
- name: bigvm-exporter

Copy link
Copy Markdown
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
Copy Markdown
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.

joker-at-work
joker-at-work previously approved these changes Mar 11, 2024
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