https://github.com/dwolla/dwolla-adot-collector
AWS Distribution for OpenTelemetry Collector (as configured by Dwolla)
https://github.com/dwolla/dwolla-adot-collector
Last synced: about 2 months ago
JSON representation
AWS Distribution for OpenTelemetry Collector (as configured by Dwolla)
- Host: GitHub
- URL: https://github.com/dwolla/dwolla-adot-collector
- Owner: Dwolla
- License: mit
- Created: 2023-11-08T21:55:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-03T22:24:39.000Z (8 months ago)
- Last Synced: 2025-04-11T22:18:02.599Z (about 2 months ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/dwolla/otel-collector
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AWS Distribution for OpenTelemetry Collector (as configured by Dwolla)
[](https://microbadger.com/images/dwolla/otel-collector)
[](https://github.com/Dwolla/dwolla-adot-collector/blob/master/LICENSE)Docker image that adds Dwolla's configuration to the AWS distribution of OpenTelemetry collector.
## Local Development
With [jq](https://jqlang.github.io/jq/manual/) installed, to build this image locally run the following command:
```bash
make \
OTEL_TAG=$(curl --silent https://api.github.com/repos/aws-observability/aws-otel-collector/releases/latest | jq -r .name) \
all
```