DevOps

Monitoring & Prometheus

Metrics collection, PromQL, exporters, Alertmanager, Grafana integration, troubleshooting missing metrics

22 питань зі співбесід·
Mid-Level
1

What is a Counter metric type in Prometheus?

Відповідь

A Counter is a metric that can only increase or be reset to zero on restart. It is ideal for counting cumulative events like HTTP requests, errors, or processed messages. To calculate a rate of change, use the PromQL rate() or irate() function which automatically handles resets.

2

What is the default metric collection model used by Prometheus?

Відповідь

Prometheus uses a pull model where the server actively scrapes metrics from targets at defined regular intervals. This model centralizes configuration, easily detects down targets, and prevents applications from overloading the server. The push gateway exists for ephemeral jobs but represents an exceptional pattern, not the norm.

3

What is an exporter in the Prometheus ecosystem?

Відповідь

An exporter is a component that exposes metrics from third-party systems in Prometheus format. It translates native metrics from applications like MySQL, Redis, or NGINX into compatible metrics accessible via HTTP. Official exporters follow strict naming conventions and are maintained by the Prometheus community.

4

What is the main difference between a Gauge and a Counter?

5

What is the /metrics endpoint used for in an instrumented application?

+19 питань зі співбесід

Інші теми співбесід DevOps

Version Control & Git

Junior
20 запитань

Linux Fundamentals

Junior
22 запитань

Shell Scripting & Bash

Mid-Level
20 запитань

Networking Basics

Junior
22 запитань

Docker Fundamentals

Junior
24 запитань

CI/CD Fundamentals

Junior
18 запитань

GitHub Actions

Mid-Level
22 запитань

GitLab CI/CD

Mid-Level
22 запитань

Jenkins

Mid-Level
22 запитань

Kubernetes Basics

Mid-Level
26 запитань

Kubernetes Networking

Mid-Level
24 запитань

Kubernetes Advanced

Mid-Level
24 запитань

Ingress & API Gateway

Mid-Level
20 запитань

Terraform Basics

Mid-Level
22 запитань

Terraform Advanced

Mid-Level
22 запитань

Ansible & Configuration Management

Mid-Level
20 запитань

AWS Essentials

Mid-Level
26 запитань

Azure Fundamentals

Mid-Level
22 запитань

GCP Fundamentals

Mid-Level
22 запитань

Logging & ELK Stack

Mid-Level
20 запитань

Alerting & Incident Response

Mid-Level
20 запитань

Cloud Identity & Secrets

Mid-Level
22 запитань

CI/CD Pipeline Security

Mid-Level
20 запитань

Helm & Kubernetes

Mid-Level
20 запитань

Runtime & Cluster Security

Senior
24 запитань

Container Supply Chain Security

Senior
22 запитань

Service Mesh & Istio

Senior
24 запитань

GitOps & ArgoCD

Senior
22 запитань

Progressive Delivery

Senior
20 запитань

Distributed Observability

Senior
22 запитань

Disaster Recovery & Backup

Senior
20 запитань

Performance Optimization

Senior
22 запитань

Cloud Cost Optimization

Senior
20 запитань

SRE Principles

Senior
24 запитань

Chaos Engineering

Senior
20 запитань

Platform Engineering

Senior
22 запитань

Опануй DevOps для наступної співбесіди

Отримай доступ до всіх питань, flashcards, технічних тестів, вправ code review та симуляторів співбесід.

Почни безкоштовно