schema

package
v0.0.0-...-6ee8545 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PromData         = "prom_data"
	PromDataExemplar = "prom_data_exemplar"
	PromExt          = "_prom_ext"
	// Public is where all timescaledb-functions are loaded
	Public = "public"

	LockID = 5585198506344173278 // Chosen randomly.

	PromDataSeries = "prom_data_series"
	PsTrace        = "_ps_trace"
)

Variables

View Source
var (
	PromDataColumns     = []string{"time", "value", "series_id"}
	PromDataColumnsOIDs = []uint32{
		pgtype.TimestamptzOID,
		pgtype.Float8OID,
		pgtype.Int8OID,
	}
	PromExemplarColumns = []string{"time", "series_id", "exemplar_label_values", "value"}
)

Functions

func PromExemplarColumnsOIDs

func PromExemplarColumnsOIDs(typeMap *pgtype.Map) ([]uint32, bool)

Types

This section is empty.

Jump to

Keyboard shortcuts

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