histogram

package
v1.16.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package histogram contain histogram-metrics related functions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Value

type Value struct {
	Keys   []float64
	Values []int64
	Sum    float64
	Count  uint64

	Buckets map[float64]uint64
}

Value represent the series of values extracted by a PostgreSQL SQL query to create a Prometheus histogram metric

func NewFromRawData

func NewFromRawData(values []interface{}, columns []string, name string) (*Value, error)

NewFromRawData load data from the raw database row into an histogram value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL