Skip to content

Commit c78df18

Browse files
authored
Merge branch 'main' into MCP-Instrumentor
2 parents 8621644 + 339e83c commit c78df18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda-layer/src/otel-instrument

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ fi
101101
# disable application signals runtime metrics by default
102102
export OTEL_AWS_APPLICATION_SIGNALS_RUNTIME_ENABLED="false";
103103

104-
# enable emf exporter by default
104+
# disable otel metrics export by default
105105
if [ -z "${OTEL_METRICS_EXPORTER}" ]; then
106-
export OTEL_METRICS_EXPORTER="awsemf";
106+
export OTEL_METRICS_EXPORTER="none";
107107
fi
108108

109109
# disable OTel logs exporter by default

0 commit comments

Comments
 (0)