Uncategorized

[recipe] Synthesizing Histograms from numeric data
Circonus Histogram datapoints allow you to store, visualize, and reason about high-velocity data. Sometimes, you also want to apply those histogram a...
Wed, 20 Sep, 2017 at 4:53 PM
What alternate delivery methods exist for Circonus Inside?
We don’t want any of our performance data going outside of our environment (for competitive and/or regulatory reasons), so we can’t use a SaaS solution. Do ...
Fri, 30 Oct, 2015 at 11:12 AM
[recipe] Monitor growth rates with delayed ratios
  Say we have a metric of web request rates and are interested in how much traffic we have compared to last week. The following diagram shows how such a c...
Mon, 16 Nov, 2015 at 1:03 PM
Some Interesting Resources
There is a great group on Linkedin, the Big Data and Analytics Grou7p: https://www.linkedin.com/groups?home=&gid=4332669&trk=groups_item_detail-h...
Fri, 30 Oct, 2015 at 11:15 AM
[recipe] Compute Sample Rate On Histograms
  Problem: How many samples are contained in a histogram datapoint? CAQL Soution:     metric:histogram(<>,<>) | histogram:rate() ...
Mon, 16 Nov, 2015 at 1:05 PM
[recipe] Latency Quantiles over 1h windows
  Problem: Compute the 90% quantile of a numeric duration metric over the last hour. Solution:     metric:average(<>,<>) | window:...
Mon, 16 Nov, 2015 at 1:06 PM
NAD Self configuration
NAD can automatically configure itself with Circonus via a few command line options. When running in configuration mode, NAD will create a check and graphs ...
Fri, 30 Oct, 2015 at 11:17 AM
[recipe] Downtime percentage over 1h windows
In the following example, we will compute the downtime of a service over the last hour. To do so, we will probe our service API with an exte...
Wed, 6 Jul, 2016 at 3:12 PM
NAD - Is there a yum repository (or just an rpm) for NAD?
Yes, it's not a repo, but you can get RPMs from our repository: http://updates.circonus.com/node-agent/packages/
Fri, 30 Oct, 2015 at 11:16 AM
Forecasting Values with CAQL
CAQL has recently been augmented with two new forecasting methods: forecasting:slope(forecast_duration) forecasting:regression(forecast_...
Tue, 8 Mar, 2016 at 12:53 PM