Skip to content

Commit f6a2bbc

Browse files
committed
Fix lint
1 parent e0a636f commit f6a2bbc

File tree

1 file changed

+5
-5
lines changed
  • docs/use-cases/observability/clickstack/integration-examples

1 file changed

+5
-5
lines changed

docs/use-cases/observability/clickstack/integration-examples/aws-lambda.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ _In these examples replace `{arch}`, `{region}`, and `{version}` with the approp
7070
3. Scroll to the **Layers** section and click **Add a layer**
7171
4. Select **Specify an ARN**
7272
5. Enter the Rotel layer ARN:
73-
```
73+
```text
7474
arn:aws:lambda:{region}:418653438961:layer:rotel-extension-{arch}-alpha:{version}
7575
```
7676
6. Click **Add**
@@ -119,7 +119,7 @@ ROTEL_OTEL_RESOURCE_ATTRIBUTES="service.name=my-lambda-api,service.version=1.0.0
119119
For more complex configurations, create a `rotel.env` file in your Lambda function bundle:
120120

121121
**rotel.env:**
122-
```shell
122+
```bash
123123
ROTEL_OTLP_EXPORTER_ENDPOINT=https://clickstack.example.com:4317
124124
ROTEL_OTLP_EXPORTER_CUSTOM_HEADERS="Authorization=<YOUR_INGESTION_API_KEY>"
125125
ROTEL_OTEL_RESOURCE_ATTRIBUTES="service.name=my-lambda-api,deployment.environment=production"
@@ -135,13 +135,13 @@ ROTEL_ENV_FILE=/var/task/rotel.env
135135
For production deployments, store sensitive values like API keys in AWS Secrets Manager or Parameter Store:
136136

137137
**AWS Secrets Manager Example:**
138-
```shell
138+
```bash
139139
ROTEL_OTLP_EXPORTER_ENDPOINT=https://clickstack.example.com:4317
140140
ROTEL_OTLP_EXPORTER_CUSTOM_HEADERS="Authorization=${arn:aws:secretsmanager:us-east-1:123456789012:secret:clickstack-api-key-abc123}"
141141
```
142142

143143
**AWS Parameter Store Example:**
144-
```shell
144+
```bash
145145
ROTEL_OTLP_EXPORTER_ENDPOINT=https://clickstack.example.com:4317
146146
ROTEL_OTLP_EXPORTER_CUSTOM_HEADERS="Authorization=${arn:aws:ssm:us-east-1:123456789012:parameter/clickstack-api-key}"
147147
```
@@ -319,7 +319,7 @@ Checkout the example Python app demonstrating the Rotel Lambda Extension:
319319

320320
- **[Python + ClickHouse](https://github.com/streamfold/python-aws-lambda-clickhouse-example)**: Python application with manual OpenTelemetry instrumentation, sending traces and logs directly to ClickHouse
321321

322-
## Join the Rotel community
322+
## Join the Rotel community {#join-rotel-community}
323323

324324
If you have questions about Rotel, please join the [Rotel Discord server](https://rotel.dev) and share your feedback or questions. Check out the [Rotel Lambda Extension](https://github.com/streamfold/rotel-lambda-extension) to contribute any improvements.
325325

0 commit comments

Comments
 (0)