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: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,20 @@
3
3
[![Latest Release][release_badge]][release]
4
4
[![License][license_badge]][license]
5
5
6
-
The `@baselime/lambda-node-opentelemetry` package instruments your lambda functions and automatically ships OTEL compatible trace data to Baselime. This is the most powerful and flexible way to instrument your node service.
6
+
The `@baselime/lambda-node-opentelemetry` package instruments your Node.js AWS Lambda functions with OpenTelemetry and automatically sends tracing data to Baselime. This is the most powerful and flexible way to instrument your serverless functions.
7
7
8
8

9
9
10
-
This can be applied completely automatically to your lambda functions using our automatic instrumentation.
10
+
## Installation
11
+
12
+
### Automatic Installation
11
13
12
-
To enroll a lambda tag it with `baselime:tracing``true`
14
+
Once you've connected your AWS account to Baselime, add the `baselime:tracing`tag to any of your Node.js AWS Lambda functions and it will be automatically instrumented with OpenTelemetry.
13
15
14
-
If you would rather instrument the lambda manually follow this [guide](./ManualInstrumentation)
16
+
### Manual Installation
17
+
18
+
To manually install this instrumentation, follow the steps in our [docs](https://baselime.io/docs/sending-data/opentelemetry/aws-lambda/node.js/).
19
+
This can be applied completely automatically to your lambda functions using our automatic instrumentation.
0 commit comments