Questions
Correct answers can be found at __TBD__
- Which of the following are valid telemetry signals (pick multiple)?
- Tracks
- Pings
- Logs
- Metrics
- Which is the dominant operation model of Prometheus for metrics collection?
- Push
- Pull
- Commit
- Merge
- Which of the following allows to collect metrics with Prometheus when native application support is missing?
- Running application in Kubernetes
- Installing Pushgateway
- Installing Alertmanager
- Installing application exporter
- Which of the following signals does Prometheus collect?
- Logs
- Metrics
- Traces
- Audits
- Which component can be used to allow applications to push metrics into Prometheus?
- Zipkin
- Grafana
- Alertmanager
- Pushgateway
- Which telemetry signal fits best to see how request traverses a microservice-base application?
- Logs
- Traces
- Metrics
- Pings
- Which software allows visualizing metrics stored in Prometheus TSDB?
- Zipkin
- Kibana
- Grafana
- Jaeger
- Which software can be used for end-to-end tracing of distributed applications (pick multiple)?
- Prometheus...