Skip to content

Merge branch 'main' into node-import

1fea4ce
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add Node.js support for --import flag #3416

Merge branch 'main' into node-import
1fea4ce
Select commit
Loading
Failed to load commit list.
GitHub Actions / E2E Test Results failed Oct 28, 2025 in 0s

1 fail, 88 pass in 2h 21m 51s

 34 files  +1  225 suites  ±0   2h 21m 51s ⏱️ - 1h 39m 56s
 89 tests +4   88 ✅ +3  0 💤 ±0  1 ❌ +1 
229 runs  +4  227 ✅ +2  0 💤 ±0  2 ❌ +2 

Results for commit 1fea4ce. ± Comparison against earlier commit bc3a331.

Annotations

Check warning on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

2 out of 4 runs failed: instrumentation-nodejs-import

.testresults/e2e/e2e-junit-e2e-instrumentation-1.33/e2e-instrumentation.xml [took 6m 0s]
.testresults/e2e/e2e-junit-e2e-instrumentation-default-1.33/e2e-instrumentation.xml [took 6m 0s]
Raw output
----------------------------------------------------------
v1/Pod/chainsaw-touched-cowbird/my-nodejs-795b9b89c5-p2xh7
----------------------------------------------------------
* spec.containers: Invalid value: []interface {}{map[string]interface {}{"env":[]interface {}{map[string]interface {}{"name":"OTEL_NODE_IP", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"status.hostIP"}}}, map[string]interface {}{"name":"OTEL_POD_IP", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"status.podIP"}}}, map[string]interface {}{"name":"NODE_PATH", "value":"/usr/local/lib/node_modules"}, map[string]interface {}{"name":"OTEL_NODEJS_DEBUG", "value":"true"}, map[string]interface {}{"name":"NODE_OPTIONS", "value":" --import /otel-auto-instrumentation-nodejs/autoinstrumentation.js"}, map[string]interface {}{"name":"OTEL_TRACES_EXPORTER", "value":"otlp"}, map[string]interface {}{"name":"OTEL_EXPORTER_OTLP_ENDPOINT", "value":"http://localhost:4318"}, map[string]interface {}{"name":"OTEL_EXPORTER_OTLP_TIMEOUT", "value":"20000"}, map[string]interface {}{"name":"OTEL_TRACES_SAMPLER", "value":"always_on"}, map[string]interface {}{"name":"SPLUNK_TRACE_RESPONSE_HEADER_ENABLED", "value":"true"}, map[string]interface {}{"name":"OTEL_METRICS_EXPORTER", "value":"otlp"}, map[string]interface {}{"name":"OTEL_SERVICE_NAME", "value":"my-nodejs"}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES_POD_NAME", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"metadata.name"}}}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES_NODE_NAME", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"spec.nodeName"}}}, map[string]interface {}{"name":"OTEL_PROPAGATORS", "value":"jaeger,b3"}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES", "value":"k8s.container.name=myapp,k8s.deployment.name=my-nodejs,k8s.namespace.name=chainsaw-touched-cowbird,k8s.node.name=$(OTEL_RESOURCE_ATTRIBUTES_NODE_NAME),k8s.pod.name=$(OTEL_RESOURCE_ATTRIBUTES_POD_NAME),k8s.replicaset.name=my-nodejs-795b9b89c5,service.instance.id=chainsaw-touched-cowbird.$(OTEL_RESOURCE_ATTRIBUTES_POD_NAME).myapp,service.namespace=chainsaw-touched-cowbird,service.version=main"}}, "image":"ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-nodejs:main", "imagePullPolicy":"IfNotPresent", "name":"myapp", "ports":[]interface {}{map[string]interface {}{"containerPort":3000, "protocol":"TCP"}}, "readinessProbe":map[string]interface {}{"failureThreshold":3, "httpGet":map[string]interface {}{"path":"/rolldice", "port":3000, "scheme":"HTTP"}, "initialDelaySeconds":5, "periodSeconds":15, "successThreshold":1, "timeoutSeconds":2}, "resources":map[string]interface {}{}, "securityContext":map[string]interface {}{"allowPrivilegeEscalation":false, "capabilities":map[string]interface {}{"drop":[]interface {}{"ALL"}}}, "terminationMessagePath":"/dev/termination-log", "terminationMessagePolicy":"File", "volumeMounts":[]interface {}{map[string]interface {}{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount", "name":"kube-api-access-62z6w", "readOnly":true}, map[string]interface {}{"mountPath":"/otel-auto-instrumentation-nodejs", "name":"opentelemetry-auto-instrumentation-nodejs"}}}}: lengths of slices don't match
* spec.initContainers: Invalid value: []interface {}{map[string]interface {}{"args":[]interface {}{"--config=env:OTEL_CONFIG"}, "env":[]interface {}{map[string]interface {}{"name":"POD_NAME", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"metadata.name"}}}, map[string]interface {}{"name":"OTEL_CONFIG", "value":"receivers:\n  otlp:\n    protocols:\n      grpc:\n        endpoint: 0.0.0.0:4317\n      http:\n        endpoint: 0.0.0.0:4318\nexporters:\n  debug:\n    verbosity: detailed\nprocessors: {}\nservice:\n  telemetry:\n    metrics:\n      readers:\n        - pull:\n            exporter:\n              prometheus:\n                host: 0.0.0.0\n                port: 8888\n  pipelines:\n    metrics:\n      exporters:\n        - debug\n      receivers:\n        - otlp\n    traces:\n      exporters:\n        - debug\n      receivers:\n        - otlp\n"}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES_POD_NAME", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"metadata.name"}}}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES_POD_UID", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"metadata.uid"}}}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES_NODE_NAME", "valueFrom":map[string]interface {}{"fieldRef":map[string]interface {}{"apiVersion":"v1", "fieldPath":"spec.nodeName"}}}, map[string]interface {}{"name":"OTEL_RESOURCE_ATTRIBUTES", "value":"k8s.deployment.name=my-nodejs,k8s.deployment.uid=1f5a065d-4d76-48cc-a770-207c5c7e15fb,k8s.namespace.name=chainsaw-touched-cowbird,k8s.node.name=$(OTEL_RESOURCE_ATTRIBUTES_NODE_NAME),k8s.pod.name=$(OTEL_RESOURCE_ATTRIBUTES_POD_NAME),k8s.pod.uid=$(OTEL_RESOURCE_ATTRIBUTES_POD_UID),k8s.replicaset.name=my-nodejs-795b9b89c5,k8s.replicaset.uid=e71743f4-8d77-4b62-9dfc-fe773fb39ea3"}}, "image":"ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.138.0", "imagePullPolicy":"IfNotPresent", "name":"otc-container", "ports":[]interface {}{map[string]interface {}{"containerPort":8888, "name":"metrics", "protocol":"TCP"}, map[string]interface {}{"containerPort":4317, "name":"otlp-grpc", "protocol":"TCP"}, map[string]interface {}{"containerPort":4318, "name":"otlp-http", "protocol":"TCP"}}, "resources":map[string]interface {}{}, "restartPolicy":"Always", "terminationMessagePath":"/dev/termination-log", "terminationMessagePolicy":"File", "volumeMounts":[]interface {}{map[string]interface {}{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount", "name":"kube-api-access-62z6w", "readOnly":true}}}, map[string]interface {}{"command":[]interface {}{"cp", "-r", "/autoinstrumentation/.", "/otel-auto-instrumentation-nodejs"}, "image":"ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.64.1", "imagePullPolicy":"IfNotPresent", "name":"opentelemetry-auto-instrumentation-nodejs", "resources":map[string]interface {}{"limits":map[string]interface {}{"cpu":"500m", "memory":"256Mi"}, "requests":map[string]interface {}{"cpu":"50m", "memory":"128Mi"}}, "securityContext":map[string]interface {}{"allowPrivilegeEscalation":false, "capabilities":map[string]interface {}{"drop":[]interface {}{"ALL"}}}, "terminationMessagePath":"/dev/termination-log", "terminationMessagePolicy":"File", "volumeMounts":[]interface {}{map[string]interface {}{"mountPath":"/otel-auto-instrumentation-nodejs", "name":"opentelemetry-auto-instrumentation-nodejs"}, map[string]interface {}{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount", "name":"kube-api-access-62z6w", "readOnly":true}}}}: lengths of slices don't match
* status.containerStatuses: Invalid value: []interface {}{map[string]interface {}{"containerID":"containerd://11c928d28fddb416b0de52ceb425f35e75c2eec95db48fd32d058b0651edae91", "image":"ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-nodejs:main", "imageID":"ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-nodejs@sha256:5a07647c580c8fc49c0173b00d9c159c05451ca1fa122a81036648832546e7bf", "lastState":map[string]interface {}{}, "name":"myapp", "ready":true, "resources":map[string]interface {}{}, "restartCount":0, "started":true, "state":map[string]interface {}{"running":map[string]interface {}{"startedAt":"2025-10-28T17:30:17Z"}}, "user":map[string]interface {}{"linux":map[string]interface {}{"gid":3000, "supplementalGroups":[]interface {}{3000}, "uid":1000}}, "volumeMounts":[]interface {}{map[string]interface {}{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount", "name":"kube-api-access-62z6w", "readOnly":true, "recursiveReadOnly":"Disabled"}, map[string]interface {}{"mountPath":"/otel-auto-instrumentation-nodejs", "name":"opentelemetry-auto-instrumentation-nodejs"}}}}: lengths of slices don't match
* status.initContainerStatuses: Invalid value: []interface {}{map[string]interface {}{"containerID":"containerd://3088af6868ba77054f67cbb2e5c0dd1c1630f8607a72004d0b7814aed08686f7", "image":"ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.138.0", "imageID":"ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector@sha256:56951db9579bf00d3f32a4e934e19548183a86c14640798502bcd4c225976ea6", "lastState":map[string]interface {}{}, "name":"otc-container", "ready":true, "resources":map[string]interface {}{}, "restartCount":0, "started":true, "state":map[string]interface {}{"running":map[string]interface {}{"startedAt":"2025-10-28T17:30:14Z"}}, "user":map[string]interface {}{"linux":map[string]interface {}{"gid":3000, "supplementalGroups":[]interface {}{3000}, "uid":1000}}, "volumeMounts":[]interface {}{map[string]interface {}{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount", "name":"kube-api-access-62z6w", "readOnly":true, "recursiveReadOnly":"Disabled"}}}, map[string]interface {}{"allocatedResources":map[string]interface {}{"cpu":"50m", "memory":"128Mi"}, "containerID":"containerd://4f845997bee7e7f20894ca46f5a731cfd1cf1f7eb467a664ebd8da86b3ff0b4f", "image":"ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.64.1", "imageID":"ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs@sha256:ec32c54d21c982b6cdde2b22751b95c43a87b9917ed897d470a28bfb4aa81265", "lastState":map[string]interface {}{}, "name":"opentelemetry-auto-instrumentation-nodejs", "ready":true, "resources":map[string]interface {}{"limits":map[string]interface {}{"cpu":"500m", "memory":"256Mi"}, "requests":map[string]interface {}{"cpu":"50m", "memory":"128Mi"}}, "restartCount":0, "started":false, "state":map[string]interface {}{"terminated":map[string]interface {}{"containerID":"containerd://4f845997bee7e7f20894ca46f5a731cfd1cf1f7eb467a664ebd8da86b3ff0b4f", "exitCode":0, "finishedAt":"2025-10-28T17:30:16Z", "reason":"Completed", "startedAt":"2025-10-28T17:30:15Z"}}, "user":map[string]interface {}{"linux":map[string]interface {}{"gid":3000, "supplementalGroups":[]interface {}{3000}, "uid":1000}}, "volumeMounts":[]interface {}{map[string]interface {}{"mountPath":"/otel-auto-instrumentation-nodejs", "name":"opentelemetry-auto-instrumentation-nodejs"}, map[string]interface {}{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount", "name":"kube-api-access-62z6w", "readOnly":true, "recursiveReadOnly":"Disabled"}}}}: lengths of slices don't match

--- expected
+++ actual
@@ -6,17 +6,27 @@
     sidecar.opentelemetry.io/inject: "true"
   labels:
     app: my-nodejs
+  name: my-nodejs-795b9b89c5-p2xh7
   namespace: chainsaw-touched-cowbird
+  ownerReferences:
+  - apiVersion: apps/v1
+    blockOwnerDeletion: true
+    controller: true
+    kind: ReplicaSet
+    name: my-nodejs-795b9b89c5
+    uid: e71743f4-8d77-4b62-9dfc-fe773fb39ea3
 spec:
   containers:
   - env:
     - name: OTEL_NODE_IP
       valueFrom:
         fieldRef:
+          apiVersion: v1
           fieldPath: status.hostIP
     - name: OTEL_POD_IP
       valueFrom:
         fieldRef:
+          apiVersion: v1
           fieldPath: status.podIP
     - name: NODE_PATH
       value: /usr/local/lib/node_modules
@@ -51,30 +61,233 @@
     - name: OTEL_PROPAGATORS
       value: jaeger,b3
     - name: OTEL_RESOURCE_ATTRIBUTES
+      value: k8s.container.name=myapp,k8s.deployment.name=my-nodejs,k8s.namespace.name=chainsaw-touched-cowbird,k8s.node.name=$(OTEL_RESOURCE_ATTRIBUTES_NODE_NAME),k8s.pod.name=$(OTEL_RESOURCE_ATTRIBUTES_POD_NAME),k8s.replicaset.name=my-nodejs-795b9b89c5,service.instance.id=chainsaw-touched-cowbird.$(OTEL_RESOURCE_ATTRIBUTES_POD_NAME).myapp,service.namespace=chainsaw-touched-cowbird,service.version=main
+    image: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-nodejs:main
+    imagePullPolicy: IfNotPresent
     name: myapp
     ports:
     - containerPort: 3000
       protocol: TCP
-    volumeMounts:
-    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
-      readOnly: true
-    - mountPath: /otel-auto-instrumentation-nodejs
-      name: opentelemetry-auto-instrumentation-nodejs
+    readinessProbe:
+      failureThreshold: 3
+      httpGet:
+        path: /rolldice
+        port: 3000
+        scheme: HTTP
+      initialDelaySeconds: 5
+      periodSeconds: 15
+      successThreshold: 1
+      timeoutSeconds: 2
+    resources: {}
+    securityContext:
+      allowPrivilegeEscalation: false
+      capabilities:
+        drop:
+        - ALL
+    terminationMessagePath: /dev/termination-log
+    terminationMessagePolicy: File
+    volumeMounts:
+    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
+      name: kube-api-access-62z6w
+      readOnly: true
+    - mountPath: /otel-auto-instrumentation-nodejs
+      name: opentelemetry-auto-instrumentation-nodejs
+  initContainers:
   - args:
     - --config=env:OTEL_CONFIG
+    env:
+    - name: POD_NAME
+      valueFrom:
+        fieldRef:
+          apiVersion: v1
+          fieldPath: metadata.name
+    - name: OTEL_CONFIG
+      value: |
+        receivers:
+          otlp:
+            protocols:
+              grpc:
+                endpoint: 0.0.0.0:4317
+              http:
+                endpoint: 0.0.0.0:4318
+        exporters:
+          debug:
+            verbosity: detailed
+        processors: {}
+        service:
+          telemetry:
+            metrics:
+              readers:
+                - pull:
+                    exporter:
+                      prometheus:
+                        host: 0.0.0.0
+                        port: 8888
+          pipelines:
+            metrics:
+              exporters:
+                - debug
+              receivers:
+                - otlp
+            traces:
+              exporters:
+                - debug
+              receivers:
+                - otlp
+    - name: OTEL_RESOURCE_ATTRIBUTES_POD_NAME
+      valueFrom:
+        fieldRef:
+          apiVersion: v1
+          fieldPath: metadata.name
+    - name: OTEL_RESOURCE_ATTRIBUTES_POD_UID
+      valueFrom:
+        fieldRef:
+          apiVersion: v1
+          fieldPath: metadata.uid
+    - name: OTEL_RESOURCE_ATTRIBUTES_NODE_NAME
+      valueFrom:
+        fieldRef:
+          apiVersion: v1
+          fieldPath: spec.nodeName
+    - name: OTEL_RESOURCE_ATTRIBUTES
+      value: k8s.deployment.name=my-nodejs,k8s.deployment.uid=1f5a065d-4d76-48cc-a770-207c5c7e15fb,k8s.namespace.name=chainsaw-touched-cowbird,k8s.node.name=$(OTEL_RESOURCE_ATTRIBUTES_NODE_NAME),k8s.pod.name=$(OTEL_RESOURCE_ATTRIBUTES_POD_NAME),k8s.pod.uid=$(OTEL_RESOURCE_ATTRIBUTES_POD_UID),k8s.replicaset.name=my-nodejs-795b9b89c5,k8s.replicaset.uid=e71743f4-8d77-4b62-9dfc-fe773fb39ea3
+    image: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.138.0
+    imagePullPolicy: IfNotPresent
     name: otc-container
-  initContainers:
-  - name: opentelemetry-auto-instrumentation-nodejs
+    ports:
+    - containerPort: 8888
+      name: metrics
+      protocol: TCP
+    - containerPort: 4317
+      name: otlp-grpc
+      protocol: TCP
+    - containerPort: 4318
+      name: otlp-http
+      protocol: TCP
+    resources: {}
+    restartPolicy: Always
+    terminationMessagePath: /dev/termination-log
+    terminationMessagePolicy: File
+    volumeMounts:
+    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
+      name: kube-api-access-62z6w
+      readOnly: true
+  - command:
+    - cp
+    - -r
+    - /autoinstrumentation/.
+    - /otel-auto-instrumentation-nodejs
+    image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.64.1
+    imagePullPolicy: IfNotPresent
+    name: opentelemetry-auto-instrumentation-nodejs
+    resources:
+      limits:
+        cpu: 500m
+        memory: 256Mi
+      requests:
+        cpu: 50m
+        memory: 128Mi
+    securityContext:
+      allowPrivilegeEscalation: false
+      capabilities:
+        drop:
+        - ALL
+    terminationMessagePath: /dev/termination-log
+    terminationMessagePolicy: File
+    volumeMounts:
+    - mountPath: /otel-auto-instrumentation-nodejs
+      name: opentelemetry-auto-instrumentation-nodejs
+    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
+      name: kube-api-access-62z6w
+      readOnly: true
 status:
   containerStatuses:
-  - name: myapp
+  - containerID: containerd://11c928d28fddb416b0de52ceb425f35e75c2eec95db48fd32d058b0651edae91
+    image: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-nodejs:main
+    imageID: ghcr.io/open-telemetry/opentelemetry-operator/e2e-test-app-nodejs@sha256:5a07647c580c8fc49c0173b00d9c159c05451ca1fa122a81036648832546e7bf
+    lastState: {}
+    name: myapp
     ready: true
+    resources: {}
+    restartCount: 0
     started: true
-  - name: otc-container
+    state:
+      running:
+        startedAt: "2025-10-28T17:30:17Z"
+    user:
+      linux:
+        gid: 3000
+        supplementalGroups:
+        - 3000
+        uid: 1000
+    volumeMounts:
+    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
+      name: kube-api-access-62z6w
+      readOnly: true
+      recursiveReadOnly: Disabled
+    - mountPath: /otel-auto-instrumentation-nodejs
+      name: opentelemetry-auto-instrumentation-nodejs
+  initContainerStatuses:
+  - containerID: containerd://3088af6868ba77054f67cbb2e5c0dd1c1630f8607a72004d0b7814aed08686f7
+    image: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector:0.138.0
+    imageID: ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector@sha256:56951db9579bf00d3f32a4e934e19548183a86c14640798502bcd4c225976ea6
+    lastState: {}
+    name: otc-container
     ready: true
+    resources: {}
+    restartCount: 0
     started: true
-  initContainerStatuses:
-  - name: opentelemetry-auto-instrumentation-nodejs
+    state:
+      running:
+        startedAt: "2025-10-28T17:30:14Z"
+    user:
+      linux:
+        gid: 3000
+        supplementalGroups:
+        - 3000
+        uid: 1000
+    volumeMounts:
+    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
+      name: kube-api-access-62z6w
+      readOnly: true
+      recursiveReadOnly: Disabled
+  - allocatedResources:
+      cpu: 50m
+      memory: 128Mi
+    containerID: containerd://4f845997bee7e7f20894ca46f5a731cfd1cf1f7eb467a664ebd8da86b3ff0b4f
+    image: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.64.1
+    imageID: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs@sha256:ec32c54d21c982b6cdde2b22751b95c43a87b9917ed897d470a28bfb4aa81265
+    lastState: {}
+    name: opentelemetry-auto-instrumentation-nodejs
     ready: true
+    resources:
+      limits:
+        cpu: 500m
+        memory: 256Mi
+      requests:
+        cpu: 50m
+        memory: 128Mi
+    restartCount: 0
+    started: false
+    state:
+      terminated:
+        containerID: containerd://4f845997bee7e7f20894ca46f5a731cfd1cf1f7eb467a664ebd8da86b3ff0b4f
+        exitCode: 0
+        finishedAt: "2025-10-28T17:30:16Z"
+        reason: Completed
+        startedAt: "2025-10-28T17:30:15Z"
+    user:
+      linux:
+        gid: 3000
+        supplementalGroups:
+        - 3000
+        uid: 1000
+    volumeMounts:
+    - mountPath: /otel-auto-instrumentation-nodejs
+      name: opentelemetry-auto-instrumentation-nodejs
+    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
+      name: kube-api-access-62z6w
+      readOnly: true
+      recursiveReadOnly: Disabled
   phase: Running

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / E2E Test Results

89 tests found

There are 89 tests, see "Raw output" for the full list of tests.
Raw output
additional-containers-collector
affinity-collector
annotation-change-collector
args-collector
autoscale
cel-validations-test
conversion-webhook-invalid-config
create-pm-prometheus-exporters
create-pm-prometheus-exporters-native
create-sm-prometheus-exporters
daemonset-features
env-vars
extension-test
ingress
ingress-subdomains
instrumentation-apache-httpd
instrumentation-apache-multicontainer
instrumentation-dotnet
instrumentation-dotnet-multicontainer
instrumentation-dotnet-musl
instrumentation-go
instrumentation-java
instrumentation-java-multicontainer
instrumentation-java-other-ns
instrumentation-java-tls
instrumentation-multi-multicontainer
instrumentation-multi-multicontainer-go
instrumentation-multi-no-containers
instrumentation-nginx
instrumentation-nginx-contnr-secctx
instrumentation-nginx-multicontainer
instrumentation-nodejs
instrumentation-nodejs-import
instrumentation-nodejs-multicontainer
instrumentation-nodejs-volume
instrumentation-python
instrumentation-python-multicontainer
instrumentation-python-musl
instrumentation-python-oldest
instrumentation-sdk
instrumentation-single-instr-first-container
label-change-collector
managed-reconcile
multiple-configmaps
node-selector-collector
opampbridge
operator-metrics
operator-restart
pdb
persistent-volume-claim-label
processor-k8sattributes
processor-resourcedetection
prometheus-config-validation
receiver-k8scluster
receiver-k8sevents
receiver-k8sobjects
receiver-kubeletstats
smoke-daemonset
smoke-deletion
smoke-init-containers
smoke-ip-families-policies
smoke-pod-annotations
smoke-pod-dns-config
smoke-pod-labels
smoke-ports
smoke-restarting-deployment
smoke-shareprocessnamespace
smoke-sidecar
smoke-sidecar-native
smoke-sidecar-other-namespace
smoke-sidecar-other-namespace-native
smoke-simplest
smoke-simplest-v1beta1
smoke-statefulset
smoke-targetallocator
statefulset-features
ta-collector-mtls-scrapeconfig-node
ta-disabled
target-allocator
targetallocator-collector-mtls
targetallocator-cr
targetallocator-features
targetallocator-kubernetessd
targetallocator-label
targetallocator-metrics
targetallocator-namespace
targetallocator-prometheuscr
upgrade-test
versioned-configmaps