package teststat

import "github.com/go-kit/kit/metrics/teststat"

Package teststat contains helper functions for statistical testing of metrics implementations.

Index

Functions

func AssertCirconusNormalHistogram

func AssertCirconusNormalHistogram(t *testing.T, mean, stdev, min, max int64, result []string)

AssertCirconusNormalHistogram ensures the Circonus Histogram data captured in the result slice abides a normal distribution.

func AssertExpvarNormalHistogram

func AssertExpvarNormalHistogram(t *testing.T, metricName string, mean, stdev int64, quantiles []int)

AssertExpvarNormalHistogram ensures the expvar Histogram referenced by metricName abides a normal distribution.

func AssertGraphiteNormalHistogram

func AssertGraphiteNormalHistogram(t *testing.T, prefix, metricName string, mean, stdev int64, quantiles []int, gPayload string)

AssertGraphiteNormalHistogram ensures the expvar Histogram referenced by metricName abides a normal distribution.

func AssertPrometheusBucketedHistogram

func AssertPrometheusBucketedHistogram(t *testing.T, metricName string, mean, stdev int64, buckets []float64)

AssertPrometheusBucketedHistogram ensures the Prometheus Histogram referenced by name has observations in the expected quantity and bucket.

func AssertPrometheusNormalSummary

func AssertPrometheusNormalSummary(t *testing.T, metricName string, mean, stdev int64)

AssertPrometheusNormalSummary ensures the Prometheus Summary referenced by name abides a normal distribution.

func PopulateNormalHistogram

func PopulateNormalHistogram(t *testing.T, h metrics.Histogram, seed int64, mean, stdev int64)

PopulateNormalHistogram populates the Histogram with a normal distribution of observations.

func ScrapePrometheus

func ScrapePrometheus(t *testing.T) string

ScrapePrometheus returns the text encoding of the current state of Prometheus.

Source Files

circonus.go common.go expvar.go graphite.go prometheus.go

Version
v0.2.0
Published
Jul 27, 2016
Platform
linux/amd64
Imports
14 packages
Last checked
1 hour ago

Tools for package owners.