dbmetrics

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package dbmetrics - Content managed by Project Forge, see [projectforge.md] for details.

Package dbmetrics - Content managed by Project Forge, see [projectforge.md] for details.

Index

Constants

This section is empty.

Variables

View Source
var (
	SkipDBMetrics = util.GetEnvBool("db_metrics_disabled", false)
)

Functions

This section is empty.

Types

type Metrics

type Metrics struct {
	Key string
}

func NewMetrics

func NewMetrics(key string, db StatsGetter, logger util.Logger) (*Metrics, error)

func (*Metrics) Close

func (m *Metrics) Close() error

func (*Metrics) CompleteStmt

func (m *Metrics) CompleteStmt(q string, op string, started time.Time)

func (*Metrics) IncStmt

func (m *Metrics) IncStmt(sql string, method string)

type StatsCollector

type StatsCollector struct {
	// contains filtered or unexported fields
}

func (*StatsCollector) Collect

func (c *StatsCollector) Collect(ch chan<- prometheus.Metric)

func (*StatsCollector) Describe

func (c *StatsCollector) Describe(ch chan<- *prometheus.Desc)

Describe implements the prometheus.Collector interface.

type StatsGetter

type StatsGetter interface {
	Stats() sql.DBStats
}

Jump to

Keyboard shortcuts

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