OpenTelemetry

A vendor neutral CNCF project that standardizes how telemetry is generated and exported, covering both the data model and the OTLP protocol.

OpenTelemetry, usually shortened to OTel, is a CNCF project that defines how applications and infrastructure produce telemetry and how that telemetry reaches a backend. It spans three signals (traces, metrics, and logs) and provides SDKs, a standalone collector, and OTLP, the protocol used to ship data over HTTP or gRPC.

The part that matters operationally is the semantic conventions: an agreed set of metric and attribute names, so that system.cpu.time or system.memory.usage means the same thing no matter who collects it or where it is stored. That decoupling is the real payoff. Instrumentation lives in your code and on your hosts, the backend becomes a routing decision, and switching vendors turns into a configuration change instead of a re-instrumentation project. The collector sits in the middle and can batch, filter, and fan the same stream out to more than one destination.

For infrastructure specifically, the hostmetrics receiver defines the canonical CPU, memory, filesystem, disk, and network metrics. Hyperping's server agent embeds an OpenTelemetry collector and exports OTLP over HTTP with gzipped payloads, using metric names that match those hostmetrics conventions, so the same signals stay portable if you ever want to send them somewhere else as well.

Hyperping monitoring dashboard

Related Terms

Host Metrics
Resource measurements a machine reports about itself, covering CPU, memory, filesystem, disk I/O, an...
Agent-Based Monitoring
Monitoring that runs a small collector process on the machine itself so it can report metrics no ext...
Observability
The ability to understand the internal state of a system by examining its external outputs: logs, me...
Server Monitoring
Collecting and alerting on the resource health of individual machines: CPU, memory, filesystem, disk...
White-Box Monitoring
Monitoring based on internal system metrics, logs, and traces that reveal the internal state and beh...

Related Resources

Get started

Start monitoring in the next 5 minutes.

Stop letting customers discover your outages first. Set up monitoring, status pages, on-call, and alerts before your next coffee break.

14 days free trial. No card required.