metrics service¶
metrics services receives telemetry data from the system, performs
normalization, activated computational graph (CDAG) and spools result
to the chwriter service.
Service Properties¶
- Sharded
- Pooled
- Databases
- mongo
Processed streams¶
graph LR
System((System)) -->|metrics| metrics
metrics -->|ch| chwriter([chwriter])
Input Streams¶
| Stream | Description |
|---|---|
| metrics | Incoming telemetry data |
Output streams¶
| Stream | Description |
|---|---|
| ch | Data to be written to clickhouse |
Configuration¶
metrics service may be configured via metrics config section.