https://github.com/simonrw/opentelemetry-extension
https://github.com/simonrw/opentelemetry-extension
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonrw/opentelemetry-extension
- Owner: simonrw
- Created: 2023-06-19T07:13:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T10:32:13.000Z (over 2 years ago)
- Last Synced: 2025-02-06T08:45:18.982Z (over 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WIP OpenTelemetry Extension
===============================
Trace LocalStack requests
## Install local development version
To install the extension into localstack in developer mode, you will need Python 3.10, and create a virtual environment in the extensions project.
In the newly generated project, simply run
```bash
make install
```
Then, to enable the extension for LocalStack, run
```bash
localstack extensions dev enable .
```
You can then start LocalStack with `EXTENSION_DEV_MODE=1` to load all enabled extensions:
```bash
EXTENSION_DEV_MODE=1 localstack start
```
## Install from GitHub repository
To distribute your extension, simply upload it to your github account. Your extension can then be installed via:
```bash
localstack extensions install "git+https://github.com/simonrw/opentelemetry-extension/#egg=opentelemetry-extension"
```