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

[Improvement] add prometheus monitor metrics for kubeblocks #2305

Closed
yimeisun opened this issue Mar 29, 2023 · 3 comments
Closed

[Improvement] add prometheus monitor metrics for kubeblocks #2305

yimeisun opened this issue Mar 29, 2023 · 3 comments
Assignees
Milestone

Comments

@yimeisun
Copy link
Contributor

Is your improvement request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

If this is a new function, please describe the motivation and goals.
A clear and concise description of why you want to happen, link the design doc if possible

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or fuctions you've considered.

Additional context
Add any other context or screenshots about the improvement request here.

@github-actions
Copy link

github-actions bot commented May 1, 2023

This issue has been marked as stale because it has been open for 30 days with no activity

@github-actions github-actions bot added the Stale label May 1, 2023
@free6om free6om added this to the Release 0.7.0 milestone Jun 9, 2023
@free6om
Copy link
Contributor

free6om commented Jun 9, 2023

will check this in 0.7.0

@shanshanying
Copy link
Contributor

shanshanying commented Feb 11, 2025

closed by #6611

  1. To enable runtime metrics, KubeBlocks must be deployed with ENABLED_RUNTIME_METRICS=true, set following values when install KubeBlocks through HELM
# values.yaml
serviceMonitor:
  enabled: true
  goRuntime:
    enabled: true
  1. To check the metrics/
curl <kb-pod-ip>:8080/metrics

Then you can customize the dashboard to your needs based on these metrics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants