Перейти к содержанию

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

StreamDescription
metricsIncoming telemetry data

Output streams

StreamDescription
chData to be written to clickhouse

Configuration

metrics service may be configured via metrics config section.