1 / 5
The team decided to ___ the code with OpenTelemetry spans before the launch.
-
-
-
-
You instrument code. Instrument is the precise observability collocation; the others are informal or incorrect. So instrument code.
2 / 5
The service is configured to ___ metrics to Prometheus every 15 seconds.
-
-
-
-
You emit metrics. Emit is the standard observability collocation; the others are less precise. So emit metrics.
3 / 5
Jaeger allows you to ___ a request across dozens of microservices in one view.
-
-
-
-
You trace a request. Trace is the precise distributed-tracing collocation; the others are informal or incorrect. So trace a request.
4 / 5
Before going on call, every engineer should ___ up alerts for their service.
-
-
-
-
You set up alerts. Set up is the standard collocation for alert configuration; the others are informal or redundant. So set up alerts.
5 / 5
The aggregation pipeline is used to ___ logs from all pods into a central store.
-
-
-
-
You collect logs. Collect is the precise observability collocation; the others are informal or incorrect. So collect logs.