dbmetrics

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

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

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metrics

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

func NewMetrics

func NewMetrics(key string, db StatsGetter) (*Metrics, error)

func (*Metrics) Close

func (p *Metrics) Close() error

func (*Metrics) CompleteStmt

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

func (*Metrics) IncStmt

func (p *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