Skip to content

hepictel/h2Z

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example

hepic_telemetry