Skill-Profil

Structured Logging

JSON logging, correlation IDs, log levels, EFK/Loki stack

Observability & Monitoring Logging

Rollen

70

wo dieser Skill vorkommt

Stufen

5

strukturierter Entwicklungspfad

Pflichtanforderungen

125

die anderen 219 optional

Domäne

Observability & Monitoring

skills.group

Logging

Zuletzt aktualisiert

17.3.2026

Verwendung

Wählen Sie Ihr aktuelles Level und vergleichen Sie die Erwartungen.

Was wird auf jedem Level erwartet

Die Tabelle zeigt, wie die Tiefe von Junior bis Principal wächst.

Rolle Pflicht Beschreibung
1C Developer Understands basic structured logging for 1C development: adding structured log entries in 1C:Enterprise event log, understanding log levels for debugging configuration issues, reading JSON-formatted logs from 1C server. Follows team conventions for logging patterns in 1C modules.
AI Product Engineer Studies structured logging fundamentals and its importance for monitoring AI products in production. Understands the difference between unstructured and JSON logs, can add basic log messages to AI services.
Analytics Engineer Understands dbt run logs: interprets warnings and errors during model execution. Uses dbt log output for diagnosing SQL transformation errors. Monitors test results in the CI/CD pipeline.
Android Developer Understands structured logging principles and applies them in Android applications. Uses Timber with formatting for tracking lifecycle, navigation, and network calls.
Application Security Engineer Understands basic structured logging for security work: security event logging formats and standards, audit trail logging requirements, reading structured logs for security incident detection. Follows team conventions for security-relevant logging patterns and compliance requirements.
AR/VR Developer Uses basic logging in AR/VR applications to record events and errors. Logs structured data about rendering performance and user interactions.
Backend Developer (C#/.NET) Uses Serilog for structured logging: levels, enrichers (RequestId, UserId), JSON format. Understands structured logging vs string interpolation. Doesn't log sensitive data.
Backend Developer (Elixir) Uses built-in Logger in Elixir for basic logging in Phoenix applications. Applies Logger.debug/info/warning/error levels with metadata. Understands BEAM VM log structure, configures output format through Logger.Formatter in config.exs.
Backend Developer (Go) Uses structured logging in Go services via zerolog or zap: logging with fields (request_id, user_id, method), log levels (debug, info, error). Understands JSON log format for ELK/Loki integration and adds contextual information to log entries.
Backend Developer (Java/Kotlin) Uses SLF4J + Logback for logging: levels (debug, info, warn, error), MDC for request context. Logs with context (userId, requestId). Doesn't log sensitive data.
Backend Developer (Node.js) Configures logging in Node.js: pino/winston with JSON format, request ID via middleware. Logs with context (userId, requestId). Doesn't log sensitive data.
Backend Developer (PHP) Uses Monolog for logging in PHP applications. Logs errors, warnings, and info messages with context. Understands log levels (debug, info, warning, error, critical). Adds request_id for tracing.
Backend Developer (Python) Pflicht Uses logging module instead of print. Understands log levels (DEBUG, INFO, WARNING, ERROR). Adds context to logs. Uses structlog or python-json-logger.
Backend Developer (Rust) Configures basic logging in Rust services through tracing crate: #[instrument] for functions, tracing::info!/error! for events. Understands log levels and formatting through tracing-subscriber with JSON output for production.
Backend Developer (Scala) Uses structured logging in Scala through SLF4J/Logback: adds contextual MDC fields, logs errors with stack traces. Understands log levels (DEBUG, INFO, WARN, ERROR), follows existing logging patterns in the Scala project codebase.
BI Analyst Understands basic structured logging for BI work: reading application logs for data pipeline debugging, understanding log-based metrics for ETL monitoring, basic log query syntax for investigating data processing issues. Follows team conventions for logging in analytical pipeline components.
Blockchain Developer Uses logging for blockchain: event logging in contracts, off-chain structured logging.
Cloud Engineer Uses JSON format for cloud service logs. Includes request_id, service_name, environment, cloud region in logs. Understands the importance of structured logging for CloudWatch Insights and OpenSearch filtering. Avoids logging sensitive data (secrets, PII).
Compiler Engineer Understands the difference between regular and structured logging. Adds basic log entries to compiler components for tracking compilation stages and error diagnostics.
Computer Vision Engineer Understands the importance of structured logging for debugging CV pipelines and can set up basic logging with model context. Knows JSON log formats.
Data Analyst Understands basic structured logging for data analysis: reading pipeline logs for data quality investigation, understanding log formats for tracking data transformation steps, basic log queries for debugging analytical job failures. Follows team conventions for logging in data processing scripts.
Data Engineer Configures logging in data pipelines: Python logging for ETL scripts, structured JSON format. Logs processing stages, record counts, execution time. Does not log PII.
Data Scientist Uses logging for DS: experiment logging via MLflow, structured metrics tracking. Logs training progress.
Database Engineer / DBA Understands structured logging for database operations: JSON format for DBA scripts, mandatory fields (timestamp, db_name, operation). Uses structured logs for troubleshooting database issues.
Desktop Developer (.NET WPF/WinUI/MAUI) Uses ILogger<T> through Microsoft.Extensions.Logging. Configures log levels (Debug, Info, Warning, Error). Understands structured logging with parameters.
Desktop Developer (Electron/Tauri) Uses electron-log or winston for logging. Configures log levels. Logs from main and renderer processes.
Desktop Developer (Qt/C++) Uses qDebug(), qInfo(), qWarning() for logging in Qt. Configures QMessageLogger and message patterns. Understands log levels and their purpose.
DevOps Engineer Understands the difference between text and structured logs (JSON). Knows standard fields: timestamp, level, message, trace_id. Reads structured logs in Kibana/Grafana, uses field filters to search for issues.
DevSecOps Engineer Implements structured logging (JSON format) in applications with fields: timestamp, level, service, request_id, user_id. Uses Winston (Node.js) or structlog (Python) libraries. Understands log correlation through trace_id for distributed systems. Avoids logging PII and secrets.
Embedded Developer Understands logging in embedded: printf through UART/RTT, log levels. Implements basic logging for firmware debugging.
Flutter Developer Uses basic logging in Flutter apps via the logging package. Writes structured logs with user action context and navigation events.
Frontend Developer (Angular) Uses console.log and basic logging methods in Angular applications. Records user action information and component errors in structured format.
Frontend Developer (React) Understands the importance of structured logging in React applications for debugging and monitoring. Uses console methods with contextual information: component, user action, state.
Frontend Developer (Svelte) Understands the importance of structured logging in Svelte frontend applications and can set up basic console.log with context. Knows JSON log formats.
Frontend Developer (Vue) Understands the importance of logging in Vue applications and uses console.log with meaningful messages. Knows how to add basic context — component name, user action, timestamp.
Fullstack Developer Adds basic logging to fullstack applications: console.log on server with request context, error handling on client with Sentry reporting. Understands log levels (info, warn, error) and includes useful context: userId, requestId, action.
Game Designer Understands the importance of logging for debugging game systems and knows basic log levels. Can add structured logs to game code for tracking events: connections, errors, states. Reads logs to diagnose simple issues in test sessions.
Game QA Engineer Understands basic structured logging for game QA: reading game server logs for bug reproduction, understanding log levels for filtering gameplay events, basic log queries for identifying crash patterns. Follows team conventions for analyzing game logs during test sessions.
Game Server Developer Understands basic structured logging for game servers: implementing structured logs for game events and player actions, understanding log levels for gameplay vs system events, JSON logging for game state changes. Follows team conventions for game server logging patterns.
Infrastructure Engineer Works with structured logging in infrastructure context: reading JSON logs through jq, basic log navigation in Kibana/Grafana Loki, filtering by severity and service name. Understands the difference between syslog, journald and application logs, can find errors in infrastructure service logs.
iOS Developer Studies structured logging basics for diagnosing iOS application issues in production. Understands JSON log advantages over unstructured records and uses os_log/Logger for basic Swift logging.
IoT Engineer Understands basic structured logging for IoT systems: device telemetry logging formats, understanding log aggregation from distributed edge devices, basic log queries for device health monitoring. Follows team conventions for logging patterns in firmware and edge services.
Language Tooling Engineer Understands structured logging principles and can add JSON logs to language servers. Uses basic logging levels for diagnosing parser and code analyzer operation.
LLM Engineer Uses logging for LLM: logging prompts/completions, token usage tracking.
ML Engineer Pflicht Adds logs to code (info, warning, error). Uses logging framework (logging/winston/logback). Logs errors with traceback/stacktrace.
MLOps Engineer Understands basic structured logging for MLOps: logging ML pipeline execution steps, understanding log formats for training job monitoring, basic log queries for debugging model serving issues. Follows team conventions for logging in ML infrastructure components.
Network Engineer Knows basic structured logging 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 structured logging principles and applies them in NLP services. Adds JSON logs with model request metadata: input text, inference time, confidence.
Penetration Testing Engineer Understands basic structured logging for penetration testing: reading target application logs during assessments, understanding logging gaps as attack vectors, basic log analysis for detecting exploitation evidence. Follows team conventions for documenting logging-related findings.
Performance Testing Engineer Analyzes structured logs for performance: filters by duration, status code. Correlates log entries with test scenarios. Understands timing fields in logs.
Platform Engineer Uses structured logging (JSON) in platform services: standard fields (timestamp, level, service, trace_id). Understands the difference between structured and unstructured logs. Adds contextual information to logs for improved debuggability. Follows platform logging guidelines.
Product Manager Understands the importance of logging for tracking user behavior and diagnosing issues. Knows the main logging levels and can interpret error logs to assess incident severity. Uses logs for user journey analysis and friction point identification.
QA Automation Engineer Understands basic structured logging for test automation: reading application logs during test execution, correlating test failures with log entries, basic log queries for debugging test environment issues. Follows team conventions for test execution logging and log-based assertions.
QA Engineer (Manual) Understands basic structured logging for manual QA: reading application logs for bug investigation, understanding log levels for filtering relevant events, basic log search for reproducing reported issues. Follows team conventions for including log evidence in bug reports.
QA Security Engineer Verifies security logging: presence of security-relevant events (auth failures, access denials), absence of sensitive data in logs. Understands security log requirements.
React Native Developer Understands basic structured logging for React Native apps: implementing structured console logging in mobile apps, understanding log aggregation from mobile devices, basic crash reporting log integration. Follows team conventions for mobile application logging patterns.
Release Engineer Knows basic structured logging concepts for release engineering and can apply them in typical tasks. Uses standard tools and follows established team practices. Understands when and why this approach is applied.
Security Analyst Understands basic structured logging for security analysis: reading SIEM-ingested structured logs, understanding log formats for threat detection, basic log correlation for security event investigation. Follows team conventions for security log analysis and alert triage procedures.
Site Reliability Engineer (SRE) Configures structured logging: JSON format, mandatory fields (timestamp, level, service, trace_id). Understands log levels. Does not log sensitive data.
Smart Contract Developer Uses logging for blockchain: event logs in smart contracts, off-chain structured logging. Monitors transactions.
Systems Programmer (C/C++) Implements logging for systems: efficient log format, ring buffers for logs. Minimizes logging overhead.
Technical Product Manager Understands the role of logging for diagnosing product issues. Knows how logs help identify bug causes, track user behavior and evaluate feature performance.
Technical Writer Understands basic structured logging concepts for documentation: documenting logging standards and conventions, writing runbook sections for log analysis, understanding log schemas for operational documentation. Follows team conventions for logging documentation structure and style.
Telecom Developer Understands basic structured logging for telecom systems: logging call processing events and signaling messages, understanding log formats for protocol debugging, basic log queries for call flow analysis. Follows team conventions for telecom service logging patterns.
Unity Developer Uses logging in Unity: Debug.Log with structured format, log categories. Understands the importance of logging for debugging.
Unreal Engine Developer Uses UE logging: UE_LOG macro, log categories. Understands log verbosity levels and filtering.
XR Unity Developer Understands the importance of structured logging in XR applications for debugging and monitoring. Uses basic Unity Debug.Log tools with added context information about device and scene.
Rolle Pflicht Beschreibung
1C Developer Configures structured logging for 1C services: implements JSON logging for 1C server components, creates monitoring dashboards for 1C platform metrics, sets up alerts for configuration-specific error patterns. Participates in on-call rotation for 1C infrastructure incidents.
AI Product Engineer Implements structured logging in AI products with contextual information about requests, inference time, and model results. Configures log correlation between microservices and ensures traceability of user scenarios.
Analytics Engineer Configures structured logging for the analytics pipeline: dbt artifacts (manifest.json, run_results.json) for monitoring, custom logging in Python scripts for data extraction. Creates alerts based on dbt test results.
Android Developer Designs an Android logging system with separation by modules and levels. Integrates logs with Crashlytics, configures remote diagnostics collection and breadcrumbs for error reproduction.
Application Security Engineer Configures structured logging for security monitoring: implements security event logging pipelines, creates SIEM dashboards for threat detection, sets up alerts for suspicious activity patterns. Participates in security incident response using log-based forensics.
AR/VR Developer Implements structured logging for AR/VR with FPS, latency, and tracking metrics. Configures log collection from VR devices with session context and environment parameters.
Backend Developer (C#/.NET) Configures Serilog: enrichers for traceId, sinks (Console, File, Seq, ElasticSearch), log context via LogContext.PushProperty. Organizes logging pipeline in Program.cs.
Backend Developer (Elixir) Configures structured logging in Elixir projects through Logger with JSON formatting. Adds metadata (request_id, user_id) through Logger.metadata/1 in Plug pipeline. Integrates logs with ELK stack through LogstashJSON, implements request correlation between services.
Backend Developer (Go) Configures structured logging for Go microservices: middleware for automatic HTTP/gRPC request logging, request_id propagation via context.Context. Implements centralized level configuration through zerolog/zap, sensitive data filtering, and log sampling.
Backend Developer (Java/Kotlin) Configures structured logging: JSON format via Logstash Logback Encoder, MDC processors for traceId/spanId. Organizes log appenders: console for dev, file for production. Integrates with ELK stack.
Backend Developer (Node.js) Designs logging pipeline: pino for structured JSON, AsyncLocalStorage for correlation ID, log levels per environment. Integrates with ELK/Loki. Configures log shipping.
Backend Developer (PHP) Configures structured logging in PHP: JSON format via Monolog formatters, context processors (user_id, request_id, session). Organizes log channels: app, security, performance. Integrates with ELK/Loki for centralized collection.
Backend Developer (Python) Pflicht Configures structured logging with correlation IDs. Logs in JSON for EFK/Loki. Adds request tracing via middleware. Filters sensitive data from logs. Configures log aggregation.
Backend Developer (Rust) Implements structured logging through tracing with span hierarchy for request tracking. Configures tracing-subscriber layers: JSON for production (tracing-bunyan-formatter), pretty for dev, filtering through EnvFilter and OpenTelemetry integration.
Backend Developer (Scala) Configures structured logging for Scala services: JSON format through Logstage or logback-logstash-encoder, correlation through trace ID. Implements contextual logging in ZIO/Cats Effect through FiberRef/IOLocal, configures appenders for different environments and ELK stack integration.
BI Analyst Configures structured logging for BI pipelines: implements logging for ETL job tracking and data quality monitoring, creates dashboards for pipeline health visibility, sets up alerts for data processing anomalies. Analyzes pipeline incidents using log-based investigation.
Blockchain Developer Implements blockchain logging: event indexing, transaction tracking, anomaly logging.
Cloud Engineer Implements unified log format for cloud workloads: standard fields (trace_id, span_id, account_id, resource_arn), log levels convention. Configures CloudWatch Insights queries for analysis, creates metric filters for automated log-based monitoring.
Compiler Engineer Implements structured logging in the compiler: JSON format, severity levels, contextual fields (file, phase, time). Configures log filtering for debugging specific compiler passes.
Computer Vision Engineer Implements structured logging in CV systems with experiment tracking, training metrics, and inference latency. Configures log correlation with MLflow/W&B.
Data Analyst Configures structured logging for data pipelines: implements logging for data transformation tracking and quality metrics, creates dashboards for pipeline execution monitoring, sets up alerts for data quality degradation. Analyzes data processing incidents using log correlation.
Data Engineer Designs logging for data platform: correlation ID for end-to-end tracking, structured logs with metadata (dag_id, task_id, run_id). Integrates with ELK/Loki for centralized log analysis.
Data Scientist Implements structured logging: experiment tracking, model metrics, data pipeline logging. Integrates with monitoring.
Database Engineer / DBA Implements structured logging in DBA tools: unified format for backup/restore scripts, migration logs, maintenance operations. Configures correlation IDs for tracking database operations through the pipeline.
Desktop Developer (.NET WPF/WinUI/MAUI) Configures Serilog with structured JSON output and file/seq sinks. Implements log enrichment (assembly version, machine name). Integrates crash reporting through Sentry SDK.
Desktop Developer (Electron/Tauri) Configures structured logging with JSON output. Implements log rotation. Integrates crash reporting (Sentry/Crashpad). Adds context: app version, OS, process type.
Desktop Developer (Qt/C++) Configures structured logging through spdlog or custom Qt message handler. Implements log rotation through QFile. Adds context (timestamp, thread, module) to log messages. Integrates crash reporting.
DevOps Engineer Implements structured logging standards: JSON format for all services, mandatory fields (correlation_id, service_name, environment). Configures log aggregation through Fluentd/Fluent Bit, log parsing and enrichment. Creates dashboards for analysis.
DevSecOps Engineer Standardizes log format for all microservices: mandatory fields, security context (user, ip, action). Introduces log sanitization for PII masking (email, IP) in compliance with GDPR. Configures log correlation with distributed tracing through OpenTelemetry. Creates dashboards for security-relevant events.
Embedded Developer Implements structured logging for embedded: compact binary log format, RTT/SWO output channels, log levels with runtime filtering. Includes context fields (task ID, timestamp, module).
Engineering Manager Configures observability practices for engineering teams: establishes logging standards and dashboard conventions, reviews alert configurations for noise reduction, tracks incident metrics (MTTD/MTTR) for team performance. Participates in incident management and post-mortem processes.
Flutter Developer Implements centralized structured logging for Flutter apps. Configures JSON log formatting with device metadata, app version, and user session context.
Frontend Developer (Angular) Implements centralized structured logging in Angular via a service wrapper. Configures HTTP error interception and navigation event logging with component context.
Frontend Developer (React) Implements structured logging in React projects with JSON format and correlation IDs. Configures client log delivery to the server with grouping by sessions and user actions.
Frontend Developer (Svelte) Implements structured logging in Svelte applications using libraries like pino or winston-browser. Configures log levels and correlation with the backend.
Frontend Developer (Vue) Introduces structured logging in Vue application — JSON format, severity levels, correlation IDs for tracking user sessions. Integrates with Sentry or LogRocket.
Fullstack Developer Implements structured logging for fullstack applications: Winston/Pino on backend with JSON format, request correlation from client through API to database via traceId. Configures frontend error logging with breadcrumbs and user action context.
Game Designer Implements structured logging in game servers with JSON format and correlation IDs. Configures logging levels for different subsystems: gameplay, network, AI, rendering. Uses logs for player behavior analysis and multiplayer network issue diagnosis.
Game QA Engineer Configures structured logging for game QA workflows: implements log-based test result tracking for game sessions, creates dashboards for game stability metrics, sets up alerts for crash rate thresholds. Analyzes game incidents using correlated server and client logs.
Game Server Developer Configures structured logging for game server systems: implements contextual logging for player sessions and game events, creates dashboards for game server performance and player experience metrics, sets up alerts for lag spikes and matchmaking issues. Analyzes gameplay incidents using distributed log traces.
Infrastructure Engineer Configures centralized logging for infrastructure: deploying Fluentd/Fluent Bit for log collection, configuring processing pipelines (parsing, enrichment, routing). Automates ELK/Loki deployment through Helm, configures retention policies and indexing for efficient search across millions of records.
iOS Developer Implements structured logging in iOS applications with contextual information — user actions, network requests, state changes. Configures log delivery to server analytics and correlates client events with server traces.
IoT Engineer Configures structured logging for IoT systems: implements log aggregation from distributed edge devices, creates dashboards for device fleet health monitoring, sets up alerts for connectivity and telemetry anomalies. Analyzes device incidents using correlated firmware and cloud logs.
Language Tooling Engineer Designs structured log schema for language tools with AST operation context and request tracing. Configures log correlation between language server components.
LLM Engineer Implements LLM logging: structured prompt logging, evaluation metrics, cost tracking, safety logging.
ML Engineer Pflicht Writes structured logs in JSON format. Adds correlation IDs for tracing. Uses proper log levels. Configures log aggregation (EFK/Loki). Does not log sensitive data (PII, passwords).
MLOps Engineer Implements structured logging for MLOps services: JSON logs with model context (version, latency, input_shape), request correlation via trace_id. Configures centralized logging via Fluentd/Vector to Elasticsearch, creates Kibana dashboards for inference request analysis, and implements training pipeline stage logging with progress metrics.
Network Engineer Confidently applies structured logging 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 Designs logging system for NLP pipelines with text processing stage tracing. Logs prediction quality metrics, tokenization, and intermediate analysis results.
Penetration Testing Engineer Configures structured logging analysis for penetration testing: implements log monitoring during active assessments, creates dashboards for tracking exploitation detection by defenders, sets up log analysis for identifying blind spots in target monitoring. Analyzes logging coverage gaps as part of assessment findings.
Performance Testing Engineer Designs performance logging: timing fields (request_duration, db_query_time), resource usage context. Configures log-based alerting for performance degradation.
Platform Engineer Creates structured logging standards for the platform: unified field schema, correlation IDs, request context propagation. Develops logging libraries/middleware for stack languages. Configures log-based metrics and alerts. Implements log sampling for high-throughput services.
Product Manager Uses structured logs for product analytics: user behavior, feature usage, error patterns. Defines logging requirements for product features: what to log for business analytics. Designs event taxonomy for product analytics based on structured logging.
QA Automation Engineer Configures structured logging for test infrastructure: implements log correlation between test execution and application logs, creates dashboards for test environment health monitoring, sets up alerts for test infrastructure issues. Analyzes test failures using application log investigation.
QA Engineer (Manual) Configures log-based investigation for QA work: uses structured log queries for systematic bug reproduction, creates log-based dashboards for application health monitoring during test cycles, correlates test findings with application log patterns. Analyzes incidents by reading distributed log traces.
QA Security Engineer Tests logging for security compliance: audit trail completeness, PII leakage in logs, log tampering protection. Configures security-specific structured logs.
React Native Developer Designs a logging system for React Native with separation by modules and severity levels. Integrates logs with crash-reporting services and configures remote diagnostics collection.
Release Engineer Confidently applies structured logging for release engineering in non-standard tasks. Independently selects the optimal approach and tools. Analyzes trade-offs and proposes improvements to existing solutions.
Security Analyst Configures structured logging for security operations: implements SIEM correlation rules for threat detection, creates security dashboards for real-time monitoring, sets up alerts for IOC (Indicators of Compromise) patterns. Analyzes security incidents using cross-system log correlation and forensic timelines.
Site Reliability Engineer (SRE) Designs logging pipeline: structured JSON logs, correlation ID propagation, log enrichment (metadata). Integrates logging with tracing. Configures log shipping (Fluentbit/Vector).
Smart Contract Developer Implements blockchain logging: event indexing, structured off-chain logs, transaction tracking.
Systems Programmer (C/C++) Designs system logging: lock-free logging, binary log formats, efficient serialization. Minimal runtime impact.
Technical Lead Configures observability practices for technical teams: establishes structured logging standards for service components, reviews dashboard and alert configurations for effectiveness, tracks operational metrics for reliability improvements. Participates in incident management and drives post-mortem practices.
Technical Product Manager Uses logs for analyzing product metrics — conversion funnels, error frequency, key operation execution time. Formulates logging requirements for new features.
Technical Writer Documents project logging systems: formats, levels, correlation IDs, fields and their purposes. Creates troubleshooting guides using structured logs for the support team. Describes logging integration with monitoring and alerting in operational guides.
Telecom Developer Configures structured logging for telecom services: implements protocol-aware logging for call processing and signaling chains, creates dashboards for telecom service quality metrics, sets up alerts for call completion rate degradation. Analyzes telecom incidents using correlated signaling and media logs.
Unity Developer Implements structured logging: custom logger with JSON format, log levels, analytics event tracking.
Unreal Engine Developer Implements structured logging: custom log categories, structured output, crash reporting integration.
XR Unity Developer Introduces structured logging in Unity project using JSON format and session correlation IDs. Configures log collection from XR devices for centralized analysis.
Rolle Pflicht Beschreibung
1C Developer Pflicht Designs observability strategy for 1C platform infrastructure: implements distributed tracing across 1C server clusters, defines SLI/SLO for 1C service reliability, conducts post-mortems for platform incidents. Mentors team on structured logging best practices for 1C environments.
AI Product Engineer Designs comprehensive logging system for AI products tracking inference latency, drift metrics, and prediction anomalies. Implements semantic log enrichment for rapid ML pipeline issue diagnosis.
Analytics Engineer Pflicht Architects observability for the analytics platform: dbt Cloud/Elementary for model monitoring, structured logging for custom extractors, alerting on data anomalies. Integrates dbt run metadata with Datadog/Grafana.
Android Developer Develops unified logging strategy for Android applications with performance considerations. Implements contextual logs with metadata about UI state, fragments, and coroutines.
Application Security Engineer Pflicht Designs security observability strategy: implements advanced security event correlation and threat detection pipelines, defines SLIs/SLOs for security monitoring effectiveness, conducts post-mortems for security incidents with forensic log analysis. Mentors team on security logging best practices and detection engineering.
AR/VR Developer Architects an observability system for AR/VR applications with spatial metrics. Implements correlation of client rendering logs with server-side multiplayer session data.
Backend Developer (C#/.NET) Pflicht Designs logging for .NET platform: correlation via Activity/DiagnosticSource, distributed tracing via OpenTelemetry. Log sampling for high-throughput. Integration with Grafana Loki.
Backend Developer (Elixir) Pflicht Designs logging system for the Elixir platform with JSON structure and distributed tracing. Implements OpenTelemetry through opentelemetry_api with automatic span_id and trace_id correlation. Configures Logger backends for Datadog/Grafana Loki delivery, implements sampling for high loads.
Backend Developer (Go) Pflicht Designs logging strategy for Go services: log correlation via trace_id/span_id from OpenTelemetry, dynamic log levels, audit logging. Optimizes logging performance through zero-allocation zerolog, configures log aggregation in Loki/ELK.
Backend Developer (Java/Kotlin) Pflicht Designs logging strategy for Java platform: correlation ID via Spring Cloud Sleuth/Micrometer Tracing, distributed tracing via OpenTelemetry. Configures log sampling for high-load services.
Backend Developer (Node.js) Pflicht Designs logging architecture: unified log format for all Node.js services, OpenTelemetry logs integration, sampling for high-volume. Optimizes pino performance.
Backend Developer (PHP) Pflicht Designs logging strategy for the PHP platform: correlation IDs between services, distributed tracing via OpenTelemetry. Configures alerts on log patterns. Optimizes log volume without losing diagnostic value.
Backend Developer (Python) Pflicht Designs logging strategy for microservices. Configures centralized logging (EFK, Loki). Creates dashboards for log analysis. Optimizes log volume. Implements log-based alerting.
Backend Developer (Rust) Pflicht Designs logging architecture for Rust services: custom tracing layers for sensitive data masking, dynamic log levels through tower-http, log correlation between services through trace-id. Optimizes logging performance considering zero-cost nature of tracing with disabled spans.
Backend Developer (Scala) Pflicht Designs logging strategy for Scala microservices: JSON log field standards, distributed tracing context propagation, log sampling. Integrates logging with ZIO Logging or Odin, implements correlation ID propagation through Akka HTTP and gRPC interceptors, configures anomaly alerts.
BI Analyst Pflicht Designs observability strategy for BI data infrastructure: implements end-to-end tracing for data pipelines, defines SLI/SLO for data freshness and quality metrics, conducts post-mortems for data incidents. Mentors analysts on log-based debugging for complex data pipeline issues.
Blockchain Developer Designs logging architecture: chain event monitoring, cross-chain correlation, alerting.
Cloud Engineer Pflicht Designs structured logging standard for cloud platform: unified schema for Lambda/ECS/EKS, correlation through X-Ray trace ID, enrichment with cloud context (region, AZ, instance type). Automates compliance — PII masking, data classification in logs.
Compiler Engineer Designs compiler logging system: compilation phase tracing, per-pass profiling, error correlation across modules. Integrates logs with performance analysis systems.
Computer Vision Engineer Designs logging system for production CV services with APM integration, data drift tracking, and prediction quality monitoring. Optimizes log volume.
Data Analyst Pflicht Designs observability strategy for data analytics infrastructure: implements tracing for data transformation pipelines, defines SLI/SLO for analytical data quality and latency, conducts post-mortems for data processing failures. Mentors team on log analysis for complex data quality investigations.
Data Engineer Pflicht Designs observability for data pipelines: structured logging with data lineage context, metrics emission (records processed, data quality scores), anomaly alerting. Integrates with OpenTelemetry.
Data Scientist Designs ML observability: experiment lineage, model performance tracking, data quality logging.
Database Engineer / DBA Pflicht Designs structured logging standard for the database tier: schema for different operations (DDL, DML audit, replication events), contextual fields (query_hash, execution_plan). Integrates with the observability platform.
Desktop Developer (.NET WPF/WinUI/MAUI) Pflicht Designs observability for .NET desktop: logging, metrics, crash analytics. Configures OpenTelemetry for desktop traces. Implements remote log collection. Analyzes production incidents.
Desktop Developer (Electron/Tauri) Pflicht Designs observability for Electron: logging, metrics, crash analytics. Implements remote log collection. Configures user analytics with privacy.
Desktop Developer (Qt/C++) Pflicht Designs observability strategy for desktop: logging, metrics, crash analytics. Implements remote log collection. Configures OpenTelemetry for desktop traces. Analyzes production incidents through logs.
DevOps Engineer Pflicht Designs organizational logging standards: unified logging schema, semantic conventions (OpenTelemetry), automatic context enrichment. Implements distributed tracing correlation, configures sampling for high-load services.
DevSecOps Engineer Pflicht Designs corporate logging standard with security enrichment: threat indicators, risk scores, MITRE ATT&CK annotations. Introduces automated log analysis for anomaly detection. Develops logging SDK with built-in PII detection and masking. Configures immutable log storage for forensics and compliance.
Embedded Developer Designs logging infrastructure for IoT: remote log collection, binary log format for bandwidth savings, log rotation on Flash.
Engineering Manager Pflicht Designs observability strategy for engineering organization: implements organizational logging and monitoring standards, defines SLI/SLO frameworks aligned with business objectives, drives post-mortem culture and incident learning processes. Mentors leads on building reliability practices within their teams.
Flutter Developer Designs distributed logging system for Flutter with client-server correlation. Integrates mobile app logs with server-side collection and analysis systems.
Frontend Developer (Angular) Designs Angular application observability system with client-server log correlation. Integrates structured logs with monitoring platforms for end-to-end tracing.
Frontend Developer (React) Designs logging system for React applications with minimal performance impact. Implements breadcrumbs, error boundaries with contextual logs and APM system integration.
Frontend Developer (Svelte) Designs logging system for complex Svelte applications with APM and error tracking integration. Implements log sampling and filtering for performance optimization.
Frontend Developer (Vue) Designs logging system for Vue application — render error interception, API interaction logging, performance metric tracking. Configures log delivery pipeline.
Fullstack Developer Pflicht Designs fullstack application observability: distributed tracing from browser to database through OpenTelemetry, performance metrics for each layer, SLO-based alerts. Configures ELK/Grafana stack and creates dashboards for monitoring entire stack health.
Game Designer Designs logging system for the entire game infrastructure with centralized collection and analysis. Defines logging standards for client and server sides considering performance. Integrates logs with analytics systems for real-time game metric monitoring.
Game QA Engineer Pflicht Designs observability strategy for game QA: implements distributed tracing for game client-server interactions, defines SLIs/SLOs for game stability and performance metrics, conducts post-mortems for game-breaking bugs. Mentors QA team on log-based game testing and crash analysis methodologies.
Game Server Developer Pflicht Designs observability strategy for game server infrastructure: implements distributed tracing across game service clusters, defines SLI/SLO for player experience metrics (latency, matchmaking quality), conducts post-mortems for game outages. Mentors team on logging patterns for real-time multiplayer systems.
Infrastructure Engineer Pflicht Designs production-grade logging infrastructure: multi-tenant ELK clusters, Loki with S3 backend for cost-effective storage, Kafka as buffer for peak loads. Optimizes storage costs through tiered storage, configures correlation ID for log-based tracing and designs alerts for log pattern anomalies.
iOS Developer Architects comprehensive iOS application logging system with severity separation, privacy-aware attributes, and efficient server delivery. Implements OSLog categories and points of interest for profiling critical user scenarios.
IoT Engineer Pflicht Designs observability strategy for IoT platforms: implements distributed tracing across device-to-cloud data flows, defines SLI/SLO for device connectivity and telemetry delivery, conducts post-mortems for fleet-wide incidents. Mentors team on logging strategies for resource-constrained edge environments.
Language Tooling Engineer Develops unified logging strategy for the entire language tools ecosystem. Implements semantic logging with metadata on parsing and code analysis performance.
LLM Engineer Designs LLM observability: prompt analytics, quality tracking, cost dashboards.
ML Engineer Pflicht Designs logging strategy: retention, sampling, costs. Configures centralized logging (EFK/Loki/Datadog). Optimizes log volume and cost. Integrates logs with traces (via OpenTelemetry). Configures log-based alerting.
MLOps Engineer Pflicht Architects logging strategy for the ML platform: standard format for all ML services, structured logging for prediction audit trail. Implements sampling strategies for high-throughput inference services, configures log-based metrics for model monitoring, and integrates prediction logs with experiment tracking for post-hoc quality analysis.
Network Engineer Expertly applies structured logging 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 Develops unified logging strategy for the entire NLP infrastructure. Implements semantic logging with experiment context, model versions, and data distribution statistics.
Penetration Testing Engineer Pflicht Designs observability assessment methodology for penetration testing: evaluates target logging and monitoring coverage during engagements, identifies detection blind spots through controlled exploitation, defines SLI/SLO recommendations for target organization. Mentors team on adversarial log analysis and detection evasion techniques documentation.
Performance Testing Engineer Pflicht Designs performance logging architecture: high-resolution timing data, distributed trace correlation, sampling strategies for high-load logging.
Platform Engineer Pflicht Designs logging strategy for IDP: unified log format, automatic context enrichment through sidecar/SDK. Implements semantic conventions (OpenTelemetry Logs) for cross-service correlation. Creates developer tooling for convenient log work: CLI, Grafana dashboards, saved queries.
Product Manager Defines product observability strategy: what metrics, events, and logs are needed for product decisions. Designs event-driven analytics based on structured logging for data-driven product management. Uses log analysis for continuous discovery: pain points, patterns, opportunities.
QA Automation Engineer Pflicht Designs observability strategy for test infrastructure: implements distributed tracing for test execution environments, defines SLI/SLO for test infrastructure reliability and performance, conducts post-mortems for test pipeline failures. Mentors team on log-based test diagnostics and observability-driven testing practices.
QA Engineer (Manual) Pflicht Applies deep observability knowledge to QA practices: uses distributed traces to investigate complex cross-service bugs, understands SLI/SLO implications for test prioritization, participates in post-mortems with log-based evidence. Mentors QA team on leveraging observability tools for systematic bug investigation.
QA Security Engineer Pflicht Designs security logging requirements: mandatory security events, forensic data requirements, compliance logging. Creates security logging testing framework.
React Native Developer Develops unified logging strategy for React Native applications across both platforms. Implements contextual logs with rendering performance and lifecycle information.
Release Engineer Expertly applies structured logging for release engineering to design complex systems. Optimizes existing solutions and prevents architectural mistakes. Conducts code reviews and trains colleagues on best practices.
Security Analyst Pflicht Designs observability strategy for security operations: implements advanced SIEM correlation for multi-stage attack detection, defines SLI/SLO for security monitoring coverage and response times, conducts post-mortems for security incidents. Mentors team on forensic log analysis and threat hunting through structured logs.
Site Reliability Engineer (SRE) Pflicht Designs logging architecture: unified log format for all services, sampling strategy for high-volume, log-based metrics extraction. Integrates with OpenTelemetry logs API.
Smart Contract Developer Designs logging architecture: event-driven monitoring, chain indexing, anomaly detection.
Solutions Architect Pflicht Designs observability architecture for distributed systems: implements cross-service tracing and correlation patterns, defines SLI/SLO frameworks aligned with architecture tiers, conducts post-mortems driving architectural improvements. Mentors teams on observability patterns for microservices and event-driven architectures.
Systems Programmer (C/C++) Designs logging architecture: kernel-level tracing (eBPF), zero-allocation logging, binary protocols.
Technical Lead Pflicht Designs observability strategy for technical teams: implements distributed tracing and correlation across services, defines SLIs/SLOs aligned with product reliability targets, drives post-mortem culture and incident learning. Mentors team on observability-driven development and operational excellence practices.
Technical Product Manager Designs product observability requirements — which events to log, which metrics to collect, how to correlate technical and business indicators. Embeds observability into the process.
Technical Writer Designs observability documentation standards: logs, metrics, traces for the entire organization. Creates in-depth guides on configuring and using centralized logging for different platforms. Develops runbook documentation templates based on structured log analysis.
Telecom Developer Pflicht Designs observability strategy for telecom platforms: implements distributed tracing across signaling and media processing chains, defines SLI/SLO for telecom service quality (call completion, latency, jitter), conducts post-mortems for telecom outages. Mentors team on logging patterns for multi-protocol telecom systems.
Unity Developer Designs logging architecture: centralized log collection, crash reporting, analytics pipeline.
Unreal Engine Developer Designs logging architecture: centralized log collection, analytics, crash analysis pipeline.
XR Unity Developer Designs logging system for XR applications considering performance and minimal FPS impact. Implements contextual logs with user position, controller state and load data.
Rolle Pflicht Beschreibung
1C Developer Pflicht Defines product observability strategy for 1C platforms: establishes SLO-based approach for 1C service reliability, coordinates incident management for 1C infrastructure, optimizes MTTD/MTTR through improved 1C monitoring and alerting workflows.
AI Product Engineer Defines structured logging standards for the AI product platform, including correlation between training and inference services. Shapes log analysis practices for identifying model degradation patterns and product metric bottlenecks.
Analytics Engineer Pflicht Defines observability standards for the analytics platform: dashboards for dbt pipeline health, SLA monitoring for data freshness and quality. Implements incident management processes for data quality issues with structured runbooks.
Android Developer Defines logging standards for all Android teams in the organization. Designs a centralized log analysis platform with alerting on application behavior anomalies.
Application Security Engineer Pflicht Defines security observability strategy at the product level: establishes SLO-based approach for security monitoring coverage, coordinates security incident management and response processes, optimizes MTTD/MTTR for security events through improved detection pipelines.
AR/VR Developer Establishes logging standards for the AR/VR team with an XR event taxonomy. Develops a logging library for immersive applications with user comfort metrics.
Backend Developer (C#/.NET) Pflicht Defines logging standards: mandatory enrichers, log levels, retention. Implements log-based alerting. Compliance requirements.
Backend Developer (Elixir) Pflicht Defines logging standards for all organizational Elixir services. Designs unified structured log schema with mandatory fields through custom Logger backend. Implements centralized logging through Grafana Loki with Elixir-specific dashboards and anomaly alerts.
Backend Developer (Go) Pflicht Defines structured logging standards for the Go team: mandatory log fields, correlation ID propagation, log level policies. Standardizes zerolog/zap configuration across services, integrates with centralized log aggregation.
Backend Developer (Java/Kotlin) Pflicht Defines logging standards: mandatory MDC fields, log level policy, retention. Implements log-based alerting. Conducts logging review during incidents. Ensures compliance.
Backend Developer (Node.js) Pflicht Defines logging standards: mandatory fields, format specification, retention policies. Implements automated log quality checks. Establishes logging best practices.
Backend Developer (PHP) Pflicht Defines logging standards for the team: mandatory fields, levels, retention policies. Implements log-based monitoring and alerting. Reviews logging during incidents. Ensures compliance requirements for log storage.
Backend Developer (Python) Pflicht Defines logging standards for the organization. Optimizes log storage costs. Implements log-based monitoring. Standardizes logging libraries.
Backend Developer (Rust) Pflicht Defines logging standards for Rust platform: mandatory span attributes (request_id, user_id), standard format and structure, retention policies. Develops shared tracing-layer crate with automatic context enrichment and ELK/Loki integration.
Backend Developer (Scala) Pflicht Defines logging standards for Scala team: mandatory fields, message format, retention and rotation policies. Implements centralized logging through ELK/Loki, configures dashboards for error analysis, defines SLI based on log-based metrics for critical path services.
BI Analyst Pflicht Defines observability strategy for BI data platforms: establishes SLO-based approach for data pipeline reliability and freshness, coordinates data incident management across analytics teams, optimizes MTTD/MTTR for data quality incidents.
Blockchain Developer Defines logging standards: event design, monitoring requirements, alerting policies.
Cloud Engineer Pflicht Defines organizational logging standards: mandatory fields, log levels policy, sensitive data handling. Introduces automated log validation in CI/CD, standards compliance monitoring. Trains teams on best practices and reviews logging configurations.
Compiler Engineer Standardizes logging practices for the compiler team: unified formats, mandatory fields, rotation policies. Defines verbosity levels for various debugging and profiling scenarios.
Computer Vision Engineer Defines logging standards for the CV team, creates libraries and templates for experiment tracking. Ensures result reproducibility through structured records.
Data Analyst Pflicht Defines observability strategy for data analytics platforms: establishes SLO-based approach for analytical data quality and latency, coordinates data incident management for analytics teams, optimizes MTTD/MTTR for data processing failures.
Data Engineer Pflicht Defines logging standards for data platform: mandatory fields (pipeline_id, dataset, stage), log levels policy, retention. Implements log-based monitoring for pipeline SLA.
Data Scientist Defines logging standards: experiment tracking requirements, model monitoring, data quality logging.
Database Engineer / DBA Pflicht Defines logging standards for all database operations: mandatory fields, severity classification, PII masking for query parameters. Coordinates logging practices between DBA and application teams.
Desktop Developer (.NET WPF/WinUI/MAUI) Pflicht Defines logging strategy for .NET desktop. Establishes logging standards with GDPR compliance. Coordinates observability infrastructure.
Desktop Developer (Electron/Tauri) Pflicht Defines logging strategy for Electron. Establishes GDPR-compliant logging standards. Coordinates observability.
Desktop Developer (Qt/C++) Pflicht Defines logging strategy for the desktop platform. Establishes logging standards and privacy guidelines (GDPR). Coordinates observability infrastructure.
DevOps Engineer Pflicht Defines organizational observability standards through logs: mandatory fields, log levels policy, PII filtering. Designs log analytics platform with ML-powered anomaly detection, automated incident correlation analysis.
DevSecOps Engineer Pflicht Defines observability-driven security strategy for the organization. Manages logging pipeline from source to SIEM. Builds metrics: log coverage, parsing accuracy, detection efficiency. Introduces log-based compliance reporting for SOC 2 and PCI DSS. Optimizes costs at high log volumes.
Embedded Developer Defines logging strategy for the embedded platform. Establishes log format standards, remote diagnostics, alerting rules.
Engineering Manager Pflicht Defines observability strategy at the organizational level: establishes SLO frameworks aligned with business metrics, coordinates cross-team incident management practices, optimizes MTTD/MTTR through organizational reliability programs and on-call processes.
Flutter Developer Establishes logging standards for the Flutter team with a unified event taxonomy. Trains developers on structured logging practices to simplify incident diagnosis.
Frontend Developer (Angular) Establishes logging standards for the Angular team with a unified error taxonomy. Develops an Angular logging library and trains developers on log-based diagnostics.
Frontend Developer (React) Defines logging standards for the organization's frontend projects: levels, format, collection policies. Introduces observability practices for React applications with consideration for user data privacy.
Frontend Developer (Svelte) Defines logging standards for the frontend team, creates shared libraries and guidelines. Ensures frontend log correlation with backend traces for end-to-end debugging.
Frontend Developer (Vue) Standardizes logging approaches for frontend team. Defines mandatory fields, rotation and retention policies, integrates client logs with server observability platform.
Fullstack Developer Pflicht Defines observability strategy for the fullstack platform: logging standards for frontend and backend, SLI/SLO for key scenarios, on-call process. Designs monitoring infrastructure and trains the team on incident response for fullstack incidents.
Game Designer Defines observability strategy for the game project: logs, metrics, traces. Standardizes logging format and policies for all project teams. Builds a data-driven debugging culture through structured game event log analysis.
Game QA Engineer Pflicht Defines observability strategy for game QA operations: establishes SLO-based approach for game stability and performance monitoring, coordinates game incident management across QA and development teams, optimizes MTTD/MTTR for game-breaking issues through improved detection workflows.
Game Server Developer Pflicht Defines observability strategy for game server products: establishes SLO-based approach for player experience metrics, coordinates incident management for live game services, optimizes MTTD/MTTR for game server issues through real-time monitoring and automated recovery.
Infrastructure Engineer Pflicht Defines logging standards for the organization: unified structured log format, mandatory fields (trace_id, service, environment), retention policies by data class. Reviews team logging configurations, designs self-service log access and defines SLO for log ingestion latency and availability.
iOS Developer Defines structured logging standards for the iOS team, including privacy annotations and rotation strategy. Establishes log analysis practices for rapid diagnosis of crashes, ANRs, and iOS application performance issues.
IoT Engineer Pflicht Defines observability strategy for IoT products: establishes SLO-based approach for device fleet reliability and telemetry delivery, coordinates incident management for IoT platform issues, optimizes MTTD/MTTR for device connectivity and data processing incidents.
Language Tooling Engineer Defines logging standards for all language tooling development teams. Designs a centralized log analysis platform with alerting on toolchain operation anomalies.
LLM Engineer Defines logging standards: prompt logging requirements, evaluation metrics, safety monitoring.
MLOps Engineer Pflicht Defines logging standards for the MLOps team: mandatory fields for inference logs (model_version, features_hash, prediction_confidence), retention policies. Implements a unified logging SDK for ML services, configures alerting on prediction log anomalies, and ensures compliance requirements for ML decision auditing.
Network Engineer Establishes structured logging 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 logging standards for all organizational ML/NLP teams. Designs log analysis platform for monitoring model drift and detecting inference anomalies.
Penetration Testing Engineer Pflicht Defines observability assessment strategy for penetration testing practice: establishes SLO-based approach for security monitoring evaluation, coordinates incident response validation during assessment engagements, optimizes MTTD/MTTR measurement methodology for client organizations.
Performance Testing Engineer Pflicht Defines performance logging standards: mandatory timing fields, log-based SLI calculation, analysis procedures.
Platform Engineer Pflicht Defines organizational logging standards: compliance requirements (PII masking), retention policies, access control. Leads logging best practices adoption through golden paths. Designs log analytics pipeline for business insights and incident investigation.
Product Manager Defines observability requirements for the product portfolio at the project level. Standardizes event taxonomy and logging requirements for all product teams. Coordinates with engineering and data teams on creating product analytics infrastructure.
QA Automation Engineer Pflicht Defines observability strategy for QA infrastructure: establishes SLO-based approach for test pipeline reliability, coordinates incident management for test environment issues, optimizes MTTD/MTTR for test infrastructure failures through improved monitoring and alerting.
QA Engineer (Manual) Pflicht Defines structured logging strategy for test infrastructure. Establishes SLO-based approach for test observability. Coordinates log analysis for defect investigation.
QA Security Engineer Pflicht Defines security logging standards: event categories, retention requirements, compliance mapping (GDPR, PCI-DSS). Coordinates security logging across services.
React Native Developer Defines logging standards for all React Native mobile teams. Architects a log collection and analysis platform with remote production issue diagnostics capability.
Release Engineer Establishes structured logging standards for the release engineering team and makes architectural decisions. Defines the technical roadmap considering this skill. Mentors senior engineers and influences practices of adjacent teams.
Security Analyst Pflicht Defines security observability strategy at the product level: establishes SLO-based approach for security monitoring effectiveness and response times, coordinates security incident management across teams, optimizes MTTD/MTTR for threat detection through advanced correlation and automation.
Site Reliability Engineer (SRE) Pflicht Defines organizational logging standards: mandatory fields, format specification, privacy compliance. Implements automated log quality checks. Establishes logging best practices.
Smart Contract Developer Defines logging standards: event design, monitoring requirements, alerting.
Solutions Architect Pflicht Defines observability strategy for distributed architectures: establishes SLO-based approach aligned with architecture tiers, coordinates incident management across platform and product teams, optimizes MTTD/MTTR through architectural observability patterns and tooling standardization.
Systems Programmer (C/C++) Defines logging standards: performance requirements, format, tracing infrastructure.
Technical Lead Pflicht Defines observability strategy for technical products: establishes SLO-based approach for service reliability targets, coordinates incident management and on-call practices across teams, optimizes MTTD/MTTR through improved monitoring, alerting, and runbook standardization.
Technical Product Manager Defines logging and monitoring strategy for the product team. Ensures every feature ships with success metrics and dashboards for tracking business impact.
Technical Writer Defines corporate logging and observability documentation standards for all projects. Coordinates creation of a unified logging glossary and format reference for all teams. Implements auto-generation of documentation from logging configuration and schema definitions.
Telecom Developer Pflicht Defines observability strategy for telecom products: establishes SLO-based approach for telecom service quality (call completion, latency), coordinates incident management for telecom platform outages, optimizes MTTD/MTTR for signaling and media processing incidents.
Unity Developer Defines logging standards: log format, categories, collection infrastructure, analytics requirements.
Unreal Engine Developer Defines logging standards: log categories, format, collection infrastructure.
XR Unity Developer Defines logging standards for XR team, including detail levels, format and rotation policies. Introduces observability practices adapted for immersive application debugging.
Rolle Pflicht Beschreibung
1C Developer Pflicht Defines organizational observability strategy for 1C platforms: implements enterprise monitoring solutions for large-scale 1C deployments, builds reliability culture in 1C development teams, establishes enterprise SLO framework for 1C service availability and performance.
AI Product Engineer Develops corporate observability strategy based on structured logs for the AI product ecosystem. Integrates logging with business metrics for data-driven product portfolio development decisions.
Analytics Engineer Pflicht Architects enterprise data observability: unified monitoring of all analytics pipelines, ML-driven anomaly detection, automated incident response. Defines SLO/SLI metrics for the analytics platform and post-mortem processes.
Android Developer Shapes the organizational observability strategy for Android products through logging. Defines standards ensuring full transparency of mobile application behavior.
Application Security Engineer Pflicht Defines organizational security observability strategy: implements enterprise security monitoring platforms and detection engineering practices, shapes security-aware reliability culture across the organization, defines enterprise SLO framework for security detection coverage and incident response times.
AR/VR Developer Defines the observability architecture for AR/VR applications at the organizational level. Creates a telemetry platform for collecting and analyzing spatial data across all XR products.
Backend Developer (C#/.NET) Pflicht Shapes observability strategy: unified standards for all .NET services, centralized platform (Seq/ELK/Loki). SLI/SLO based on logs.
Backend Developer (Elixir) Pflicht Develops platform observability strategy through logging for the Elixir ecosystem. Defines log, metrics and traces correlation standards through OpenTelemetry. Designs automatic anomaly detection system based on structured BEAM process logs.
Backend Developer (Go) Pflicht Shapes organizational logging strategy for Go platform: unified format for all services, centralized storage and retention, compliance requirements. Develops platform logging SDK with automatic correlation, sampling, and sensitive data redaction.
Backend Developer (Java/Kotlin) Pflicht Shapes observability strategy: unified logging standards for all Java services, centralized log platform (ELK/Loki/Datadog). Defines SLI/SLO based on logs.
Backend Developer (Node.js) Pflicht Shapes observability logging strategy: logs-traces-metrics correlation, cost-effective storage, automated anomaly detection. Defines organizational logging standards.
Backend Developer (PHP) Pflicht Shapes organizational observability strategy: unified standards for logging, metrics, and tracing for all PHP services. Selects platform (ELK, Grafana Loki, Datadog). Defines SLI/SLO based on log data.
Backend Developer (Python) Pflicht Shapes observability strategy. Defines logging architecture at scale. Evaluates log platforms.
Backend Developer (Rust) Pflicht Shapes organizational observability strategy through logging: unified collection and analysis platform, ML-driven anomaly detection on logs. Defines log pipeline architecture (Vector/Fluentd), PII compliance standards in logs and cost optimization for log storage.
Backend Developer (Scala) Pflicht Shapes observability through logging strategy for Scala platform: unified structured logging standards, cost management policies for log storage. Defines centralized log collection architecture, integration with tracing and metrics within OpenTelemetry, evaluates ROI of observability tools.
BI Analyst Pflicht Defines organizational observability strategy for data analytics: implements enterprise data pipeline monitoring platforms, builds data reliability culture across analytics teams, establishes enterprise SLO framework for data quality and pipeline freshness at organizational scale.
Blockchain Developer Shapes observability strategy: blockchain monitoring platform, governance.
Cloud Engineer Pflicht Shapes platform-level logging governance: schema registry for log formats, automated compliance validation, cross-service correlation framework. Designs structured log integration with tracing and metrics for unified observability stack.
Compiler Engineer Shapes observability strategy for the compiler ecosystem: unified telemetry, correlation across toolchain components, usage analytics for optimization prioritization.
Computer Vision Engineer Shapes observability strategy for the organization's CV platform. Defines unified ML experiment logging and production monitoring standards across all CV teams.
Data Analyst Pflicht Defines organizational observability strategy for data platforms: implements enterprise analytical pipeline monitoring, builds data quality culture across data teams, establishes enterprise SLO framework for analytical data reliability and processing performance.
Data Engineer Pflicht Shapes data platform observability strategy: unified logging for Airflow/Spark/dbt, data-specific metrics (freshness, completeness, volume), automated anomaly detection.
Data Scientist Shapes ML observability strategy: platform experiment tracking, model monitoring, governance.
Database Engineer / DBA Pflicht Shapes observability strategy through structured logging: unified log schema for all DBMSes, automated anomaly detection based on log patterns, compliance logging. Defines investments in log infrastructure.
Desktop Developer (.NET WPF/WinUI/MAUI) Pflicht Shapes enterprise observability standards for .NET desktop. Evaluates logging platforms. Defines data retention policies.
Desktop Developer (Electron/Tauri) Pflicht Shapes enterprise observability standards for Electron. Defines data retention policies.
Desktop Developer (Qt/C++) Pflicht Shapes enterprise observability standards for desktop. Evaluates logging/monitoring platforms. Defines data retention and privacy policies for the organization.
DevOps Engineer Pflicht Develops unified logging strategy: standards for all platforms and languages, OpenTelemetry-based logging pipeline. Defines log-driven operations architecture: automatic anomaly detection, predictive analysis, auto-remediation based on logs.
DevSecOps Engineer Pflicht Architecturally defines enterprise security observability approach. Designs unified telemetry pipeline (logs, metrics, traces) with security-first approach. Defines data classification standards for logs. Develops log maturity assessment framework for the organization. Influences SIEM strategy.
Embedded Developer Defines enterprise embedded logging strategy. Establishes unified logging for IoT fleet with analytics pipeline integration.
Engineering Manager Pflicht Defines organizational observability strategy: implements enterprise reliability platforms and incident management systems, builds reliability engineering culture across the organization, establishes enterprise SLO frameworks aligned with business outcomes and customer experience metrics.
Flutter Developer Defines Flutter app observability architecture at the organizational level. Creates a logging framework ensuring end-to-end tracing from mobile client to backend.
Frontend Developer (Angular) Defines frontend application observability architecture at the organizational level. Creates platform solutions for collecting and correlating logs across all Angular applications with backend systems.
Frontend Developer (React) Shapes client-side logging and observability strategy for the React product ecosystem. Defines frontend telemetry collection and analysis architecture at scale of millions of users.
Frontend Developer (Svelte) Shapes observability strategy for the organization's frontend platform, including logging standards. Coordinates unified frontend telemetry collection and analysis system.
Frontend Developer (Vue) Shapes client-side logging strategy for the organization. Creates a unified logging library for Vue/React/Angular projects, optimizes log volume without losing diagnostic value.
Fullstack Developer Pflicht Shapes organizational observability strategy: unified platform for fullstack monitoring, AIOps for automated anomaly detection, SRE practices. Defines reliability standards and creates tooling for scalable monitoring across the application ecosystem.
Game Designer Shapes corporate observability standards for the studio's game product lineup. Defines centralized log collection and analysis architecture for all projects. Researches and implements innovative telemetry approaches for real-time games.
Game QA Engineer Pflicht Defines organizational observability strategy. Implements platform solutions. Shapes reliability culture. Defines enterprise SLO framework.
Game Server Developer Pflicht Defines organizational observability strategy for game platforms: implements enterprise observability infrastructure for multi-title game services, builds reliability culture across game development studios, establishes enterprise SLO framework for player experience metrics at scale.
Infrastructure Engineer Pflicht Shapes company-level observability through logs strategy: platform selection (ELK vs Loki vs Datadog), architecture for petabyte-scale log volumes, storage compliance requirements. Defines roadmap for AI-driven log analysis, audit logging standards for security and cost optimization for logging infrastructure.
iOS Developer Develops corporate iOS application observability strategy based on structured logs with server telemetry integration. Defines client log collection and analysis architecture for monitoring enterprise-scale iOS product quality.
IoT Engineer Pflicht Defines organizational observability strategy. Implements platform solutions. Builds reliability culture. Defines enterprise SLO framework.
Language Tooling Engineer Shapes organizational observability culture through structured logging. Defines standards ensuring end-to-end tracing from IDE plugins to compiler cores.
LLM Engineer Shapes LLM observability strategy: platform prompt analytics, governance.
MLOps Engineer Pflicht Shapes the logging and audit trail strategy for the organization's MLOps platform: unified standards for all ML services, integration with data governance. Designs centralized log management architecture for hundreds of inference services, defines retention and compliance policies for prediction logs, ensures full ML decision auditability for regulators.
Network Engineer Shapes structured logging 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 ML system observability culture through structured logging. Defines standards ensuring full transparency of NLP model operations.
Penetration Testing Engineer Pflicht Defines organizational observability assessment strategy for offensive security: implements enterprise evaluation frameworks for security monitoring maturity, builds observability-aware security culture across client organizations, establishes enterprise standards for security monitoring effectiveness measurement.
Performance Testing Engineer Pflicht Shapes performance observability strategy: unified timing data format, cross-service performance correlation, automated degradation detection.
Platform Engineer Pflicht Shapes vision for intelligent logging: AI-powered log analysis, automatic anomaly detection, predictive alerting. Defines observability data management strategy: cost optimization, tiered storage, real-time processing. Evaluates emerging standards (OpenTelemetry Logs GA) for platform evolution.
Product Manager Shapes corporate product observability strategy at the company level. Defines industry standards for data-driven product management through observability. Publishes research on the effectiveness of observability-driven product development.
QA Automation Engineer Pflicht Defines organizational observability strategy for quality engineering: implements enterprise test infrastructure observability platforms, builds quality-focused reliability culture across engineering teams, establishes enterprise SLO framework for test pipeline and environment reliability.
QA Engineer (Manual) Pflicht Defines organizational approach to observability in QA: establishes enterprise standards for QA team observability tool proficiency, designs guidelines for log-based test investigation at scale, builds reliability-aware QA culture across quality assurance teams.
QA Security Engineer Pflicht Designs security logging strategy: unified security event format, real-time threat detection, compliance evidence. Defines organizational security audit logging framework.
React Native Developer Shapes the organizational observability strategy for mobile applications through structured logging. Defines metrics and standards affecting quality across all mobile products.
Release Engineer Shapes structured logging strategy for release engineering at the organizational level. Defines best practices and influences technology choices beyond their own team. Is a recognized expert in this area.
Security Analyst Pflicht Defines organizational observability strategy for security operations: implements enterprise security monitoring platforms and correlation infrastructure, builds security-aware reliability culture across the organization, establishes enterprise SLO framework for security detection and response effectiveness.
Site Reliability Engineer (SRE) Pflicht Designs observability logging strategy: logs-traces-metrics correlation, cost-effective retention, ML-based anomaly detection on logs. Defines organizational logging framework.
Smart Contract Developer Shapes observability strategy: blockchain monitoring platform, event analytics, governance.
Solutions Architect Pflicht Defines organizational observability strategy for distributed architectures: implements enterprise observability platform solutions aligned with architectural governance, builds reliability culture through architectural patterns and standards, establishes enterprise SLO framework for system reliability at organizational scale.
Systems Programmer (C/C++) Shapes observability strategy: system-level tracing, kernel observability, governance.
Technical Lead Pflicht Defines organizational observability strategy for technical excellence: implements enterprise reliability platforms and observability tooling standards, shapes reliability culture through engineering practices and architectural patterns, defines enterprise SLO framework for service reliability and developer experience.
Technical Product Manager Shapes data-driven decision-making strategy for the product portfolio. Creates a unified observability platform for tracking product metrics from click to business outcome.
Technical Writer Shapes industry standards for documenting structured logging and observability practices. Publishes research on logging documentation effectiveness for reducing incident MTTR. Influences the development of automatic operational documentation generation tools.
Telecom Developer Pflicht Defines organizational observability strategy for telecom platforms: implements enterprise monitoring infrastructure for multi-standard telecom services, builds reliability culture across telecom engineering teams, establishes enterprise SLO framework for telecom service quality at organizational scale.
Unity Developer Shapes observability strategy: game telemetry architecture, crash analytics, logging governance.
Unreal Engine Developer Shapes observability strategy: game telemetry, crash analytics, logging governance.
XR Unity Developer Shapes end-to-end logging and tracing strategy for XR product ecosystem. Defines telemetry collection and analysis architecture from thousands of XR devices in production.

Community

👁 Beobachten ✏️ Aenderung vorschlagen Anmelden, um Aenderungen vorzuschlagen
📋 Vorschlaege
Noch keine Vorschlaege fuer Structured Logging
Kommentare werden geladen...