-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Meta Issue] Increase Kubernetes monitoring coverage #7058
Comments
Also related #6659 |
does this cover the new metrics api? |
Not yet, although it may make sense to include it on the list. Having that this is a new component, it may take some time until we see it in production scenarios. We cannot rely on Definitely we will fetch metrics from it at some point |
@exekias does KubeDNS includes Coredns? (new default with 1.11) |
@f0 I still have to take a look, but it looks like the answer is yes, I'm including it in the list so we don't forget :) thank you for all your input! 🎉 |
Pinging @elastic/infrastructure |
The tasks look good. Going to pick one of this to contribute to. |
Hi there, could you confirm that |
Pinging @elastic/integrations-platforms (Team:Platforms) |
This right! It is not supported yet. Here is a request issue #17010 for this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We have support for Kubernetes metrics from kubelet & most of kube-state-metrics, we should increase module coverage to also support Kubernetes internal services:
Filebeat:
Metricbeat:
Logs. Review where it makes sense to implement a module, for sure we want:
Metadata processor
Include owner object reference info (replication controller, deployment, etc) Add owner object info to Kubernetes metadata #7231
Seamless integrate it with kubernetes metricsets: Include labels and annotations in all Kubernetes metricsets #7148
As for kube-state-metrics:
Review:
metricbeat state_container kube_pod_container_status_restarts -> kube_pod_container_status_restarts_total #6638
Add kube_pod_container_status_<terminated/waiting>_reason to metricbeat/kubernetes/state_container #6639
Also we should consider joining these with kubelet sourced metrics, for total correlation: #6637
The text was updated successfully, but these errors were encountered: