0 votes
in Prometheus Percipio by
What is the Architecture of Prometheus Monitoring?

1 Answer

0 votes
by

Prometheus can run with both Go and Docker applications. The monitoring application consists of a time-series database, a user interface, and the PromQL query language, which is a flexible and intelligent query language.

Prometheus gathers metrics via instrumented jobs. The samples can be kept locally. It can also be scanned using rules to record or collect any new time-series via existing data and generate design alerts. Histograms, gauges, and counters are used to display these metrics. Plaintext data can be transmitted over HTTP.

Related questions

0 votes
asked Oct 3, 2022 in Prometheus Percipio by rajeshsharma
0 votes
asked Oct 3, 2022 in Prometheus Percipio by rajeshsharma
...