INSIGHTEngineering · Instrumentation

Monitoring and controls, sensor to alarm

Monitoring and controls is the instrumentation layer of a compute site: the sensors that measure what the machines, the coolant, and the electrical supply are actually doing, and the logic that acts on those measurements. Monitoring reports state; controls change it. This page covers the five telemetry domains, how thermal and power-quality monitoring differ, what disciplined alarm design looks like, how telemetry turns into maintenance work — and the rule that separates a visual demonstration from live telemetry.

PUBLISHED LAST VERIFIED BY JOSEF ELIMELECHREVIEWED PODOS AI ENGINEERING

5
Telemetry domains, five clocks
7
Checks before a number ships
3
Properties that make it live

What you need to know

01

Five domains, five clocks

Machine, fluid, electrical, power-quality, and environmental telemetry have different physics, sample rates, and owners. Most integration pain comes from treating them as one stream.

02

Delta-T is the diagnosis

Absolute temperature is the symptom. Supply-minus-return against known load, and differential pressure at constant flow, are what tell you which part of the loop moved.

03

Metering is not power quality

A meter says how much energy moved. A class-A analyser says whether the waveform stayed inside tolerance. They diagnose different failures.

04

A demo is not telemetry

Live telemetry carries a timestamp, a sensor identity, and a known measurement uncertainty. Anything without all three is an illustration, and should be labelled as one.

ENG-06Engineering

Why the instrumentation layer decides uptime

High-density AI hardware fails gradually before it fails suddenly. Thermal margin erodes, a pump curve shifts, a coolant filter loads up, a phase drifts out of balance — and the visible symptom is a throttled GPU or a tripped breaker weeks later. The Uptime Institute's 2025 survey of more than 800 operators found that half of respondents had experienced an impactful outage in the previous three years, with power and cooling failures among the recurring causes.[2] Instrumentation is what converts those slow-moving physical trends into something a human or a control loop can act on while the margin still exists.

The design question is therefore not "how many sensors" but "which measurements close which loop". Reliability practice for continuous power systems treats monitoring points as part of the reliability model, not as an accessory bolted on after commissioning.[9] A point that no alarm, no control loop, and no maintenance task depends on is storage cost with a dashboard attached.

Five telemetry domains, five different clocks

Telemetry in a compute site is not one stream. It is five domains with different physics, different sample rates, and different owners — and most integration pain comes from treating them as one. Machine telemetry leaves the server through management interfaces; the DMTF's Redfish API and its metric-report model are the vendor-neutral way to pull it without a per-vendor agent.[3]Fluid telemetry comes off the cooling distribution unit, whose expected instrumentation is being standardised through the Open Compute Project's cooling work.[6] And life-safety signals report on their own supervised paths under fire-protection requirements for IT equipment areas.[10]

Reference

The five telemetry domains

What each domain measures, how fast it has to be sampled, and which system it actually comes out of.

CodeDomainRepresentative signalsTypical samplingWhere it comes from
MC-01IT / machineDie temperature, clock and power draw, memory and interconnect error counters, fan speed, PSU input, node health stateSeconds to sub-second; error counters on eventServer management interfaces — the Redfish API and its metric-report model give a vendor-neutral path off the box
MC-02Thermal / fluidCoolant supply and return temperature, loop flow, differential pressure across filters and cold plates, CDU pump state, leak detection, dew point1–10 s for temperature and flow; leak detection continuousCDU controller telemetry; OCP cooling-environment work standardises what a CDU exposes
MC-03ElectricalVoltage, current, real and apparent power, power factor, frequency, breaker and transfer-switch position, UPS and battery stateSub-cycle for events; 1 s for trendingMetering and protection relays on the medium-voltage and low-voltage distribution
MC-04Power qualityDips, swells, interruptions, unbalance, harmonics and interharmonics, transient capture, flickerCycle-level capture with 10-min aggregation windowsClass-A power-quality analysers using the IEC 61000-4-30 measurement methods
MC-05Environmental / safetyEnclosure temperature and humidity, door and intrusion state, smoke and very-early-warning detection, suppression system status, ambient conditionsSeconds; life-safety signals hard-wired and continuousBuilding and safety systems, reporting on their own supervised paths

Thermal

Temperature is the symptom, delta-T is the diagnosis

An air-cooled room is monitored at the inlet, because ASHRAE's thermal guidelines define equipment environmental classes by inlet air conditions — the number the hardware warranty is written against. A liquid-cooled system moves the primary measurement into the loop, and the same guidelines extend the logic by naming facility water classes according to supply temperature.[1]

The diagnostic value sits in the relationships, not the absolute readings. Return-minus-supply temperature against known heat load tells you whether flow has fallen. Rising differential pressure at constant flow tells you a filter is loading or a channel is fouling. A supply temperature drifting toward the dew point of the enclosure air warns of condensation on the piping before a leak sensor ever wets. That is why the same four measurements — supply, return, flow, differential pressure — appear on every well-instrumented direct-to-chip cooling loop, and why leak detection is treated as a continuous, always-on channel rather than a polled point.[6]

Electrical

Power-quality monitoring is not power metering

Metering answers how much energy moved. Power-quality monitoring answers whether the waveform delivering it stayed inside tolerance. IEC 61000-4-30 defines the measurement methods and aggregation intervals for the parameters that matter — power frequency, supply voltage magnitude, dips and swells, interruptions, transients, unbalance, harmonics and interharmonics — precisely so that two instruments from two vendors produce comparable results from the same event.[4]Without that discipline, a "voltage sag" on one dashboard and on another are not the same measurement.

AI compute makes this concrete in two directions. The load is a large population of switched-mode rectifiers, which draws non-sinusoidal current and injects harmonic distortion back toward the point of common coupling — the condition IEEE 519 exists to bound.[5] And the load swings hard: synchronised training and inference workloads step a large fraction of site power in seconds, which shows up as voltage deviation and stresses upstream equipment. Both effects are invisible to an energy meter and obvious to a class-A analyser. The mitigation choices sit in the power architecture, but the evidence that they work only ever comes from this instrument class.

Good electrical telemetry also unlocks capability, not just protection. NREL's demonstration of a 70 MW data center as a flexible grid asset dispatched 35 MW of battery storage in under five seconds while keeping workload service levels intact — a control action that is only possible when load, storage state, and grid signals are measured fast enough to close the loop.[7]

Controls

Fewer alarms, each one meaning something

The common failure of monitoring programmes is not missing data. It is an alarm list so long that operators stop reading it. Disciplined alarm design follows a short set of rules.

A-01

Every alarm has a response

Every alarm has a defined operator response, or it is not an alarm.

A-02

Priority reflects consequence

Priority reflects consequence and time-to-act, not the enthusiasm of whoever configured it.

A-03

Thresholds carry deadbands

Thresholds carry deadbands and on-delays so a sensor sitting at a limit cannot chatter.

A-04

A standing alarm is a defect

A standing alarm nobody can clear is a defect to fix, not wallpaper to tolerate.

A-05

Rate of change over fixed limits

Rate-of-change detection deserves more weight than fixed thresholds in a dense facility. A coolant supply temperature climbing several degrees in two minutes is actionable long before it crosses any absolute limit, because it indicates the loop has lost heat rejection.

A-06

Trajectory, not state

The same holds for GPU error counts, pump current, and battery impedance. Fixed limits catch the state you already reached; derivatives catch the trajectory you are on, which is the only warning that leaves time to act.

The slow layer

From telemetry to maintenance work

Maintenance data is the slow layer of the same instrumentation. It is not sampled in seconds and it does not raise alarms; it accumulates into a service record. Pump and fan runtime hours drive bearing replacement intervals. Filter differential-pressure trends set change-out dates instead of a calendar guess. Coolant chemistry — sampled, not sensed — tracks inhibitor depletion and biological growth in the technology loop. Firmware and configuration versions per node close the loop between a behaviour change and the change that caused it.

Efficiency reporting belongs to this slow layer too, and its credibility is entirely a methodology question. Published hyperscale efficiency figures are stated as trailing-twelve-month, all-season averages including every overhead inside the measurement boundary — which is why they are comparable and why an instantaneous best-hour number is not.[8] Any site publishing an efficiency ratio should state the boundary, the window, and whether the inputs were measured or derived.

House rule

A visual demonstration is not live telemetry

This distinction is a house rule, and it is worth stating plainly. Interactive visualisations, configurators, and animated dashboards published on a website render illustrative values produced by a model. They exist to explain an architecture. They are not measurements, and PODOS does not describe them as live, real-time, or operational data anywhere on this site.

Live telemetry means something specific: a value sampled from an identified instrument on operating hardware, carrying a timestamp and a known measurement uncertainty. Three properties, all three required. The checklist below is the test we apply to our own numbers before publishing them, and it works equally well on anyone else's monitoring claims.

Live telemetry is a value sampled from an identified instrument on operating hardware, carrying a timestamp and a known measurement uncertainty.

PODOS AI Engineering · the demo-versus-telemetry rule

3

Properties. All three required.

Verification

Seven questions to ask of any published number

The test applied to our own figures before they ship, and to anyone else's monitoring claims.

CheckQuestion to ask of any published numberWhy it separates measurement from illustration
MC-AIs there a timestamp and a sensor identity?A number with no instrument behind it and no time attached is an illustration. Real telemetry names the point and the moment.
MC-BWhat is the measurement uncertainty, and when was the point last calibrated?Every sensor has a tolerance band that widens as it drifts. A supply-water temperature quoted to two decimals from a probe whose tolerance is wider than that is false precision, and an uncalibrated point produces confident, wrong numbers.
MC-CIs it measured, derived, or modelled?Flow is often derived from pump speed and a curve rather than metered directly; efficiency ratios are always derived. Say which.
MC-DOver what window, and under what load?An instantaneous best-case reading and a trailing-twelve-month average are different claims. Published efficiency methodologies are explicit about the window and the overheads included.
MC-EIs the system operating, or is this a design intent?Design values describe what a system is engineered to do. They belong in a specification, labelled as such, not in a live-status readout.
MC-FWould the same number appear if the hardware were switched off?The decisive test for a demo. Animated values that keep moving with no plant attached are a visualisation.
MC-GDoes an alarm exist for it, and has that alarm ever fired?A monitored value nobody acts on is telemetry theatre. Every critical point should map to a defined response.

HONEST LIMITS

Where heavy instrumentation is the wrong answer

Monitoring has costs, and pretending otherwise produces systems that are expensive and still blind.

  • Every sensor can fail by reading plausibly wrong rather than by going silent. Adding points adds failure modes, and a control loop driven by an uncalibrated probe is worse than no loop at all.
  • Predictive maintenance needs history. Failure-prediction models require months to years of labelled operating data on the specific equipment; on a new unit, condition-based thresholds and manufacturer intervals are the honest starting point.
  • Networked telemetry widens the attack surface. Management interfaces, controller networks, and remote-access paths need segmentation and access control — a monitoring project is also a security project.
  • Short-lived deployments may not repay deep instrumentation. Without enough operating life to build trends or fund a response function, a compact set of protective interlocks beats an analytics stack.
  • Life-safety functions are not a monitoring feature. Fire detection, suppression, and emergency power-off follow their own codes and supervised wiring; they are never delegated to a general-purpose telemetry platform.

In the product

How PODOS approaches monitoring in a factory-built unit

A factory-integrated unit changes where the instrumentation problem is solved. Each PODOS Pod is designed as a standardized 1 MW building block and designed for 128 GPUs, so the sensor set, the controller, the alarm list, and the acceptance tests are defined once for a repeated product rather than negotiated per building. Sensor placement, wiring, and point naming are part of the enclosure design; commissioning checks run on the factory floor against a known configuration. That repeatability is part of why PODOS targets a 90-day window from order to commissioning for a standard unit — a site is not also a bespoke instrumentation project.

The instrumentation layer connects the rest of the system: the thermal points that prove the cooling loop is doing its job, the electrical points that make the power architecture observable, and the acceptance data handed over at the end of the deployment process. For the wider engineering context see the engineering index and how this differs from a conventional build in modular vs traditional AI data centers; unfamiliar terms are defined in the AI infrastructure glossary.

QUESTIONS

Frequently asked questions

What is the difference between monitoring and controls?

Monitoring measures and reports state — temperatures, flows, voltages, currents, machine health. Controls act on that state, opening a valve, changing pump speed, shedding load, or shutting a circuit down. The same sensor can feed both, but they carry different reliability requirements: a failed monitoring point degrades visibility, while a failed control point changes the physical behaviour of the plant.

Is the telemetry shown in a product visualisation real live data?

No. Interactive visuals, configurators, and animated dashboards published on a marketing site render illustrative values from a model, not measurements from operating hardware. Live telemetry means values sampled from real instruments on a real unit, with a timestamp, a sensor identity, and a known measurement uncertainty. Anything without those three properties is a demonstration and should be labelled as one.

Why is power-quality monitoring separate from power metering?

A meter answers how much energy was used. Power-quality monitoring answers whether the supply waveform is within tolerance — frequency, magnitude, dips and swells, interruptions, unbalance, harmonics and interharmonics — using the measurement methods defined in IEC 61000-4-30. Dense rectifier loads both suffer from and create distortion, so the two measurements diagnose different failures.

How often should monitoring points be sampled?

Sample rate follows the physics of the signal, not a single site-wide default. Electrical transients need cycle-level or sub-cycle capture; coolant temperatures and flows move on a scale of seconds; filter differential pressure and coolant chemistry trend over weeks. Oversampling a slow signal creates storage and alarm noise; undersampling a fast one hides the event that mattered.

Ask what a unit actually reports

Send the points you need visible and the systems they have to reach. Engineering will tell you what the instrumentation layer looks like on a pod-based build.

Size your deploymentSee the deployment model