Need advice about which tool to choose?Ask the StackShare community!
Bosun vs Graphite: What are the differences?
Developers describe Bosun as "Open-source monitoring and alerting system by Stack Exchange". Bosun is an open-source, MIT licensed, monitoring and alerting system by Stack Exchange. It has an expressive domain specific language for evaluating alerts and creating detailed notifications. It also lets you test your alerts against history for a faster development experience. On the other hand, Graphite is detailed as "A highly scalable real-time graphing system". Graphite does two things: 1) Store numeric time-series data and 2) Render graphs of this data on demand.
Bosun and Graphite can be primarily classified as "Monitoring" tools.
Some of the features offered by Bosun are:
- Save time by testing alerting against historical data and reduce alert noise before an alert goes into production
- Supports querying OpenTSDB, Graphite, and Logstash-Elasticsearch
- Create notifications using Bosun's template language: include graphs, tables, and contextual information
On the other hand, Graphite provides the following key features:
- carbon - a Twisted daemon that listens for time-series data
- whisper - a simple database library for storing time-series data (similar in design to RRD)
- graphite webapp - A Django webapp that renders graphs on-demand using Cairo
Bosun and Graphite are both open source tools. Graphite with 4.59K GitHub stars and 1.2K forks on GitHub appears to be more popular than Bosun with 2.84K GitHub stars and 477 GitHub forks.
Looking for a tool which can be used for mainly dashboard purposes, but here are the main requirements:
- Must be able to get custom data from AS400,
- Able to display automation test results,
- System monitoring / Nginx API,
- Able to get data from 3rd parties DB.
Grafana is almost solving all the problems, except AS400 and no database to get automation test results.
You can look out for Prometheus Instrumentation (https://prometheus.io/docs/practices/instrumentation/) Client Library available in various languages https://prometheus.io/docs/instrumenting/clientlibs/ to create the custom metric you need for AS4000 and then Grafana can query the newly instrumented metric to show on the dashboard.
Pros of Bosun
- Powerful alerting1
- Query multiple tsdbs1
- Query Elasticsearch1
Pros of Graphite
- Render any graph16
- Great functions to apply on timeseries9
- Well supported integrations8
- Includes event tracking6
- Rolling aggregation makes storage managable3