Skip to content

Commit 30c7f36

Browse files
Fix tsconfig for Node.js autoinstrumentation
1 parent 6bb45bf commit 30c7f36

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.chloggen/node-import.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: auto-instrumentation
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Add Node.js support for `--import` flag
9+
10+
# One or more tracking issues related to the change
11+
issues: [3414]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:

autoinstrumentation/nodejs/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"include": [
2929
"src/**/*.ts",
30+
"src/**/*.mts"
3031
],
3132
"exclude": [
3233
"node_modules"

bundle/community/manifests/opentelemetry-operator.clusterserviceversion.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2024-11-01T17:13:20Z"
102+
createdAt: "2024-11-01T18:25:51Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -478,6 +478,8 @@ spec:
478478
- --zap-log-level=info
479479
- --zap-time-encoding=rfc3339nano
480480
- --enable-nginx-instrumentation=true
481+
- '--target-allocator-image=ghcr.io/open-telemetry/opentelemetry-operator/target-allocator:'
482+
- '--operator-opamp-bridge-image=ghcr.io/open-telemetry/opentelemetry-operator/operator-opamp-bridge:'
481483
env:
482484
- name: SERVICE_ACCOUNT_NAME
483485
valueFrom:

bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2024-11-01T17:13:28Z"
102+
createdAt: "2024-11-01T18:25:59Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3

0 commit comments

Comments
 (0)