You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/blog/2025/observing-lambdas/index.md
+10
Original file line number
Diff line number
Diff line change
@@ -105,3 +105,13 @@ function logs appear! You can see this in action in the video below.
105
105
<source src="./video-lambda-real-time.webm" />
106
106
</video>
107
107
</p>
108
+
109
+
Every log line your Lambda produces will be shipped to the `external-collector`
110
+
endpoint specified. You don't need to modify the code at all! From there,
111
+
telemetry data flows to your backend as usual. Since the shipping of telemetry
112
+
data might be frozen when the lambda is not active, logs can arrive delayed.
113
+
They'll either arrive during the next execution or during the shutdown interval.
114
+
115
+
If you want further insight into your applications, be sure to also check out
116
+
the
117
+
[language specific auto instrumentation layers](https://github.com/open-telemetry/opentelemetry-lambda/?tab=readme-ov-file#extension-layer-language-support).
0 commit comments