Compare Sizes
Register
Français Español

History of Prometheus

Last update Jan. 6th 2021 7:48:00 PM
Creation date Jun. 12th 2019 1:09:31 PM
  • Alexis on Jan. 6th 2021 7:48:00 PM
    Website
    https://prometheus.io/
  • sayakasta on Jun. 12th 2019 1:12:38 PM
    Editor
    public
    Viewer
    public
  • sayakasta on Jun. 12th 2019 1:09:32 PM
    Mode
    70
    Name
    Prometheus
    Viewer
    unlisted
    Editor
    sayakasta-4xfskyoh
    Category
    technical-enterprises
    Ad-hoc Filters
    The expression browser is available at /graph on the Prometheus server, allowing you to enter any expression and see its result either in a table or graphed over time. This is primarily useful for ad-hoc queries and debugging. For graphs, use Grafana or Console templates.
    Visualize
    The combination of Prometheus and Grafana is becoming a more and more common monitoring stack used by DevOps teams for storing and visualizing time series data. Prometheus acts as the storage backend and Grafana as the interface for analysis and visualization.
    Alerting
    Alerting with Prometheus is separated into two parts. Alerting rules in Prometheus servers send alerts to an Alertmanager. The Alertmanager then manages those alerts, including silencing, inhibition, aggregation and sending out notifications via methods such as email, PagerDuty and HipChat.
    Notifications
    Prometheus creates and sends alerts to the Alertmanager which then sends notifications out to different receivers based on their labels. A receiver can be one of many integrations including: Slack, PagerDuty, email, or a custom integration via the generic webhook interface.
Go back to: Prometheus