Skip to content

Commit a5b5d1e

Browse files
committed
fix: markdown table
1 parent ef4de23 commit a5b5d1e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Akari (灯, "light") is a PHP C extension that illuminates your application's be
2828
## Architecture
2929

3030
```
31-
PHP-FPM / CLI Go Forwarder Collector
32-
┌──────────────────┐ UDP/msgpack ┌──────────────┐ OTLP/HTTP ─────────┐
33-
akari │──sendto()───>│ akari-forwarder│──POST JSON──>│ Jaeger │
34-
│ (Akari) │ fire&forget Tempo │
35-
└──────────────────┘ ~1μs └──────────────┘ etc. │
36-
─────────┘
31+
PHP-FPM / CLI Go Forwarder Collector
32+
┌──────────────────┐ UDP/msgpack ┌─────────────────┐ OTLP/HTTP ┌───────────┐
33+
│──sendto()──> │ │──POST JSON> │ Jaeger
34+
akari (Akari) │ fire&forget │ akari-forwarder Tempo
35+
│ │ ~1μs │ │ etc.
36+
└──────────────────┘ └─────────────────┘ └───────────┘
3737
```
3838

3939
Spans are serialized as compact msgpack and sent via UDP to a local Go forwarder, which batches and forwards them to your OTLP collector. Log records emitted with `Akari\log()` travel the same UDP path and are forwarded to the collector's `/v1/logs` endpoint (spans go to `/v1/traces`).

0 commit comments

Comments
 (0)