You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Metricbeat][Kubernetes Volume] Add pvc reference to distinguish ephemeral from persistent volumes (#38839)
* Kubernetes add pvc reference in the kubernetes.volume dataset if present
* Reuse field kubernetes.persistentvolumeclaim instead of creating a new one
* Add only persistentvolumeclaim name and no namespace (that is redundant with the kubernetes.namespace)
* Add test to see if persistentvolumeclaim name is extracted
* Add a separate test for pvc
* Add changelog entry for the PR
* Add the persistentvolume claim field
* Run mage update to update the fields
* Remove the duplicate definition of the field kubernetes.persistentvolumeclaim.name
* Remove newline
* Fix key from kubernetes.volume.persistentvolumeclaim.name to kubernetes.persistentvolume
* Fix unit test after changing the populated field name
* Removed printf function
* Remove empty lines added by mistake
0 commit comments