-
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
[K8s] cluster metadata not added on all metrics #30425
Comments
@emmanuelmathot could you give more details on your k8s setup? are you using managed kubernetes solutions? |
Yes, we have deployed managed kubernetes as described in https://www.elastic.co/guide/en/fleet/master/running-on-kubernetes-managed-by-fleet.html using fleet policies. apiVersion: v1
kind: ConfigMap
metadata:
name: kubeadm-config
namespace: kube-system
data:
ClusterConfiguration: |
clusterName: {{ .Values.components.kubeadm_config.clusterName }}
controlPlaneEndpoint: {{ .Values.components.kubeadm_config.controlPlaneEndpoint }} We are using elastic cloud with Elasticsearch 7.15.1 and beats image same version |
Hello, I am using Elasticsearch 8.0.0 and the beats image same version and I have the same issue. |
I am seeing similar results, but with kubernetes metadata. |
metricsets:
metricsets:
event - was added #31341 state_storageclass - will be fixed by #33032 |
great! Thank you! |
Hi! Is it correct that for EKS based clusters the |
Describe the enhancement:
The cluster metadata such as
orchestrator.cluster.name
andorchestrator.cluster.ip
are not added on all kubernetes metrics. From usage and code review, I can see they are added tobut missing to the following metrics where they should be added
Describe a specific use case for the enhancement or feature:
Being able to account the PVC usage for a given cluster.
The text was updated successfully, but these errors were encountered: