The Opstral Engineering Blog
Page 10 of 21
- How-ToHow to Monitor GPU and AI Training WorkloadsMonitoring GPU and AI training workloads means collecting GPU telemetry, typically via NVIDIA's DCGM exporter, into OpenTelemetry over OTLP, so exp...Read the how-to →
- How-ToHow to Monitor Linux and Windows Hosts with OpenTelemetryMonitoring hosts with OpenTelemetry means collecting system metrics and logs through the OpenTelemetry Collector's host metrics receiver over OTLP,...Read the how-to →
- How-ToHow to Monitor Cron and Batch Jobs with OpenTelemetryMonitoring cron and batch jobs means instrumenting each run to emit a span and outcome over OpenTelemetry, so scheduled work that usually runs sile...Read the how-to →
- How-ToHow to Observe Telecom Network Elements (SNMP to OpenTelemetry)Observing telecom and network elements with OpenTelemetry means collecting SNMP metrics through the OpenTelemetry Collector's SNMP receiver and exp...Read the how-to →
- How-ToHow to Observe BSS and Billing Systems with AIOpsObserving BSS and billing systems means instrumenting the order, billing and payment flows with OpenTelemetry and applying AIOps, so revenue-bearin...Read the how-to →
- How-ToHow to Monitor CI/CD Pipelines with OpenTelemetryMonitoring CI/CD pipelines with OpenTelemetry means tracing pipeline runs and their stages as spans over OTLP, so build and delivery health, and it...Read the how-to →
- How-ToHow to Monitor REST and GraphQL APIs with OpenTelemetryMonitoring REST and GraphQL APIs with OpenTelemetry means instrumenting the HTTP and GraphQL layer to emit traces and metrics over OTLP, so API hea...Read the how-to →
- GlossaryWhat Is OpenTelemetry?OpenTelemetry (OTel) is an open-source, vendor-neutral observability framework, a set of APIs, SDKs, a Collector and semantic conventions, for gene...Read the definition →
- GlossaryWhat Is OTLP?OTLP (the OpenTelemetry Protocol) is the standard wire protocol OpenTelemetry uses to transport telemetry, traces, metrics and logs, between SDKs, ...Read the definition →
- GlossaryWhat Is Distributed Tracing?Distributed tracing is a technique that follows a single request as it travels across multiple services, recording each step as a span and linking ...Read the definition →
- GlossaryWhat Is a Span?A span is the basic unit of work in a distributed trace: a single named operation with a start and end time, a set of attributes, a status, and a l...Read the definition →
- GlossaryWhat Is Trace Context Propagation?Trace context propagation is the passing of a request's trace and span identifiers across service boundaries, typically in W3C traceparent headers,...Read the definition →