metrics

package
v0.19.783 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMetricsPlugin

func NewMetricsPlugin(mw metrics.Writer, dbType string, L *zapgorm2.Logger) *metricsWriterPlugin

This is a plugin that emits well-formed metrics to datadog based on queries/operations performed by gorm.

It is semi-inspired by https://github.com/go-gorm/prometheus/blob/master/prometheus.go which takes this a step further by pulling in database metrics and emitting them via prometheus, however prometheus is lower level than what we have here.

Types

type OperationType

type OperationType string
const (
	CreateOperation OperationType = "create"
	QueryOperation  OperationType = "query"
	UpdateOperation OperationType = "update"
	DeleteOperation OperationType = "delete"
	RawOperation    OperationType = "raw"
)

Jump to

Keyboard shortcuts

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