jaeger-php
Jaeger Bindings for PHP OpenTracing API
File Explorer
Download Latest Version (.zip)- Hprose.php
- HTTP.php
- HTTP2.php
- istio-gateway.yaml
- istio.yaml
- Istio1.php
- Istio2.php
- Istio3.php
- README.md
- JaegerPropagator.php
- Propagator.php
- ZipkinPropagator.php
- RemoteReporter.php
- Reporter.php
- ConstSampler.php
- ProbabilisticSampler.php
- Sampler.php
- AgentClient.php
- JaegerThriftSpan.php
- Process.php
- Span.php
- SpanRefType.php
- Tags.php
- TStruct.php
- Types.php
- Transport.php
- TransportUdp.php
- Config.php
- Constants.php
- Jaeger.php
- Scope.php
- ScopeManager.php
- Span.php
- SpanContext.php
- UdpClient.php
- JaegerPropagatorTest.php
- ZipkinPropagatorTest.php
- RemoteReporterTest.php
- ConstSamplerTest.php
- ProbabilisticSamplerTest.php
- TransportUdpTest.php
- ConfigTest.php
- JaegerTest.php
- ScopeMangerTest.php
- ScopeTest.php
- SpanContextTest.php
- SpanTest.php
- UdpClientTest.php
- .gitignore
- .travis.yml
- composer.json
- LICENSE
- phpunit.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jukylin/jaeger-php
Downloads the entire project code from GitHub to your computer.
cd jaeger-php
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer config minimum-stability dev
Type this command into your terminal and run it.
composer require jukylin/jaeger-php
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
