Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 754 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 754 Bytes

h2Z

hepic zipkin trace emitter for qryn

Status

  • Experimental

Parameters

  • WS_PORT: Listening Websocket Port
  • HTTP_ENDPOINT: Zipkin/Tempo HTTP Push API (/tempo/api/push)
  • MAX_CACHE: Buffer Cache in Seconds

Usage

 HTTP_ENDPOINT="http://qryn:3100/tempo/api/push" node h2z.js

Workflow

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
Loading

Example

hepic_telemetry