@@ -41,13 +41,13 @@ func TestDataAttributes(t *testing.T) {
4141			SnippetsFilterCount :                      13 ,
4242			UpstreamSettingsPolicyCount :              14 ,
4343			GatewayAttachedNpCount :                   15 ,
44- 			InferencePoolCount :                       16 ,
4544		},
4645		SnippetsFiltersDirectives :      []string {"main-three-count" , "http-two-count" , "server-one-count" },
4746		SnippetsFiltersDirectivesCount : []int64 {3 , 2 , 1 },
4847		NginxPodCount :                  3 ,
4948		ControlPlanePodCount :           3 ,
5049		NginxOneConnectionEnabled :      true ,
50+ 		InferencePoolCount :             16 ,
5151	}
5252
5353	expected  :=  []attribute.KeyValue {
@@ -84,10 +84,10 @@ func TestDataAttributes(t *testing.T) {
8484		attribute .Int64 ("SnippetsFilterCount" , 13 ),
8585		attribute .Int64 ("UpstreamSettingsPolicyCount" , 14 ),
8686		attribute .Int64 ("GatewayAttachedNpCount" , 15 ),
87- 		attribute .Int64 ("InferencePoolCount" , 16 ),
8887		attribute .Int64 ("NginxPodCount" , 3 ),
8988		attribute .Int64 ("ControlPlanePodCount" , 3 ),
9089		attribute .Bool ("NginxOneConnectionEnabled" , true ),
90+ 		attribute .Int64 ("InferencePoolCount" , 16 ),
9191	}
9292
9393	result  :=  data .Attributes ()
@@ -131,10 +131,10 @@ func TestDataAttributesWithEmptyData(t *testing.T) {
131131		attribute .Int64 ("SnippetsFilterCount" , 0 ),
132132		attribute .Int64 ("UpstreamSettingsPolicyCount" , 0 ),
133133		attribute .Int64 ("GatewayAttachedNpCount" , 0 ),
134- 		attribute .Int64 ("InferencePoolCount" , 0 ),
135134		attribute .Int64 ("NginxPodCount" , 0 ),
136135		attribute .Int64 ("ControlPlanePodCount" , 0 ),
137136		attribute .Bool ("NginxOneConnectionEnabled" , false ),
137+ 		attribute .Int64 ("InferencePoolCount" , 0 ),
138138	}
139139
140140	result  :=  data .Attributes ()
0 commit comments