Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dkarlovi/opentelemetry-php-user-test

Created for following along with OTLP user testing document
https://github.com/dkarlovi/opentelemetry-php-user-test

dx opentelemetry opentelemetry-php

Last synced: 3 days ago
JSON representation

Created for following along with OTLP user testing document

Awesome Lists containing this project

README

        

# Use

1. run
```
docker-compose up -d
```
2. run
```
composer install
```
3. download [Symfony CLI](https://symfony.com/download)
4. run
```
symfony serve
```
5. app available at [127.0.0.1:8000/hello](http://127.0.0.1:8000/hello)
Jaeger available at [127.0.0.1:16686/search](http://localhost:16686/search)
6. run the command with
```
bin/console app:hello
```