https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.prometheuss-22ed2863-5747-41ab-acc2-c90f16c74d23/image0_pCloud216.png
Prometheus
by pcloudhosting
Just a moment, logging you in...
Version 3.4.1 + Free Support on openSUSE 15.6
Prometheus is an open-source monitoring and alerting toolkit designed for reliability and scalability in modern, dynamic environments. It is widely used for monitoring containerized applications, microservices architectures, and cloud-native infrastructure. Prometheus integrates with various service discovery mechanisms, enabling automatic discovery and monitoring of dynamically changing environments such as Kubernetes clusters.
Features of Prometheus:
- Prometheus employs a multi-dimensional data model, allowing users to collect and query metrics with labels, enabling flexible and powerful monitoring queries.
- Prometheus follows a pull-based approach for collecting metrics from monitored targets, allowing for scalability and resilience in distributed environments.
- Prometheus provides a powerful query language called PromQL, enabling users to perform ad-hoc queries, aggregations, and analysis on collected metrics data.
To check version for prometheus, run the following commands:
sudo su
sudo zypper refresh
prometheus --version
Access the Prometheus web interface at http://your-server-ip:9090