Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/opentelemetry-php/otel-roadrunner-example

roadrunner, otel, opentelemetry-php integration
https://github.com/opentelemetry-php/otel-roadrunner-example

Last synced: about 1 month ago
JSON representation

roadrunner, otel, opentelemetry-php integration

Awesome Lists containing this project

README

        

# Opentelemetry + roadrunner example
Example of [roadrunner](roadrunner.dev)'s opentelemetry plugin integrating with [opentelemetry-php](https://github.com/open-telemetry/opentelemetry-php).

RoadRunner's otel middleware emits some spans, and also injects distributed trace headers into the request.
The PHP application then extracts those trace headers, so that its own traces can be correctly parented to the RR trace.

# usage

- `make all`
- `curl localhost`
- browse to [zipkin](http://localhost:9411/zipkin) and search for traces