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
Afterward, set the `OPENTELEMETRY_COLLECTOR_CONFIG_URI` environment variable to
105
106
`/var/task/collector.yaml`. Once the function is redeployed, you’ll see your
106
107
function logs appear! You can see this in action in the video below.
@@ -111,12 +112,11 @@ function logs appear! You can see this in action in the video below.
111
112
</video>
112
113
</p>
113
114
114
-
Every log line your Lambda produces will be shipped to the `external-collector`
115
+
Every log line your Lambda produces will be sent to the `external-collector`
115
116
endpoint specified. You don't need to modify the code at all! From there,
116
-
telemetry data flows to your backend as usual. Since the shipping of telemetry
117
+
telemetry data flows to your backend as usual. Since the transmission of telemetry
117
118
data might be frozen when the lambda is not active, logs can arrive delayed.
118
119
They'll either arrive during the next execution or during the shutdown interval.
119
120
120
-
If you want further insight into your applications, be sure to also check out
121
-
the
121
+
If you want further insight into your applications, also see the
122
122
[language specific auto instrumentation layers](https://github.com/open-telemetry/opentelemetry-lambda/?tab=readme-ov-file#extension-layer-language-support).
0 commit comments