An open API service indexing awesome lists of open source software.

https://github.com/uki00a/deno-otel-examples


https://github.com/uki00a/deno-otel-examples

Last synced: 2 months ago
JSON representation

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
```