To integrate StatsD and GitHub with your monitoring system, please reach out to MetricFire. Book a demo with the MetricFire team to discuss integrating StatsD and GitHub and how that can support your monitoring system.
StatsD is an open-source network daemon that listens for statistics defined as counters, gauges, and timers sent via UDP, performs aggregation of this data, then sends it on to a configurable backend service - such as Hosted Graphite. You can use StatsD to perform such aggregation before sending your metrics to us by following this short guide:
{
port: 8125,
flushInterval: 10000,
graphitePort: 2003,
graphiteHost: "carbon.hostedgraphite.com",
graphite: {
legacyNamespace: false,
globalPrefix: "<your-api-key>"
}
}
The key benefit of using StatsD is the customizability. Unlike standard Agents, you can tailor StatsD to do exactly what you want. You can map out hundreds of metrics, give the metrics customized names, and have them sent into your monitoring backend. Once you collect and forward StatsD metrics to your Hosted Graphite account, you can use these metrics to build custom dashboards and alerts.
MetricFire makes it easy to collect data from your repositories, and visualize GitHub events in the form of dashboard annotations. To enable our webhook integration, copy the webhook from Add-Ons => GitHub in your Hosted Graphite account:
Then add the webhook to your GitHub repo, in the ‘settings’ section => ‘webhooks’
Additionally, there is also a Telegraf Input plugin for GitHub. This plugin will send a variety of metrics to your Hosted Graphite account for increased visibility into your repositories. See our handy blog article with detailed configuration instructions HERE, and the official GH repository HERE.
MetricFire is a full-scale platform that provides infrastructure, system, and application monitoring using a suite of open-source tools. We will aggregate and store your data as time series metrics, which can be used to build custom dashboards and alerts. MetricFire takes away the burden of self-hosting your own monitoring solution, allowing you more time and freedom to work on your most important tasks.
MetricFire offers a complete ecosystem of end-to-end infrastructure monitoring, comprised of open-source Graphite and Grafana. MetricFire handles the aggregation, storage, and backups of your data, and offers alerting, team features, and API's for easy management of your monitoring environment. You can send server metrics using one of our agents, custom metrics from within your application code, and integration metrics from a variety of popular 3rd party services that we integrate with like Heroku, AWS, Azure, GCP, and many more!
Our Hosted Graphite product has improved upon standard Graphite to add data dimensionality, optimized storage, and offers additional tools and features that provide customers with a robust and well-rounded monitoring solution.
Monitoring Spark metrics is crucial because it provides visibility into how your cluster and... Continue Reading