circonusllhist:OpenHistogram对数线性直方图的Go实现

时间:2024-05-23 07:47:41
【文件属性】:

文件名称:circonusllhist:OpenHistogram对数线性直方图的Go实现

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-23 07:47:41

Go

马戏团 OpenHistogram 库的golang实现。 概述 包circllhist提供了OpenHistogram的固定对数线性直方图数据结构的实现。 这允许以可组合的方式跟踪直方图,以便可以推断出准确的误差。 执照 或 文献资料 可以在上找到更完整的文档。 使用范例 package main import ( "fmt" "github.com/openhistogram/circonusllhist" ) func main() { //Create a new histogram h := circonusllhist.New() //Insert value 123, three times h.RecordValues(123, 3) //Insert 1x10^1 h.RecordIntScale(1,1)


【文件预览】:
circonusllhist-master
----LICENSE.OpenHistogram(9KB)
----circonusllhist_test.go(6KB)
----api_test.go(7KB)
----LICENSE(1KB)
----circonusllhist.go(22KB)
----README.md(1KB)
----go.mod(56B)

网友评论