@@ -27,6 +27,7 @@ func TestOtelTransformConfig(t *testing.T) {
2727 {Input : "DstK8S_HostName" , Output : "destination.k8s.host.name" , Multiplier : 0 },
2828 {Input : "DstK8S_Name" , Output : "destination.k8s.name" , Multiplier : 0 },
2929 {Input : "DstK8S_Namespace" , Output : "destination.k8s.namespace.name" , Multiplier : 0 },
30+ {Input : "DstK8S_NetworkName" , Output : "destination.network.name" , Multiplier : 0 },
3031 {Input : "DstK8S_OwnerName" , Output : "destination.k8s.owner.name" , Multiplier : 0 },
3132 {Input : "DstK8S_OwnerType" , Output : "destination.k8s.owner.kind" , Multiplier : 0 },
3233 {Input : "DstK8S_Type" , Output : "destination.k8s.kind" , Multiplier : 0 },
@@ -55,6 +56,7 @@ func TestOtelTransformConfig(t *testing.T) {
5556 {Input : "SrcK8S_HostName" , Output : "source.k8s.host.name" , Multiplier : 0 },
5657 {Input : "SrcK8S_Name" , Output : "source.k8s.name" , Multiplier : 0 },
5758 {Input : "SrcK8S_Namespace" , Output : "source.k8s.namespace.name" , Multiplier : 0 },
59+ {Input : "SrcK8S_NetworkName" , Output : "source.network.name" , Multiplier : 0 },
5860 {Input : "SrcK8S_OwnerName" , Output : "source.k8s.owner.name" , Multiplier : 0 },
5961 {Input : "SrcK8S_OwnerType" , Output : "source.k8s.owner.kind" , Multiplier : 0 },
6062 {Input : "SrcK8S_Type" , Output : "source.k8s.kind" , Multiplier : 0 },
0 commit comments