@@ -103,6 +103,7 @@ func TestE2E(t *testing.T) {
103
103
"k8s.annotations.workload" : newExpectedValue (equal , "job" ),
104
104
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-traces-job" ),
105
105
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
106
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
106
107
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
107
108
"container.image.tag" : newExpectedValue (equal , "latest" ),
108
109
"container.id" : newExpectedValue (exist , "" ),
@@ -124,6 +125,7 @@ func TestE2E(t *testing.T) {
124
125
"k8s.annotations.workload" : newExpectedValue (equal , "statefulset" ),
125
126
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-traces-statefulset" ),
126
127
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
128
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
127
129
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
128
130
"container.image.tag" : newExpectedValue (equal , "latest" ),
129
131
"container.id" : newExpectedValue (exist , "" ),
@@ -147,6 +149,7 @@ func TestE2E(t *testing.T) {
147
149
"k8s.annotations.workload" : newExpectedValue (equal , "deployment" ),
148
150
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-traces-deployment" ),
149
151
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
152
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
150
153
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
151
154
"container.image.tag" : newExpectedValue (equal , "latest" ),
152
155
"container.id" : newExpectedValue (exist , "" ),
@@ -168,6 +171,7 @@ func TestE2E(t *testing.T) {
168
171
"k8s.annotations.workload" : newExpectedValue (equal , "daemonset" ),
169
172
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-traces-daemonset" ),
170
173
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
174
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
171
175
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
172
176
"container.image.tag" : newExpectedValue (equal , "latest" ),
173
177
"container.id" : newExpectedValue (exist , "" ),
@@ -189,6 +193,7 @@ func TestE2E(t *testing.T) {
189
193
"k8s.annotations.workload" : newExpectedValue (equal , "job" ),
190
194
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-metrics-job" ),
191
195
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
196
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
192
197
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
193
198
"container.image.tag" : newExpectedValue (equal , "latest" ),
194
199
"container.id" : newExpectedValue (exist , "" ),
@@ -210,6 +215,7 @@ func TestE2E(t *testing.T) {
210
215
"k8s.annotations.workload" : newExpectedValue (equal , "statefulset" ),
211
216
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-metrics-statefulset" ),
212
217
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
218
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
213
219
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
214
220
"container.image.tag" : newExpectedValue (equal , "latest" ),
215
221
"container.id" : newExpectedValue (exist , "" ),
@@ -233,6 +239,7 @@ func TestE2E(t *testing.T) {
233
239
"k8s.annotations.workload" : newExpectedValue (equal , "deployment" ),
234
240
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-metrics-deployment" ),
235
241
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
242
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
236
243
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
237
244
"container.image.tag" : newExpectedValue (equal , "latest" ),
238
245
"container.id" : newExpectedValue (exist , "" ),
@@ -254,6 +261,7 @@ func TestE2E(t *testing.T) {
254
261
"k8s.annotations.workload" : newExpectedValue (equal , "daemonset" ),
255
262
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-metrics-daemonset" ),
256
263
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
264
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
257
265
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
258
266
"container.image.tag" : newExpectedValue (equal , "latest" ),
259
267
"container.id" : newExpectedValue (exist , "" ),
@@ -275,6 +283,7 @@ func TestE2E(t *testing.T) {
275
283
"k8s.annotations.workload" : newExpectedValue (equal , "job" ),
276
284
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-logs-job" ),
277
285
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
286
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
278
287
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
279
288
"container.image.tag" : newExpectedValue (equal , "latest" ),
280
289
"container.id" : newExpectedValue (exist , "" ),
@@ -296,6 +305,7 @@ func TestE2E(t *testing.T) {
296
305
"k8s.annotations.workload" : newExpectedValue (equal , "statefulset" ),
297
306
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-logs-statefulset" ),
298
307
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
308
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
299
309
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
300
310
"container.image.tag" : newExpectedValue (equal , "latest" ),
301
311
"container.id" : newExpectedValue (exist , "" ),
@@ -319,6 +329,7 @@ func TestE2E(t *testing.T) {
319
329
"k8s.annotations.workload" : newExpectedValue (equal , "deployment" ),
320
330
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-logs-deployment" ),
321
331
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
332
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
322
333
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
323
334
"container.image.tag" : newExpectedValue (equal , "latest" ),
324
335
"container.id" : newExpectedValue (exist , "" ),
@@ -340,6 +351,7 @@ func TestE2E(t *testing.T) {
340
351
"k8s.annotations.workload" : newExpectedValue (equal , "daemonset" ),
341
352
"k8s.labels.app" : newExpectedValue (equal , "telemetrygen-" + testID + "-logs-daemonset" ),
342
353
"k8s.container.name" : newExpectedValue (equal , "telemetrygen" ),
354
+ "k8s.cluster.uid" : newExpectedValue (exist , "" ),
343
355
"container.image.name" : newExpectedValue (equal , "ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen" ),
344
356
"container.image.tag" : newExpectedValue (equal , "latest" ),
345
357
"container.id" : newExpectedValue (exist , "" ),
0 commit comments