Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garysassano/cdk-aws-lambda-adot-auto-js
CDK app that uses AWS Distro for OpenTelemetry (ADOT) auto‑instrumentation with AWS Lambda to send trace data to Honeycomb
https://github.com/garysassano/cdk-aws-lambda-adot-auto-js
adot adot-auto-instrumentation auto-instrumentation aws-adot aws-cdk aws-distro-for-opentelemetry cdk honeycomb opentelemetry otel otel-auto-instrumentation typescript
Last synced: about 1 month ago
JSON representation
CDK app that uses AWS Distro for OpenTelemetry (ADOT) auto‑instrumentation with AWS Lambda to send trace data to Honeycomb
- Host: GitHub
- URL: https://github.com/garysassano/cdk-aws-lambda-adot-auto-js
- Owner: garysassano
- License: apache-2.0
- Created: 2024-11-21T21:20:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T00:35:23.000Z (about 1 month ago)
- Last Synced: 2024-11-22T01:17:59.136Z (about 1 month ago)
- Topics: adot, adot-auto-instrumentation, auto-instrumentation, aws-adot, aws-cdk, aws-distro-for-opentelemetry, cdk, honeycomb, opentelemetry, otel, otel-auto-instrumentation, typescript
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdk-aws-lambda-adot-auto-js
CDK app that uses AWS Distro for OpenTelemetry (ADOT) auto‑instrumentation with AWS Lambda to send trace data to Honeycomb.
## Prerequisites
- **_AWS:_**
- Must have authenticated with [Default Credentials](https://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli_auth) in your local environment.
- Must have completed the [CDK bootstrapping](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) for the target AWS environment.
- **_Honeycomb:_**
- Must have set the `HONEYCOMB_API_KEY` variable in your local environment.
- **_Node.js + npm:_**
- Must be [installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) in your system.## Installation
```sh
npx projen install
```## Deployment
```sh
npx projen deploy
```## Cleanup
```sh
npx projen destroy
```