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

https://github.com/1pkg/kong-quickstart-otel


https://github.com/1pkg/kong-quickstart-otel

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Kong quickstart opentelemetry plugin

Update the `otelconfig.yaml` to start OTel collector and few services.

```bash
docker compose up
```

Initialize Kong with opentelemetry [pluging](https://docs.konghq.com/hub/kong-inc/opentelemetry/).

```bash
./kong.sh
```

Setup the services routing in Kong.

```bash
./services.sh
```

Send a request to the services.

```bash
curl http://localhost:8000/a
```