histogram

package
v1.23.1 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 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