https://github.com/1pkg/kong-quickstart-otel
https://github.com/1pkg/kong-quickstart-otel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1pkg/kong-quickstart-otel
- Owner: 1pkg
- Created: 2025-03-26T00:04:21.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-26T02:19:35.000Z (about 2 months ago)
- Last Synced: 2025-03-26T03:25:09.324Z (about 2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```