On-premises vs. Cloud-based Monitoring System - what do you prefer?

This page summarizes the projects mentioned and recommended in the original post on /r/sysadmin

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • VictoriaMetrics

    VictoriaMetrics: fast, cost-effective monitoring solution and time series database

  • Sometimes it is better to have the ability to send metrics from the app to the monitoring system. This is called push model. There are monitoring systems, which support both pull and push models. For example, VictoriaMetrics.

  • prometheus

    The Prometheus monitoring system and time series database.

  • Try Prometheus. This a modern popular monitoring system. It collects metrics from hosts and apps running on these hosts. The metrics are exposed at some http page (usually /metrics) either by the apps (modern apps usually expose Prometheus-compatible metrics) or by special exporters, which are available for almost every app out there.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  • Prometheus metrics can be visualized via Grafana.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Prometheus Observability Platform: Intro

    4 projects | dev.to | 14 Sep 2023
  • Tools for frontend monitoring with Prometheus

    6 projects | dev.to | 9 Apr 2024
  • Observability at KubeCon + CloudNativeCon Europe 2024 in Paris

    7 projects | dev.to | 26 Mar 2024
  • Prometheus Fundamentals (Lesson-01)

    2 projects | dev.to | 29 Dec 2023
  • What is prometheus promql parser?

    4 projects | /r/PrometheusMonitoring | 30 Jun 2023