Perfil de habilidad

OpenTelemetry

OpenTelemetry SDK, traces, spans, baggage, exporters, auto-instrumentation

Observability & Monitoring Distributed Tracing

Roles

52

donde aparece esta habilidad

Niveles

5

ruta de crecimiento estructurada

Requisitos obligatorios

57

los otros 200 opcionales

Dominio

Observability & Monitoring

skills.group

Distributed Tracing

Última actualización

17/3/2026

Cómo usar

Selecciona tu nivel actual y compara las expectativas.

Qué se espera en cada nivel

La tabla muestra cómo crece la profundidad desde Junior hasta Principal.

Rol Obligatorio Descripción
AI Product Engineer Studies OpenTelemetry fundamentals for tracing and monitoring AI products — spans, traces, metrics. Understands the value of distributed tracing for diagnosing issues in ML services.
Analytics Engineer Studies OpenTelemetry basics for monitoring analytical pipelines and ETL processes. Understands trace and metric concepts for tracking analytics task execution and diagnosing issues.
Android Developer Understands basics of OpenTelemetry for Android application observability. Follows team guidelines for integrating OTel SDK to capture app startup traces, network request spans, and custom user interaction events. Reads distributed traces in observability dashboards to debug mobile API latency issues.
Application Security Engineer Understands basics of OpenTelemetry from a security observability perspective. Follows team guidelines for analyzing distributed traces to detect anomalous request patterns and unauthorized access attempts. Reads telemetry data to support security event investigation and incident correlation.
Backend Developer (C#/.NET) Understands distributed tracing. Connects OpenTelemetry .NET SDK: auto-instrumentation for ASP.NET Core, HttpClient, EF Core. Views traces in Jaeger.
Backend Developer (Elixir) Integrates OpenTelemetry into Elixir applications through opentelemetry_api and opentelemetry_exporter. Sets up automatic instrumentation for Phoenix and Ecto through opentelemetry_phoenix and opentelemetry_ecto. Understands concepts of spans, traces and context propagation in BEAM.
Backend Developer (Go) Integrates basic OpenTelemetry into Go services: connects otel SDK, configures trace exporter (Jaeger/OTLP), adds spans for HTTP handlers. Understands concepts of traces, spans, context propagation and uses ready-made instrumentation libraries for Gin/gRPC.
Backend Developer (Java/Kotlin) Understands distributed tracing concepts: spans, traces, context propagation. Connects OpenTelemetry Java Agent to Spring Boot. Views traces in Jaeger/Zipkin. Understands how traces link requests between services.
Backend Developer (Node.js) Connects OpenTelemetry to Node.js: @opentelemetry/auto-instrumentations-node for automatic tracing. Views traces in Jaeger. Understands spans and context propagation.
Backend Developer (PHP) Understands distributed tracing concepts and OpenTelemetry's role in PHP application monitoring. Can connect basic opentelemetry-php SDK via Composer and configure trace export from Laravel/Symfony applications in OTLP format for local debugging.
Backend Developer (Python) Understands distributed tracing concept. Adds basic OTel instrumentation. Views traces in Jaeger. Understands spans and trace context.
Backend Developer (Rust) Integrates OpenTelemetry into Rust services through opentelemetry-rust SDK: basic tracer setup, sending traces through OTLP exporter. Understands span and trace context concepts and linking traces with tracing crate through tracing-opentelemetry.
Backend Developer (Scala) Understands basic OpenTelemetry concepts for Scala applications: traces, spans, context propagation. Uses existing instrumentation for debugging requests through Jaeger/Zipkin, finds slow sections in trace waterfall and understands distributed trace structure across microservices.
Blockchain Developer Understands OpenTelemetry for blockchain: tracing RPC calls, monitoring transaction latency.
Cloud Engineer Understands basics of OpenTelemetry for cloud infrastructure observability. Follows team guidelines for deploying OTel Collectors in Kubernetes environments and configuring telemetry pipelines. Reads infrastructure traces and metrics to troubleshoot cloud service connectivity issues.
Computer Vision Engineer Understands observability concepts and the role of OpenTelemetry for monitoring CV services in production. Can view inference request traces in Jaeger/Zipkin.
Data Engineer Understands OpenTelemetry for data: pipeline execution tracing, processing metrics. Configures basic instrumentation.
Data Scientist Understands OpenTelemetry for ML: tracing prediction requests, monitoring model latency.
Desktop Developer (.NET WPF/WinUI/MAUI) Studies OpenTelemetry basics for monitoring .NET server components of desktop ecosystem. Understands OpenTelemetry.NET integration with ASP.NET Core for tracing requests from desktop clients.
Desktop Developer (Electron/Tauri) Understands basics of OpenTelemetry for Electron desktop application observability. Follows team guidelines for instrumenting main and renderer processes with OTel SDK. Reads application traces to debug IPC communication and backend API interaction performance.
Desktop Developer (Qt/C++) Studies OpenTelemetry basics for monitoring server components of the Qt ecosystem. Understands trace, span and metric concepts for tracking backend service performance of desktop applications.
DevOps Engineer Understands OpenTelemetry concepts: traces, metrics, logs as three pillars of observability. Knows components: SDK, Collector, exporters. Reads traces in Jaeger/Tempo, understands spans and their relationships in distributed systems.
DevSecOps Engineer Studies OpenTelemetry: traces, metrics, logs. Instruments application with OTel SDK for distributed tracing. Configures OTel Collector for telemetry collection and export. Understands W3C Trace Context for propagation between services. Visualizes traces in Jaeger or Grafana Tempo.
Embedded Developer Knows distributed tracing and telemetry concepts. Understands OpenTelemetry's role in monitoring cloud services that process data from embedded devices.
Engineering Manager Understands observability concepts and OpenTelemetry's role in monitoring distributed systems. Can assess the current observability level of team services.
Flutter Developer Familiarizes with OpenTelemetry and its role in Flutter application observability. Understands tracing, metrics, and logging concepts for diagnosing mobile app issues.
Frontend Developer (React) Understands basics of OpenTelemetry for React web application observability. Follows team guidelines for integrating OTel browser SDK to capture page load traces, user interaction spans, and API request telemetry. Reads distributed traces to debug frontend-to-backend latency issues.
Frontend Developer (Vue) Understands the observability concept and knows that OpenTelemetry enables collecting traces, metrics and logs. Uses ready tools for monitoring Vue application performance.
Fullstack Developer Understands OpenTelemetry for fullstack: basic tracing, frontend → backend correlation. Configures instrumentation.
Game Server Developer Understands basics of OpenTelemetry for game server observability. Follows team guidelines for instrumenting matchmaking, game session, and player state services with OTel SDK. Reads distributed traces to debug game server latency and player connection issues.
Infrastructure Engineer Understands basics of OpenTelemetry for infrastructure observability. Follows team guidelines for deploying and configuring OTel Collectors, exporters, and telemetry pipeline components. Reads infrastructure metrics and traces to troubleshoot service deployment and networking issues.
iOS Developer Studies OpenTelemetry basics for monitoring iOS ecosystem server components. Understands trace and metric concepts for diagnosing issues in mobile application backend services.
IoT Engineer Understands basics of OpenTelemetry for IoT system observability. Follows team guidelines for instrumenting edge services and cloud processing pipelines with OTel SDK. Reads distributed traces to debug device-to-cloud communication latency and data ingestion issues.
Language Tooling Engineer Understands basics of OpenTelemetry for language tooling observability. Follows team guidelines for instrumenting language server and compiler services with OTel SDK. Reads traces to debug LSP request processing latency and compilation pipeline performance bottlenecks.
LLM Engineer Understands OpenTelemetry for LLM: tracing inference requests, token usage metrics.
ML Engineer Knows observability and distributed tracing concepts for ML services. Understands OpenTelemetry role in monitoring inference latency and throughput of ML models in production.
MLOps Engineer Understands basics of OpenTelemetry for ML pipeline observability. Follows team guidelines for instrumenting training jobs, model serving endpoints, and data processing services with OTel SDK. Reads distributed traces to debug pipeline orchestration latency and inference endpoint performance.
Network Engineer Knows basic OpenTelemetry concepts for network engineering and can apply them in typical tasks. Uses standard tools and follows established team practices. Understands when and why this approach is used.
NLP Engineer Understands basics of OpenTelemetry for NLP service observability. Follows team guidelines for instrumenting text processing pipelines and model inference endpoints with OTel SDK. Reads distributed traces to debug tokenization latency, model prediction timing, and API response performance.
Penetration Testing Engineer Understands observability concepts and the role of OpenTelemetry in monitoring security infrastructure. Can analyze traces to identify anomalous behavior.
Performance Testing Engineer Uses tracing for performance analysis: finds slow spans, analyzes service dependencies. Understands trace waterfall for latency breakdown.
Platform Engineer Configures OpenTelemetry SDK in platform services: auto-instrumentation for traces and metrics. Deploys OTel Collector for receiving and exporting telemetry. Understands traces, spans, attributes and their relationships. Views traces in Jaeger/Tempo for request debugging.
QA Automation Engineer Understands basics of OpenTelemetry for test infrastructure observability. Follows team guidelines for reading distributed traces to debug test failures caused by service timeouts and dependency issues. Uses telemetry data to correlate test results with system behavior during CI/CD execution.
QA Engineer (Manual) Studies OpenTelemetry fundamentals for understanding application tracing and monitoring. Understands concepts of spans, traces, and metrics for diagnosing issues found during testing.
QA Security Engineer Understands basics of OpenTelemetry from a security testing perspective. Follows team guidelines for analyzing distributed traces to validate security control behavior and detect anomalous request patterns. Uses telemetry data to support security test scenario verification and compliance validation.
React Native Developer Understands basics of OpenTelemetry for React Native mobile application observability. Follows team guidelines for integrating OTel SDK to capture navigation traces, API request spans, and native bridge interaction events. Reads distributed traces to debug mobile-to-backend communication issues.
Site Reliability Engineer (SRE) Understands OpenTelemetry: traces, metrics, logs — three pillars of observability. Connects auto-instrumentation to services. Views traces in Jaeger/Tempo. Understands context propagation.
Systems Programmer (C/C++) Understands OpenTelemetry for systems: basic tracing, system metrics export.
Telecom Developer Understands basics of OpenTelemetry for telecom service observability. Follows team guidelines for instrumenting network functions and signaling services with OTel SDK. Reads distributed traces to debug call flow processing latency and network function communication issues.
Unity Developer Understands OpenTelemetry for games: basic tracing, performance metrics. Configures instrumentation.
Rol Obligatorio Descripción
AI Product Engineer Instruments AI product services with OpenTelemetry for end-to-end tracing from user request to model inference. Configures metric and trace exporters for ML pipeline performance analysis.
Analytics Engineer Instruments analytics pipelines with OpenTelemetry for tracing ETL processes from source to warehouse. Configures metrics for task duration, data volumes, and error rates for analytics services.
Android Developer Implements OpenTelemetry for tracing operations from Android client to backend. Instruments navigation, data loading, and screen rendering for critical path analysis.
Application Security Engineer Configures OpenTelemetry for collecting security telemetry: authentication tracing, rejected request metrics, security event logs. Creates custom spans for monitoring security-critical operations.
Backend Developer (C#/.NET) Configures OpenTelemetry: custom ActivitySource, tags, events. Exports traces + metrics via OTLP. Integrates with Serilog for log + trace correlation.
Backend Developer (Elixir) Implements distributed tracing in Elixir services through OpenTelemetry SDK. Creates custom spans for GenServer calls and Broadway pipelines, configures context propagation between processes through :otel_ctx. Exports traces to Jaeger/Tempo with proper correlation.
Backend Developer (Go) Configures OpenTelemetry for Go microservices: auto-instrumentation for HTTP/gRPC/SQL via otel contrib, custom spans for business logic, baggage propagation. Implements trace-log-metric correlation, configures sampling strategies and batch processing.
Backend Developer (Java/Kotlin) Configures OpenTelemetry in Java services: auto-instrumentation via Agent, manual spans via @WithSpan, custom attributes for business context. Integrates traces + metrics + logs via Micrometer. Exports to Jaeger/Tempo.
Backend Developer (Node.js) Configures OTel in Node.js: custom spans via @opentelemetry/api, baggage for context, exporter configuration. Integrates traces + metrics via OTel SDK.
Backend Developer (PHP) Configures OpenTelemetry for PHP applications: instruments HTTP requests, Eloquent DB queries, and external API calls with automatic and manual spans. Configures telemetry export to Jaeger/Tempo and adds custom attributes for business metrics.
Backend Developer (Python) Configures OTel SDK for Python. Creates custom spans. Adds baggage for context. Integrates with Jaeger/Tempo. Correlates traces with logs.
Backend Developer (Rust) Configures OpenTelemetry for Rust microservices: automatic HTTP instrumentation through tower middleware, distributed tracing with context propagation (W3C TraceContext). Configures OTLP export to Jaeger/Tempo, sets up sampling strategies and span attributes.
Backend Developer (Scala) Integrates OpenTelemetry into Scala services: Akka HTTP/Play instrumentation through otel4s, custom spans for business operations. Configures trace export to Jaeger/Tempo, adds span attributes for log and metric correlation, implements sampling strategy to reduce overhead.
Blockchain Developer Instruments blockchain services: distributed tracing, custom chain metrics.
Cloud Engineer Implements OpenTelemetry for cloud service tracing: auto-instrumentation for Lambda/ECS, OTEL Collector for aggregation, AWS X-Ray/Jaeger as backend. Configures context propagation between services and creates service maps for dependency visualization.
Computer Vision Engineer Implements OpenTelemetry in CV services for tracking inference latency, model loading time, and GPU utilization. Configures distributed tracing for multi-model pipelines.
Data Engineer Instruments data pipelines: distributed tracing through OpenTelemetry, custom metrics for throughput/latency, correlation IDs.
Data Scientist Instruments ML: distributed tracing for prediction pipeline, custom metrics, feature latency.
Desktop Developer (.NET WPF/WinUI/MAUI) Instruments .NET server components of desktop ecosystem through OpenTelemetry SDK for end-to-end tracing. Configures exporters to Jaeger/OTLP and System.Diagnostics metrics for backend service performance analysis.
Desktop Developer (Electron/Tauri) Configures OpenTelemetry in Electron application for performance metrics collection: startup time, IPC call duration, rendering errors. Sends telemetry to server collector.
Desktop Developer (Qt/C++) Instruments Qt ecosystem server components with OpenTelemetry for tracing requests from the desktop client. Configures metric and trace exporters for performance analysis and diagnostics of backend service issues.
DevOps Engineer Deploys and configures OpenTelemetry: OTel Collector in Kubernetes (DaemonSet/Sidecar), SDK integration for applications. Configures auto-instrumentation, processing pipeline (processors, exporters), sending to Jaeger/Tempo/Datadog.
DevSecOps Engineer Implements OpenTelemetry for security observability: instruments critical security paths (auth, authz, data access). Configures custom spans with security attributes. Implements OTel Collector pipeline with processors for PII redaction. Integrates traces with logs for security event correlation through trace_id.
Embedded Developer Instruments IoT platform backend services with OpenTelemetry SDK for collecting traces, metrics and logs. Configures request correlation between API gateway and device telemetry processing services.
Engineering Manager Implements OpenTelemetry in team projects, defines instrumentation standards and monitoring metrics. Ensures proper configuration of traces, metrics, and logs.
Flutter Developer Integrates OpenTelemetry into the Flutter app for end-to-end request tracing. Configures telemetry export from the mobile client to the backend for user session analysis.
Frontend Developer (React) Configures OpenTelemetry in React applications for metrics collection: Web Vitals, navigation timing, rendering errors. Integrates browser SDK for sending traces to the server collector.
Frontend Developer (Vue) Instruments Vue application with OpenTelemetry Web SDK — HTTP request tracing, page load metrics, user interaction spans. Exports data to observability backend.
Fullstack Developer Instruments fullstack: distributed tracing from frontend to backend, custom spans, correlation through trace context propagation.
Game Server Developer Instruments server code with OpenTelemetry — game session tracing, matchmaking metrics, critical event logging. Configures export to Jaeger/Prometheus.
Infrastructure Engineer Configures OpenTelemetry infrastructure: deploying OTel Collector as DaemonSet and Sidecar, configuring pipelines (receivers, processors, exporters). Integrates OTel with Prometheus for metrics, Jaeger/Tempo for traces and Loki for logs, configures sampling strategies for data volume optimization.
iOS Developer Instruments iOS ecosystem server components through OpenTelemetry for tracing mobile client requests. Configures metric exporters and correlates server traces with iOS device identifiers for diagnostics.
IoT Engineer Configures OpenTelemetry for IoT service observability — instruments edge gateways and cloud processing services with custom spans, creates dashboards for device-to-cloud latency and data pipeline throughput. Participates in IoT incident on-call and analyzes telemetry data for device connectivity and data ingestion failures.
Language Tooling Engineer Implements OpenTelemetry for end-to-end tracing of operations in language tools. Instruments key paths: parsing, AST construction, type analysis, autocompletion.
LLM Engineer Instruments LLM systems: distributed tracing, prompt chain tracing, custom metrics.
ML Engineer Instruments ML services with OpenTelemetry: traces for inference pipeline, metrics for model performance. Configures custom spans for tracking preprocessing, inference and postprocessing stages.
MLOps Engineer Integrates OpenTelemetry into ML services: tracing inference requests through feature store, model serving, and post-processing. Configures custom spans for ML pipeline stages (feature_computation, model_load, prediction), exports to Jaeger/Tempo, and correlates traces with logs for prediction issue root cause analysis.
Network Engineer Confidently applies OpenTelemetry for network engineering in non-standard tasks. Independently selects the optimal approach and tools. Analyzes trade-offs and proposes improvements to existing solutions.
NLP Engineer Implements OpenTelemetry for end-to-end NLP pipeline tracing. Instruments stages: text preprocessing, tokenization, model inference, postprocessing with custom attributes.
Penetration Testing Engineer Uses OpenTelemetry data for security analysis — trace correlation with incidents, lateral movement detection through spans. Configures security alerts for anomalies.
Performance Testing Engineer Configures OTel for performance: span-level timing, custom attributes for performance context, trace-based bottleneck detection. Integrates tracing with load tests.
Platform Engineer Implements OpenTelemetry as the platform observability standard: custom instrumentation, context propagation, sampling strategies. Configures OTel Collector pipeline: receivers, processors, exporters for telemetry routing. Creates OTel SDK wrapper for standardized instrumentation.
QA Automation Engineer Instruments the test framework with OpenTelemetry — tracing test execution, collecting test duration metrics, correlating test requests with server telemetry.
QA Engineer (Manual) Uses OpenTelemetry traces to analyze system behavior during testing. Creates test cases based on trace analysis: latency anomalies, error propagation, service dependencies. Validates instrumentation correctness and tracing completeness in tested services.
QA Security Engineer Uses OpenTelemetry data to improve security testing: trace analysis for identifying unusual flows, metric monitoring during security load testing.
React Native Developer Implements OpenTelemetry for tracing operations from the React Native client to the backend. Instruments navigation, data loading, and screen rendering for performance analysis.
Site Reliability Engineer (SRE) Configures OpenTelemetry: collector deployment (sidecar/daemonset), processor pipeline, exporter configuration. Adds custom spans and attributes. Integrates traces + metrics + logs.
Systems Programmer (C/C++) Instruments systems: low-overhead tracing, custom metrics, kernel-level instrumentation.
Technical Lead Configures OpenTelemetry for team-owned microservices — instruments service endpoints with spans, metrics, and structured logs following OTel semantic conventions. Creates service dashboards with latency percentiles and error rate alerts. Participates in on-call rotation and analyzes distributed traces for cross-service incident resolution.
Telecom Developer Configures OpenTelemetry for telecom network function observability — instruments signaling and media plane services with protocol-aware spans, creates dashboards for call setup latency and network function health. Participates in network operations on-call and analyzes traces for carrier-grade service degradation incidents.
Unity Developer Instruments game backend: distributed tracing, custom game metrics, correlation across services.
Rol Obligatorio Descripción
AI Product Engineer Designs comprehensive AI product observability system based on OpenTelemetry with custom spans for inference stages. Implements trace correlation with business metrics and automatic anomaly detection in model behavior.
Analytics Engineer Architects the analytics platform observability system based on OpenTelemetry with ETL trace and data quality metric correlation. Implements custom spans for each transformation stage and automated anomaly detection in pipelines.
Android Developer Designs comprehensive observability strategy for Android based on OpenTelemetry. Creates end-to-end traces from user gesture through client to server microservices.
Application Security Engineer Designs security observability based on OpenTelemetry: security event correlation through traces, anomaly detection based on metrics. Integrates security telemetry with SIEM systems.
Backend Developer (C#/.NET) Obligatorio Designs tracing architecture: sampling strategies, context propagation via messaging, custom instrumentation. Optimizes overhead and costs.
Backend Developer (Elixir) Obligatorio Designs distributed tracing architecture for the Elixir platform through OpenTelemetry. Implements automatic instrumentation for custom OTP behaviours, configures sampling strategies for high-load systems. Implements trace correlation with logs and :telemetry metrics.
Backend Developer (Go) Obligatorio Designs observability strategy on OpenTelemetry for Go services: custom instrumentation, tail-based sampling, trace-based testing. Develops middleware for automatic trace/log/metric correlation, optimizes tracing overhead for production.
Backend Developer (Java/Kotlin) Obligatorio Designs tracing architecture: sampling strategies (head-based, tail-based), trace context propagation via Kafka, custom instrumentation for domain operations. Optimizes overhead and storage costs.
Backend Developer (Node.js) Obligatorio Designs OTel architecture: collector deployment, sampling strategies, custom instrumentation for domain operations. Optimizes overhead in Node.js event loop.
Backend Developer (PHP) Designs observability strategy for PHP microservices based on OpenTelemetry: context propagation between services, trace sampling, log and metric correlation. Optimizes instrumentation overhead for high-load Laravel applications and configures alerts for latency anomalies.
Backend Developer (Python) Designs tracing strategy for microservices. Configures sampling strategies. Creates custom exporters. Optimizes overhead. Integrates traces, logs, metrics.
Backend Developer (Rust) Obligatorio Designs observability architecture on OpenTelemetry for Rust services: unified traces/metrics/logs through OTel SDK, custom instrumentation for business operations. Optimizes overhead through tail-based sampling, configures OTel Collector pipeline and integrates with service map visualization.
Backend Developer (Scala) Obligatorio Designs distributed tracing for Scala microservices: end-to-end instrumentation through otel4s with ZIO/Cats Effect, W3C Trace Context propagation through gRPC and Kafka. Configures tail-based sampling, custom SpanProcessors for data enrichment and trace-log correlation through OpenTelemetry Collector.
Blockchain Developer Designs observability: cross-chain tracing, performance monitoring, alerting.
Cloud Engineer Obligatorio Designs distributed tracing architecture: OTEL Collector pipeline with processors (sampling, filtering, enrichment), tail-based sampling for cost optimization. Integrates traces with logs and metrics through correlation. Introduces custom instrumentation for cloud SDK calls.
Computer Vision Engineer Designs observability system for CV platform based on OpenTelemetry — custom metrics for ML, semantic conventions for inference. Implements tracing across training and serving.
Data Engineer Designs observability for data: end-to-end pipeline tracing, data quality metrics, SLI for data freshness.
Data Scientist Designs ML observability: end-to-end prediction tracing, model performance metrics, SLIs.
Desktop Developer (.NET WPF/WinUI/MAUI) Designs observability system for .NET desktop ecosystem based on OpenTelemetry with client-server telemetry correlation. Implements custom ActivitySource for business operations and automatic anomaly detection in services.
Desktop Developer (Electron/Tauri) Designs observability system for Electron applications based on OpenTelemetry: end-to-end client-server traces, custom UX metrics. Correlates client and server telemetry for diagnostics.
Desktop Developer (Qt/C++) Designs observability system for the Qt ecosystem based on OpenTelemetry with client telemetry and server trace correlation. Implements custom metrics for tracking build pipeline performance and update delivery.
DevOps Engineer Obligatorio Designs observability platform on OpenTelemetry: unified collection pipeline for traces/metrics/logs, tail-based sampling, context propagation. Implements OTel Operator for Kubernetes, configures adaptive sampling and cross-signal correlation.
DevSecOps Engineer Obligatorio Designs OpenTelemetry architecture for the organization: multi-cluster collection, sampling strategies, tail-based sampling for security events. Develops security-specific instrumentation library. Introduces OTel for infrastructure telemetry: Kubernetes, cloud APIs. Configures trace-based SLO alerting.
Embedded Developer Designs observability pipeline with OpenTelemetry Collector for scalable data collection from IoT infrastructure. Implements custom spans for tracing command lifecycle from user to embedded device.
Engineering Manager Shapes OpenTelemetry-based observability strategy for multiple teams, configures sampling and data correlation. Defines SLI/SLO based on collected telemetry data.
Flutter Developer Designs a comprehensive Flutter app observability system based on OpenTelemetry. Implements custom spans for tracking navigation, rendering, and network operations.
Frontend Developer (React) Designs observability for React applications based on OpenTelemetry: end-to-end traces from click to database, real user monitoring. Correlates frontend and backend metrics for end-to-end diagnostics.
Frontend Developer (Vue) Designs end-to-end observability for Vue application — custom spans for business operations, client-server trace correlation, real user monitoring with detailed performance metrics.
Fullstack Developer Designs observability: end-to-end tracing, custom metrics, frontend performance monitoring through OpenTelemetry.
Game Server Developer Designs observability strategy for the game server stack — custom metrics for game economy, distributed tracing between services, automatic anomaly alerts.
Infrastructure Engineer Obligatorio Designs production-grade OTel architecture: multi-layer collector topology (agent → gateway → backend), tail-based sampling for intelligent filtering, batching and retries. Configures correlation between traces/metrics/logs, optimizes collector resource consumption and integrates OTel with service mesh telemetry.
iOS Developer Architects mobile backend observability system based on OpenTelemetry with end-to-end traces from iOS client to server dependencies. Implements custom metrics for mobile-specific patterns — push delivery, sync operations, and API latency.
IoT Engineer Obligatorio Designs observability strategy for IoT ecosystems with OpenTelemetry — implements distributed tracing across edge devices, gateways, and cloud services. Defines SLI/SLO for device connectivity and data pipeline reliability. Conducts post-mortems for IoT platform incidents and architects telemetry collection for resource-constrained edge environments.
Language Tooling Engineer Designs comprehensive observability strategy for language tools based on OpenTelemetry. Creates custom metrics and traces for deep compiler performance analysis.
LLM Engineer Designs LLM observability: end-to-end tracing, quality metrics, cost tracking.
ML Engineer Designs observability pipeline for ML platform with OpenTelemetry Collector and custom exporters for ML metrics. Introduces end-to-end tracing from feature serving through inference to response with model version tracking.
MLOps Engineer Obligatorio Architects OTel instrumentation for the MLOps platform: end-to-end tracing from API gateway through model router to GPU inference, custom span attributes with ML context. Implements tail-based sampling for tracing cost optimization, configures OTel Collector pipeline with ML metadata enrichment, and integrates traces with model monitoring dashboards.
Network Engineer Expertly applies OpenTelemetry for network engineering to design complex systems. Optimizes existing solutions and prevents architectural mistakes. Conducts code reviews and trains colleagues on best practices.
NLP Engineer Designs comprehensive observability strategy for NLP infrastructure based on OpenTelemetry. Creates custom ML quality metrics and traces for model performance analysis.
Penetration Testing Engineer Designs OpenTelemetry usage for detection engineering — custom metrics for threat detection, distributed tracing for forensics. Integrates with SIEM and SOAR.
Performance Testing Engineer Obligatorio Designs performance tracing: distributed trace analysis pipeline, automated bottleneck detection, trace-based capacity analysis. Optimizes OTel overhead.
Platform Engineer Obligatorio Designs OpenTelemetry infrastructure for IDP: multi-cluster collection, tail-based sampling, metrics transformation. Creates auto-instrumentation framework for golden path services. Implements OTel for infrastructure observability (K8s events, cloud API calls). Integrates signals (traces+metrics+logs).
QA Automation Engineer Designs observability for test infrastructure — test stability monitoring, flaky test tracking through traces, automatic correlation of test failures with deployments.
QA Engineer (Manual) Designs strategy for using OpenTelemetry for observability-driven QA process. Develops methods for automatic defect detection through trace and metrics analysis. Defines quality gates based on OpenTelemetry data: SLI, error budgets, latency percentiles.
QA Security Engineer Designs OpenTelemetry integration into security QA: correlating test results with traces, detecting security anomalies through metrics, automated triage based on observability data.
React Native Developer Architects comprehensive observability strategy for React Native based on OpenTelemetry. Creates end-to-end traces from user action through the mobile client to server services.
Site Reliability Engineer (SRE) Obligatorio Designs OTel architecture: collector fleet management, sampling strategies, tail-based sampling. Optimizes overhead and storage costs. Implements custom processors for enrichment.
Solutions Architect Obligatorio Designs enterprise observability strategy with OpenTelemetry — implements end-to-end distributed tracing across microservice architectures, defines organizational SLI/SLO frameworks, and architects telemetry pipeline infrastructure for high-cardinality data at scale. Conducts post-mortems and establishes observability standards across engineering teams.
Systems Programmer (C/C++) Designs system observability: eBPF integration, zero-overhead tracing, custom exporters.
Technical Lead Obligatorio Designs observability strategy with OpenTelemetry. Implements distributed tracing. Defines SLIs/SLOs. Conducts post-mortems.
Telecom Developer Obligatorio Designs observability strategy for carrier-grade telecom platforms with OpenTelemetry — implements protocol-level distributed tracing across signaling chains, defines telecom-specific SLI/SLO for five-nines availability targets. Conducts network incident post-mortems and architects telemetry solutions for high-throughput signaling workloads.
Unity Developer Designs observability: end-to-end game tracing, custom metrics pipeline, SLIs.
Rol Obligatorio Descripción
AI Product Engineer Defines AI product instrumentation standards through OpenTelemetry, including semantic conventions for ML operations. Implements observability-driven development practices and trains teams on effective tracing usage.
Analytics Engineer Defines instrumentation standards for analytics services via OpenTelemetry, including semantic conventions for data operations. Implements an observability-driven approach to ETL process optimization and data quality monitoring.
Android Developer Defines telemetry standards for all Android applications in the organization. Designs an observability platform combining mobile traces with server infrastructure.
Application Security Engineer Defines security observability standards based on OpenTelemetry for the organization. Implements mandatory security event instrumentation and coordinates integration with SOC and incident response.
Backend Developer (C#/.NET) Obligatorio Defines OpenTelemetry standards: Activity naming, tag conventions, mandatory spans. Trace-based alerting. Dependency mapping.
Backend Developer (Elixir) Obligatorio Defines observability standards through OpenTelemetry for all Elixir services. Designs unified instrumentation with opentelemetry_api for Phoenix, Ecto, Broadway and distributed Erlang. Implements trace-based testing, configures SLO monitoring based on traces with adaptive sampling.
Backend Developer (Go) Obligatorio Defines OpenTelemetry standards for the Go team: mandatory instrumentation, span naming conventions, sampling policies. Implements unified observability via OTel Collector, configures SLO monitoring based on traces and coordinates OpenTelemetry migration.
Backend Developer (Java/Kotlin) Obligatorio Defines OpenTelemetry standards: mandatory spans, naming conventions, attribute policies. Implements trace-based alerting. Uses traces for performance analysis and dependency mapping.
Backend Developer (Node.js) Obligatorio Defines OTel standards: mandatory spans, resource attributes, instrumentation requirements. Implements tracing-based debugging workflow.
Backend Developer (PHP) Defines observability standards for the PHP platform: mandatory spans, naming conventions, sampling policies. Leads OpenTelemetry Collector deployment for centralized telemetry management, integrates traces with incident management, and builds SLO dashboards based on tracing data.
Backend Developer (Python) Defines observability standards. Implements OTel organization-wide. Optimizes tracing infrastructure. Standardizes instrumentation.
Backend Developer (Rust) Obligatorio Defines OpenTelemetry standards for Rust platform: mandatory instrumentation for all services, shared otel crate with auto-configuration. Develops semantic conventions for business domains, configures OTel Collector fleet and defines data pipeline for traces/metrics.
Backend Developer (Scala) Obligatorio Defines OpenTelemetry observability standards for Scala team: mandatory instrumentation, semantic conventions, sampling policies. Implements OpenTelemetry Collector pipeline, configures traces + metrics + logs integration, defines SLI based on trace data for key user journeys.
Blockchain Developer Defines observability standards for blockchain services — establishes mandatory distributed tracing for transaction processing, metric requirements for node health and consensus participation, and structured logging for on-chain event monitoring.
Cloud Engineer Obligatorio Defines observability strategy based on OpenTelemetry: unified collection pipeline, vendor-agnostic instrumentation, standards for all teams. Manages telemetry data costs through sampling strategies and tiered storage. Introduces SLO-based alerting based on traces.
Computer Vision Engineer Defines observability standards for the CV team based on OpenTelemetry, creates dashboards and alerting policies. Coordinates GPU resource and model quality monitoring.
Data Engineer Defines observability standards for data: mandatory instrumentation, metric requirements, alerting policies.
Data Scientist Defines observability standards: mandatory ML instrumentation, metric requirements.
Desktop Developer (.NET WPF/WinUI/MAUI) Defines instrumentation standards for .NET desktop ecosystem components through OpenTelemetry, including semantic conventions. Introduces observability-driven development and trains teams on effective distributed tracing usage.
Desktop Developer (Electron/Tauri) Defines observability standards based on OpenTelemetry for the organization's desktop products. Introduces mandatory instrumentation of critical paths in Electron applications and server components.
Desktop Developer (Qt/C++) Defines instrumentation standards for Qt ecosystem server components through OpenTelemetry. Introduces a unified observability strategy linking desktop client metrics with server monitoring for comprehensive diagnostics.
DevOps Engineer Obligatorio Defines organizational observability strategy on OpenTelemetry: instrumentation standards, semantic conventions, vendor-agnostic pipeline. Designs centralized OTel infrastructure with multi-tenant Collector fleet, governance and cost management.
DevSecOps Engineer Obligatorio Defines unified observability strategy through OpenTelemetry for the organization. Manages OTel deployment: Collector fleet, SDK versioning, backend integration. Builds security use cases: anomaly detection in traces, unauthorized access patterns, data flow visibility. Influences company observability roadmap.
Embedded Developer Defines OpenTelemetry-based observability standards for the entire IoT platform, including semantic conventions for IoT context. Designs telemetry collection and storage architecture considering data volumes.
Engineering Manager Defines observability policy for the department, manages telemetry collection infrastructure and budget. Coordinates monitoring standards across teams.
Flutter Developer Establishes OpenTelemetry instrumentation standards for the Flutter team's projects. Develops automatic tracing libraries and trains the team on telemetry data analysis.
Frontend Developer (React) Defines observability standards for the organization's frontend products based on OpenTelemetry. Introduces mandatory instrumentation of critical user paths in React applications.
Frontend Developer (Vue) Standardizes observability practices for frontend team. Configures unified OpenTelemetry setup for all Vue applications, defines mandatory metrics and alerts.
Fullstack Developer Defines observability standards: mandatory tracing, metric requirements, cross-stack correlation policies.
Game Server Developer Standardizes observability practices for the server team. Defines SLI/SLO for game systems, configures dashboards for on-call engineers, and sets up telemetry processing pipelines.
Infrastructure Engineer Obligatorio Defines distributed tracing standards for the organization: mandatory instrumentation for all services, span naming and attribute convention standards, sampling policies. Implements OTel Operator for Kubernetes, reviews team configurations and designs self-service onboarding for the observability stack.
iOS Developer Defines mobile backend instrumentation standards through OpenTelemetry, including semantic conventions for mobile APIs. Implements observability-driven approach to user experience optimization based on server telemetry.
IoT Engineer Obligatorio Defines product observability strategy for IoT platforms with OpenTelemetry. Establishes SLO-based approach for device connectivity and data pipeline reliability. Coordinates IoT incident management across edge and cloud teams. Optimizes MTTD/MTTR for IoT-specific failure modes.
Language Tooling Engineer Defines telemetry standards for all organizational language tools. Designs a unified observability platform with cross-service trace and metric correlation.
LLM Engineer Defines observability standards for LLM serving platforms — establishes mandatory tracing for inference request flows, metric requirements for token throughput and GPU utilization, and structured logging for prompt processing and model performance monitoring.
ML Engineer Defines ML observability standards based on OpenTelemetry with semantic conventions for ML context. Designs architecture for monitoring model drift, data quality and prediction confidence in production.
MLOps Engineer Obligatorio Defines distributed tracing standards for the MLOps team: mandatory spans for inference pipeline, standard attributes (model.version, prediction.confidence, feature.freshness). Implements OTel SDK as part of the inference framework, configures trace-based alerting on anomalies, and ensures end-to-end visibility for all ML requests in production.
Network Engineer Establishes OpenTelemetry usage standards for the network engineering team and makes architectural decisions. Defines the technical roadmap incorporating this skill. Mentors senior engineers and influences practices of adjacent teams.
NLP Engineer Defines telemetry standards for all organizational ML systems. Designs unified observability platform with cross-service correlation of ML metrics and infrastructure indicators.
Penetration Testing Engineer Defines strategy for using observability data for security operations in the team. Coordinates with SRE on integrating security monitoring into the OpenTelemetry stack.
Performance Testing Engineer Obligatorio Defines OTel performance standards: mandatory spans, performance-relevant attributes, trace analysis procedures. Implements trace-driven performance debugging.
Platform Engineer Obligatorio Defines OpenTelemetry-based observability strategy: vendor-neutral collection, backend strategy, cost optimization. Leads organizational migration to OTel. Designs observability data pipeline with routing, sampling, and aggregation. Creates OTel maturity roadmap.
QA Automation Engineer Standardizes observability practices for the test team. Defines test suite health metrics, configures alerts for stability degradation and test execution time.
QA Engineer (Manual) Defines OpenTelemetry-based observability strategy for test infrastructure. Establishes tracing standards for test debugging and defect investigation across distributed systems.
QA Security Engineer Defines observability usage standards for security QA in the organization. Implements OpenTelemetry-based monitoring for detecting security regressions and anomalies in tested systems.
React Native Developer Defines telemetry standards for all organizational mobile apps. Architects a unified observability platform combining mobile and server traces and metrics.
Site Reliability Engineer (SRE) Obligatorio Defines OTel standards: collector configuration, resource attributes policy, instrumentation requirements per service. Implements observability-as-code approach.
Solutions Architect Obligatorio Defines enterprise observability strategy with OpenTelemetry spanning product portfolios. Establishes SLO-based approach for multi-service architectures. Coordinates cross-organizational incident management and drives MTTD/MTTR optimization through platform observability tooling.
Systems Programmer (C/C++) Defines observability standards: system tracing requirements, performance impact limits.
Technical Lead Obligatorio Defines the product's observability strategy. Establishes SLO-based approach. Coordinates incident management. Optimizes MTTD/MTTR.
Telecom Developer Obligatorio Defines product observability strategy for carrier-grade telecom platforms with OpenTelemetry. Establishes SLO-based approach for five-nines service availability. Coordinates network incident management with NOC teams. Optimizes MTTD/MTTR for carrier-scale service disruptions.
Unity Developer Defines observability standards: mandatory instrumentation, metric requirements.
Rol Obligatorio Descripción
AI Product Engineer Shapes corporate observability strategy based on OpenTelemetry for the AI product ecosystem. Defines telemetry collection and analysis architecture for optimizing enterprise-scale ML system performance and reliability.
Analytics Engineer Shapes the corporate observability strategy for the analytics ecosystem based on OpenTelemetry. Defines the monitoring architecture to ensure transparency and reliability of enterprise-scale analytics pipelines.
Android Developer Shapes the organizational observability strategy for Android products. Defines telemetry standards ensuring full visibility into user experience on the Android platform.
Application Security Engineer Shapes security observability strategy for the entire organization based on OpenTelemetry. Defines architecture for collecting and analyzing security telemetry for threat detection at ecosystem scale.
Backend Developer (C#/.NET) Obligatorio Shapes OpenTelemetry platform: collector infrastructure, backend, correlation. Observability budget and governance.
Backend Developer (Elixir) Obligatorio Develops platform distributed tracing strategy for the Elixir ecosystem. Designs complete observability stack: OpenTelemetry for traces, :telemetry + Prometheus for metrics, Logger for logs. Defines signal correlation standards and automated analysis through Grafana Tempo.
Backend Developer (Go) Obligatorio Shapes organizational observability strategy on OpenTelemetry: unified OTel Collector pipeline, standards for all Go services, vendor-agnostic approach. Develops platform OTel SDK with auto-configuration, semantic conventions, and incident management integration.
Backend Developer (Java/Kotlin) Obligatorio Shapes organizational OpenTelemetry platform: collector infrastructure, backend (Tempo/Jaeger), correlation with metrics and logs. Defines observability budget and governance.
Backend Developer (Node.js) Obligatorio Designs OpenTelemetry platform: vendor-neutral observability, multi-signal correlation, OTel Collector scaling. Defines observability strategy.
Backend Developer (PHP) Architecturally designs observability platform for distributed PHP ecosystem: storage backend selection, tail-based sampling strategy, trace correlation with business metrics. Defines monitoring evolution roadmap and implements eBPF instrumentation for zero-code PHP-FPM tracing.
Backend Developer (Python) Shapes observability platform strategy. Evaluates vendors. Designs unified observability.
Backend Developer (Rust) Obligatorio Shapes organizational observability strategy based on OpenTelemetry: vendor-agnostic architecture, eBPF instrumentation for zero-code observability. Defines telemetry data governance standards, cost management through intelligent sampling and observability platform architecture.
Backend Developer (Scala) Obligatorio Shapes distributed observability strategy for Scala platform: OpenTelemetry as unified standard, Collector cluster architecture, vendor-agnostic approach. Defines observability budget, incident management integration, proprietary-to-OpenTelemetry migration strategy for the entire organization.
Blockchain Developer Shapes observability strategy: blockchain monitoring platform, governance.
Cloud Engineer Obligatorio Shapes enterprise observability platform based on OpenTelemetry: multi-cloud telemetry aggregation, custom semantic conventions for cloud resources, auto-instrumentation platform. Designs AI-driven analysis based on telemetry data and defines observability maturity framework.
Computer Vision Engineer Shapes observability strategy for the organization's ML platform based on OpenTelemetry. Defines unified ML observability standards and coordinates with infrastructure team.
Data Engineer Shapes data observability strategy: platform-wide data monitoring, data SLO framework, observability governance.
Data Scientist Shapes ML observability strategy: platform model monitoring, tracing governance.
Desktop Developer (.NET WPF/WinUI/MAUI) Shapes corporate observability strategy for .NET desktop ecosystem based on OpenTelemetry with unified analysis platform. Defines telemetry collection architecture for monitoring full desktop application stack at enterprise scale.
Desktop Developer (Electron/Tauri) Shapes observability strategy for the Electron product ecosystem based on OpenTelemetry. Defines telemetry collection and analysis architecture from millions of desktop installations.
Desktop Developer (Qt/C++) Shapes corporate observability platform for the Qt desktop development ecosystem based on OpenTelemetry. Defines telemetry collection and analysis architecture for full-stack Qt application monitoring at enterprise scale.
DevOps Engineer Obligatorio Develops corporate observability strategy on OpenTelemetry: unified observability platform, standards for all languages and frameworks. Defines full-stack observability architecture: from infrastructure to business metrics with automatic correlation.
DevSecOps Engineer Obligatorio Architecturally defines enterprise telemetry strategy based on OpenTelemetry. Designs observability mesh for multi-cloud platform. Defines instrumentation standards for security and compliance. Develops vision for unifying security telemetry with application telemetry. Participates in OTel community.
Embedded Developer Shapes observability strategy for the IoT ecosystem: end-to-end telemetry from device to cloud, custom semantic conventions for embedded context, cost-effective telemetry at scale.
Engineering Manager Shapes observability strategy at the organizational level, defines unified instrumentation standards. Coordinates distributed tracing and unified observability platform adoption.
Flutter Developer Defines OpenTelemetry-based observability strategy for all mobile products. Creates platform solutions for correlating client and server telemetry of Flutter apps.
Frontend Developer (React) Shapes frontend observability strategy for the React product ecosystem based on OpenTelemetry. Defines client telemetry collection architecture at scale of millions of users.
Frontend Developer (Vue) Shapes organizational frontend platform observability strategy. Integrates client telemetry with server-side for complete user experience picture from click to database.
Fullstack Developer Shapes observability strategy: platform-wide OpenTelemetry, unified tracing, observability governance.
Game Server Developer Shapes observability strategy for the entire game platform. Designs a unified telemetry pipeline for multiple projects, implements AIOps for automatic anomaly detection.
Infrastructure Engineer Obligatorio Shapes unified observability strategy through OpenTelemetry: vendor-agnostic observability pipeline architecture, migration from proprietary agents to OTel, custom instrumentation standards. Defines roadmap for OTel-based eBPF observability, telemetry data cost models and observability platform governance.
iOS Developer Shapes the corporate observability strategy for the mobile ecosystem based on OpenTelemetry combining client and server telemetry. Defines monitoring architecture for ensuring enterprise-scale mobile service quality.
IoT Engineer Obligatorio Defines organizational observability strategy. Implements platform solutions. Builds reliability culture. Defines enterprise SLO framework.
Language Tooling Engineer Shapes organizational OpenTelemetry-based observability strategy. Influences telemetry standards for the development tools industry and defines key quality metrics.
LLM Engineer Shapes LLM observability strategy: platform monitoring, governance.
ML Engineer Shapes organizational ML observability strategy, integrating OpenTelemetry with MLflow, Weights&Biases and model monitoring. Defines observability approaches for compound AI systems and multi-model inference pipelines.
MLOps Engineer Obligatorio Shapes the distributed tracing strategy for the organization's MLOps platform: unified OTel standard for all ML services, centralized backend. Designs observability architecture for cross-team ML pipelines, defines semantic conventions for ML-specific spans, and integrates traces with experiment tracking for complete lineage from experiment to production prediction.
Network Engineer Shapes OpenTelemetry strategy for network engineering at the organizational level. Defines best practices and influences technology choices beyond their own team. Is a recognized expert in this area.
NLP Engineer Shapes organizational observability strategy for the ML platform. Influences telemetry standards for the AI industry and defines key ML service quality metrics.
Penetration Testing Engineer Shapes security observability strategy for the organization based on OpenTelemetry. Defines correlation standards between security events and infrastructure telemetry.
Performance Testing Engineer Obligatorio Designs performance tracing platform: automated service dependency analysis, trace-based optimization recommendations, continuous performance monitoring.
Platform Engineer Obligatorio Shapes vision for unified observability: OpenTelemetry as foundation for all signals (traces, metrics, logs, profiles). Defines observability-driven development strategy. Influences OTel community and spec through contributions. Evaluates emerging: continuous profiling, eBPF-based collection.
QA Automation Engineer Shapes the organization's test platform observability strategy. Integrates test telemetry with production monitoring to create a complete quality picture from test to production.
QA Engineer (Manual) Shapes corporate observability-driven QA methodology based on OpenTelemetry. Defines industry standards for using distributed tracing in QA processes. Explores AIOps approaches to automatic defect detection through telemetry data.
QA Security Engineer Shapes observability-driven security testing strategy for the organization. Defines architecture for using OpenTelemetry data for continuous security verification at scale.
React Native Developer Shapes the organizational observability strategy for mobile products. Defines telemetry standards ensuring full visibility into user experience across all platforms.
Site Reliability Engineer (SRE) Obligatorio Designs OpenTelemetry platform: vendor-neutral observability, multi-signal correlation, OTel Collector scalability. Defines observability strategy and vendor evaluation.
Solutions Architect Obligatorio Defines organizational observability strategy with OpenTelemetry spanning all technology platforms. Implements enterprise-grade telemetry infrastructure for hundreds of services. Builds reliability engineering culture with organization-wide SLO governance. Establishes enterprise observability framework driving business-aligned service reliability standards.
Systems Programmer (C/C++) Shapes system observability strategy: kernel tracing, eBPF platform, governance.
Technical Lead Obligatorio Defines the organization's observability strategy. Implements platform solutions. Shapes reliability culture. Defines enterprise SLO framework.
Telecom Developer Obligatorio Defines organizational observability strategy with OpenTelemetry for carrier-grade telecom platforms spanning multiple network generations. Implements enterprise-grade telemetry infrastructure for network function monitoring. Builds carrier-grade reliability culture integrating regulatory compliance. Establishes enterprise SLO framework for five-nines telecom service availability.
Unity Developer Shapes observability strategy: game telemetry platform, OpenTelemetry governance.

Comunidad

👁 Seguir ✏️ Sugerir cambio Inicia sesión para sugerir cambios
📋 Propuestas
Aún no hay propuestas para OpenTelemetry
Cargando comentarios...