https://github.com/uki00a/deno-otel-examples
https://github.com/uki00a/deno-otel-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uki00a/deno-otel-examples
- Owner: uki00a
- License: mit
- Created: 2025-02-22T05:08:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T05:54:35.000Z (about 1 year ago)
- Last Synced: 2025-07-19T17:47:28.641Z (9 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deno-otel-examples
## Requirements
- Deno
- [otelcol](https://github.com/open-telemetry/opentelemetry-collector)
## How to run a example
1. Start OpenTelemetry Collector
```shell
$ deno task otelcol:start
```
2. Run an example
```shell
$ deno task example:http
```