-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 deploying pika_exporter components using kubeblocks #2473
feat: support deploying pika_exporter components using kubeblocks #2473
Conversation
f6cbfd2
to
1c726fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
添加一个 grafana dashboard 定义,可以简单放个初始化页面,后续再优化。
参考这个项目
https://github.com/apecloud/learn-kubeblocks-addon/tree/main/tutorial-4-monitor-cluster/oracle-mysql
description: A pika exporter component definition | ||
serviceKind: pika-exporter | ||
serviceVersion: {{ .Chart.AppVersion }} | ||
services: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加一个monitor定义,让 kb 能够拿到拿到监控 endpoint
monitor:
exporterConfig:
scrapePort: 9104
scrapePath: "/metrics"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加一个monitor定义,让 kb 能够拿到拿到监控 endpoint
monitor: exporterConfig: scrapePort: 9104 scrapePath: "/metrics"
done
1c726fe
to
2d2aa85
Compare
2d2aa85
to
481166d
Compare
…enAtomFoundation#2473) Co-authored-by: liuchengyu <[email protected]>
…enAtomFoundation#2473) Co-authored-by: liuchengyu <[email protected]>
) Co-authored-by: liuchengyu <[email protected]>
…enAtomFoundation#2473) Co-authored-by: liuchengyu <[email protected]>
…enAtomFoundation#2473) Co-authored-by: liuchengyu <[email protected]>
…enAtomFoundation#2473) Co-authored-by: liuchengyu <[email protected]>
feat: support deploying pika_exporter components using kubeblocks