-
Notifications
You must be signed in to change notification settings - Fork 39
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
Expose monitoring configuration for Cilium #14
Conversation
b318799
to
2372ac1
Compare
2372ac1
to
ccdae2a
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.
Thanks @zanetworker for the PR!
Cilium produces quite a few metrics (>2000 timeseries for my shoot that does nothing). For larger shoots (more nodes) I would assume this would increase as well. I would recommend that we whitelist these metrics (only keep metrics that we need in dashboards) or try to reduce the cardinality.
charts/internal/cilium-monitoring/templates/cilium-monitoring-config.yaml
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/templates/cilium-monitoring-config.yaml
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/templates/cilium-monitoring-config.yaml
Show resolved
Hide resolved
charts/internal/cilium-monitoring/templates/cilium-monitoring-config.yaml
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/templates/cilium-monitoring-config.yaml
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/templates/cilium-monitoring-config.yaml
Show resolved
Hide resolved
ccdae2a
to
24d9775
Compare
24d9775
to
e3de145
Compare
e3de145
to
238038b
Compare
a13782c
to
2b8509a
Compare
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/cilium-operator-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
2b8509a
to
4caf88c
Compare
4caf88c
to
d26a4a6
Compare
d26a4a6
to
2c845ab
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.
Just some minor nits I still found. Once these are fixed it looks good!
charts/internal/cilium-monitoring/cilium-agent-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/hubble-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/hubble-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
charts/internal/cilium-monitoring/hubble-metrics-dashboard.json
Outdated
Show resolved
Hide resolved
2c845ab
to
0e1b868
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.
/lgtm
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.
/lgtm
How to categorize this PR?
/kind enhancement
/priority normal
/area monitoring
/area networking
What this PR does / why we need it:
This PR exposes metrics and dashboards for Cilium Agent / Hubble and Cilium Operator.
Special notes for your reviewer:
Release note: