Prometheus Time-Series Database: Monitor model and alerts using Graphana as a data visualizer
October 24, 2022

Prometheus Time-Series Database: Monitor model and alerts using Graphana as a data visualizer

Fernando Roque | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with Prometheus

Prometheus database is a specialized model to monitor Time-Series based data and give alerts of anomalies to take action. Time-Series are events that occur on a regular frequency. Prometheus has a language to query the data and generate an alarm if the data has a variation in the frequency of the events. Grafana integrates smoothly with Prometheus as a data visualizer.
  • Monitor networks events to detect irregular traffic peaks
  • Season demand of products for inventory management
  • Sales ups and downs for marketing campaigns
  • The query language is complicated.
  • Learn to integrate and manage Grafana for visualization.
  • Could include a Machine Learning Time-Series module to do predictions.
  • The time-series specialized query language.
  • User friendly visualizer of data with Grafana.
  • Customize alerts to identify security problems.
  • Positive: Network and infraestructure monitoring to detect security breaches.
  • Positive: Excellent visualizer of data with Grafana.
  • Challenging: If the data is not useful to build Time-Series. Promethous will inform a bad performance.
Prometheus was built to monitor CLOUD infrastructure. InfluxDB also has a good design to monitor time series but does not have a design for these demands. InfluxDB would need customization to integrate with Grafana and other third-party solutions. A disadvantage of InfluxDB is the null support for XML. InfluxDB is for event logging while Prometheus is focused on metrics recording.

Do you think Prometheus delivers good value for the price?

Yes

Are you happy with Prometheus's feature set?

Yes

Did Prometheus live up to sales and marketing promises?

Yes

Did implementation of Prometheus go as expected?

Yes

Would you buy Prometheus again?

Yes

Prometheus is an excellent tool to detect anomalies in data that has a constant frequency in time like:
a) Number of logins to the systems. The different trends could indicate fraud or security problems.
b) Network traffic. An anomaly could indicate an attempt to break the security.
Prometheus could improve by integrating a module to do Machine Learning and FORECAST.