This is a test repository.
- Setup environment by allowing
.envrc
file withdirenv allow
- Install Composer dependencies with
composer install
Run php -S localhost:8000 trace.php
Then navigate to http://localhost:8000.
Run php -S localhost:8001 metric.php
Then navigate to http://localhost:8001.
Run docker-compose up -d
and navigate to http://localhost:3000/explore.
- Exported metrics by Otel Collector: http://localhost:8889/metrics
- Collected metrics by Prometheus: http://localhost:9090