Overview of the Oximeter metric collection system
mainOximeter is the metric collection system for the Oxide Rack, used to describe, generate, and store telemetry data. It consists of four primary components:
oximetercrate: The core library used for describing and generating metric data samples.collectorbinary: A program run by the control plane that pulls metrics from various sources.producerlibrary: A library used by applications to produce metric data. It allows applications to register with the control plane and provides an HTTP endpoint for theoximetercollector to pull data.dblibrary: A library for interacting with the ClickHouse telemetry database.