Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkarlovi/opentelemetry-php-user-test
- Owner: dkarlovi
- Created: 2020-11-20T10:47:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T10:50:54.000Z (over 3 years ago)
- Last Synced: 2024-11-06T13:01:30.378Z (about 2 months ago)
- Topics: dx, opentelemetry, opentelemetry-php
- Language: PHP
- Homepage: https://github.com/open-telemetry/opentelemetry-php/issues/206
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```