Skip to content

Commit

Permalink
Merge branch 'main' into add-secretsmanager-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hkarn-godaddy committed Jun 13, 2024
2 parents 7afffba + 10cc2ef commit 11a933e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some layers include the corresponding OTel language SDK for the Lambda. This all
* **What exporters/receivers/processors are included from the OpenTelemetry Collector?**
> You can check out [the stripped-down collector's imports](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L18) in this repository for a full list of currently included components.
* **Is the Lambda layer provided or do I need to build it and distribute it myself?**
> This repository does not provide pre-build Lambda layers. They must be built manually and saved in your AWS account. This repo has files to facilitate doing that. More information is provided in [the Collector folder's README](collector/README.md).
> This repository provides pre-built Lambda layers, their ARNs are available in the [Releases](https://github.com/open-telemetry/opentelemetry-lambda/releases). You can also build the layers manually and publish them in your AWS account. This repo has files to facilitate doing that. More information is provided in [the Collector folder's README](collector/README.md).
## Design Proposal

Expand Down
9 changes: 8 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@ The release process is almost entirely managed by [GitHub actions](https://githu

1. Create a new tag for the layer to publish. For example, to create a new collector layer, the following command is used:
`git tag layer-collector/0.0.8`
2. Push the tag to [opentelemetry-lambda](https://github.com/open-telemetry/opentelemetry-lambda) repository to trigger the publish action.
2. Push the tag to [opentelemetry-lambda](https://github.com/open-telemetry/opentelemetry-lambda) repository to trigger the publish action:
`git push origin tag layer-collector/0.0.8`
3. Wait for the [release workflow](https://github.com/open-telemetry/opentelemetry-lambda/actions/workflows/release-layer-collector.yml) to finish.
4. Create a release in https://github.com/open-telemetry/opentelemetry-lambda/releases/new
* Select a the newly pushed tag
* Select the corresponding previous release
* Click "Generate Release Notes"
* Adjust the release notes. Include the ARN, list of changes and diff with previous label.

0 comments on commit 11a933e

Please sign in to comment.