Skip to content

Commit

Permalink
feat: Add PVC tags phase, volumename, correct namespace to correspond…
Browse files Browse the repository at this point in the history
… to summary (#1531)

Co-authored-by: Javi Imbernón <[email protected]>
  • Loading branch information
brettj-newrelic and javimb authored Mar 12, 2024
1 parent f0ffbb1 commit 0b88b72
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ synthesis:
persistentvolumeclaim:
entityTagNames: [k8s.pvcName]
namespace:
entityTagNames: [k8s.pvcNamespace]
entityTagNames: [k8s.namespaceName]
k8s.cluster.name:
entityTagNames: [k8s.clusterName]
entityTagNames: [k8s.clusterName]
phase:
multiValue: false
entityTagNames: [k8s.persistentvolumeclaim.statusPhase]
volumename:
entityTagNames: [k8s.persistentvolumeclaim.volumeName]

0 comments on commit 0b88b72

Please sign in to comment.