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
@@ -13,19 +13,17 @@ import Image from '@theme/IdealImage';
13
13
import useBaseUrl from '@docusaurus/useBaseUrl';
14
14
import log_view from '@site/static/images/clickstack/lambda/lambda-log-view.png';
15
15
import log from '@site/static/images/clickstack/lambda/lambda-log.png';
16
-
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
17
16
18
-
# Monitoring AWS Lambda Logs with ClickStack {#lambda-clickstack}
17
+
# Monitoring AWS Lambda Logs with ClickStack using Rotel {#lambda-clickstack}
19
18
20
19
:::note[TL;DR]
21
20
This guide shows you how to monitor AWS Lambda functions with ClickStack by using the Rotel Lambda Extension to collect and forward function logs, extension logs, and OpenTelemetry data directly to ClickHouse. You'll learn how to:
22
21
23
22
- Deploy the Rotel Lambda Extension layer to your Lambda functions
24
23
- Configure the extension to export logs and traces to ClickStack
25
24
- Optionally disable CloudWatch Logs to reduce costs
26
-
- Use pre-built dashboards to visualize Lambda metrics (invocations, errors, duration, cold starts)
27
25
28
-
This approach can **significantly reduce your Lambda observability costs** by bypassing CloudWatch Logs entirely.
26
+
This approach can significantly reduce your Lambda observability costs by bypassing CloudWatch Logs entirely.
29
27
30
28
Time Required: 5-10 minutes
31
29
:::
@@ -99,7 +97,7 @@ Resources:
99
97
100
98
The Rotel Lambda Extension is configured using environment variables. You need to configure the OTLP exporter endpoint to point to your ClickStack instance. The examples assume your AWS Lambda function is able to reach the ClickStack instance.
By default, AWS Lambda sends all logs to CloudWatch Logs, which can be expensive at scale. Once you've verified that logs are flowing to ClickStack, you can disable CloudWatch logging to reduce costs.
0 commit comments