
Distributed Observability
Distributed tracing, OpenTelemetry, Jaeger, logs-metrics-traces correlation, troubleshooting microservices
1What is a span in the context of distributed tracing?
What is a span in the context of distributed tracing?
Antwort
A span represents an individual unit of work in a distributed trace, with a name, start and end timestamps, and metadata. Each span captures a specific operation like an HTTP call, database query, or function execution. Spans are organized hierarchically to form a complete trace showing the flow of a request across services.
2What is the difference between a trace and a span?
What is the difference between a trace and a span?
Antwort
A trace represents the complete journey of a request across all services in a distributed architecture, while a span represents a single operation within that trace. A trace is composed of multiple spans organized hierarchically with parent-child relationships. For example, an HTTP request might create a trace containing spans for routing, validation, database calls, and calls to other services.
3What is OpenTelemetry (OTEL)?
What is OpenTelemetry (OTEL)?
Antwort
OpenTelemetry is an open-source vendor-neutral observability framework that provides APIs, SDKs and tools to instrument, generate, collect and export telemetry data including traces, metrics, and logs. It resulted from merging OpenTracing and OpenCensus and is becoming the CNCF standard for cloud-native observability. OpenTelemetry prevents vendor lock-in by standardizing telemetry collection.
What is context propagation in distributed tracing?
What are the three pillars of observability?
+19 Interview-Fragen
Weitere DevOps-Interviewthemen
Version Control & Git
Linux Fundamentals
Shell Scripting & Bash
Networking Basics
Docker Fundamentals
CI/CD Fundamentals
GitHub Actions
GitLab CI/CD
Jenkins
Kubernetes Basics
Kubernetes Networking
Kubernetes Advanced
Ingress & API Gateway
Terraform Basics
Terraform Advanced
Ansible & Configuration Management
AWS Essentials
Azure Fundamentals
GCP Fundamentals
Monitoring & Prometheus
Logging & ELK Stack
Alerting & Incident Response
Cloud Identity & Secrets
CI/CD Pipeline Security
Helm & Kubernetes
Runtime & Cluster Security
Container Supply Chain Security
Service Mesh & Istio
GitOps & ArgoCD
Progressive Delivery
Disaster Recovery & Backup
Performance Optimization
Cloud Cost Optimization
SRE Principles
Chaos Engineering
Platform Engineering
Meistere DevOps für dein nächstes Interview
Zugang zu allen Fragen, Flashcards, technischen Tests, Code-Review-Übungen und Interview-Simulatoren.
Kostenlos starten