Skip to content

Commit

Permalink
Add missing namespace names in E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
eplightning committed Jun 19, 2023
1 parent 07d3fb1 commit 975790c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions receiver/k8sclusterreceiver/testdata/e2e/expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resourceMetrics:
attributes:
- key: k8s.namespace.name
value:
stringValue: ""
stringValue: kube-system
- key: k8s.namespace.uid
value:
stringValue: 3604b135-20f2-404b-9c1a-175ef649793e
Expand All @@ -27,7 +27,7 @@ resourceMetrics:
attributes:
- key: k8s.namespace.name
value:
stringValue: ""
stringValue: local-path-storage
- key: k8s.namespace.uid
value:
stringValue: 414da07d-33d0-4043-ae7c-d6b264d134e5
Expand All @@ -51,7 +51,7 @@ resourceMetrics:
attributes:
- key: k8s.namespace.name
value:
stringValue: ""
stringValue: kube-public
- key: k8s.namespace.uid
value:
stringValue: 7516afba-1597-49e3-8569-9732b7b94865
Expand All @@ -75,7 +75,7 @@ resourceMetrics:
attributes:
- key: k8s.namespace.name
value:
stringValue: ""
stringValue: kube-node-lease
- key: k8s.namespace.uid
value:
stringValue: 8dd32894-d0ff-4cff-bd75-b818c20fc72b
Expand All @@ -99,7 +99,7 @@ resourceMetrics:
attributes:
- key: k8s.namespace.name
value:
stringValue: ""
stringValue: default
- key: k8s.namespace.uid
value:
stringValue: caa467a2-d3e8-4e66-8b76-a155464bac79
Expand Down

0 comments on commit 975790c

Please sign in to comment.