Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jinja2 committed Jan 30, 2025
1 parent ab3d9b2 commit 74e5c3f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ var namespacePhaseValues = map[corev1.NamespacePhase]int32{
func GetMetadata(ns *corev1.Namespace) map[experimentalmetricmetadata.ResourceID]*metadata.KubernetesMetadata {
meta := map[string]string{}
meta[metadata.GetOTelNameFromKind("namespace")] = ns.Name
// meta[metadata.GetOTelUIDFromKind("namespace")] = string(ns.UID)
if ns.Status.Phase == "" {
meta[k8sNamespacePhase] = "unknown"
} else {
Expand Down

0 comments on commit 74e5c3f

Please sign in to comment.