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

feat: support metrics scrape #2344

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jiuker
Copy link
Contributor

@jiuker jiuker commented Oct 18, 2024

feat: support metrics scrape
fix #2327
we just support /minio/v2/metrics/cluster before
now we can do more type for this
like

prometheusOperatorScrapeMetricsPath:
- /minio/v2/metrics/cluster
- /minio/v3/metrics/cluster
- /minio/v2/metrics/bucket

default is /minio/v2/metrics/cluster

feat: support metrics scrape
@harshavardhana
Copy link
Member

We should add a way to scrape v3 metrics as well

refactor
@jiuker jiuker requested a review from shtripat October 18, 2024 07:43
refactor
@jiuker jiuker self-assigned this Oct 21, 2024
@cesnietor
Copy link
Contributor

@jiuker is there a way we can create tests for this? since this is a new feature? like an integration test? Thanks.

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.

Feature: expose more Prometheus metrics than just /minio/v2/metrics/cluster
3 participants