Skip to content

pantrif/php-jaeger-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-jaeger-example

jaeger with php example

Requirements

Running the example

This example has two services: frontend and backend. They both report trace data to jaeger.

To setup the example, run

composer install

Once the dependencies are installed, run the services:

# Run jaeger:
composer run-jaeger

# Run frontend:
composer run-frontend

# Run backend
composer run-backend

Make the request to frontend:

curl http://localhost:9000

Check the trace in jaeger UI: 127.0.0.1:16686

Releases

No releases published

Packages

No packages published

Languages