Skip to content

Commit

Permalink
Update compute_node.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbalamurali committed Nov 12, 2023
1 parent be440e8 commit 32e7c6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/compute_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ def compute_node_deployment(
),
),
),
# NOTE: we disable it for now. By default, the pod tries to send the metrics to
# hardcoded otel endpoint.
kubernetes.client.V1EnvVar(
name="OTEL_SDK_DISABLED",
value="true"
),
# kubernetes.client.V1EnvVar(
# name="NEON_CONTROL_PLANE_TOKEN",
# value=""
Expand Down

0 comments on commit 32e7c6b

Please sign in to comment.