Terme informatique

Prometheus

A metrics-focused monitoring system with periodic scraping and the PromQL query language.

⌚ About 1 min read
View my favorites

Prometheus is a metrics-focused monitoring system with periodic scraping and the PromQL query language.

What is Prometheus?

Prometheus is a metrics-focused monitoring system with periodic scraping and the PromQL query language. It is part of the practical vocabulary used by administrators, developers and IT teams. Understanding it helps identify where the technology sits in an architecture and what problem it is intended to solve.

What is it used for?

It is mainly used to monitor infrastructure, applications, and cloud-native services. In production, its usefulness depends on the surrounding configuration, compatibility requirements and operational constraints.

How to recognize it in practice

You may encounter Prometheus in product interfaces, configuration files, logs, API documentation, network diagrams or troubleshooting procedures. Always check the context before changing a setting based only on its name.

Points to watch

Label cardinality must be controlled to avoid excessive storage growth. Test changes, document the previous state and keep a rollback path for production systems.

In short

Prometheus = a metrics-focused monitoring system with periodic scraping and the PromQL query language. Its main value is to monitor infrastructure, applications, and cloud-native services.

♡ 0