database

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 12, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PingMetric = metrics.MustNewHistogramWithTags(metrics.HistogramOptions{
		Namespace: "health",
		Subsystem: "database",
		Name:      "ping",
		Desc:      "Duration how long it takes to ping",
		Tags:      []string{"database_type"},
	})

	SizeMetric = metrics.MustNewGaugeWithTags(metrics.Options{
		Namespace: "health",
		Subsystem: "database",
		Name:      "size",
		Desc:      "Current size of database",
		Tags:      []string{"database_type"},
	})
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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