hepic zipkin trace emitter for qryn
- Experimental
WS_PORT
: Listening Websocket PortHTTP_ENDPOINT
: Zipkin/Tempo HTTP Push API (/tempo/api/push)MAX_CACHE
: Buffer Cache in Seconds
HTTP_ENDPOINT="http://qryn:3100/tempo/api/push" node h2z.js
flowchart LR
A[hepic] -->|WS/JSON| C{h2z}
C -->|Zipkin/JSON| D[qryn]
style A fill:#d9ead3ff
style D fill:#FFA500ff
style C fill:#c9daf8ff