telemetry-server 0.1.0

Simple receiver of telemetry over HTTP POST/WS to sqlite3, Postgres, DuckDB or JSON files
1
2
3
4
{"msg": "hi", "context": 3}

{"type": "span", "id": "a"}
{"type": "span", "id": "b", "parentSpan": "a"}