Monitoring & Alerting

Power your metrics and alerting with the leading
open-source monitoring solution.

Prometheus is an open-source technology designed to provide monitoring and alerting functionality for cloud-native environments, including Kubernetes. It can collect and store metrics as time-series data, recording information with a timestamp. It can also collect and record labels, which are optional key-value pairs.
Key features of Prometheus include:
  • Multidimensional data model – Using time-series data, which is identified by metric name and key-value pairs.
  • PromQL – A flexible querying language that can leverage the multi-dimensional data model.
  • No reliance on distributed storage – All single server nodes remain autonomous.
  • Pull model – Prometheus can collect time-series data by actively “pulling” data over HTTP.
  • Pushing time-series data – Available through the use of an intermediary gateway.
  • Monitoring target discovery – Available through static configuration or service discovery.
  • Visualization – Prometheus offers multiple types of graphs and dashboards.

Monitoring, Alerting, Logging Tools

Log Management

Loki is a log aggregation system designed to store and query logs from all your applications and infrastructure

Simple architecture that consists of:
  • Application metrics (can be collected via exporters) and logs (can be send via filebeat)
  • Prometheus Server and it's local TSDB Storage
  • AlertManager with custom created alert rules to send notifications to various channels (Email, Slack, etc.)
  • Grafana to visualize all metrics


We offer free planning of these systems for your infrastructure:

Implementaion of best monitoring systems