prometheus

package
v0.5.0-alpha.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ParamsPrometheus = &ParametersPrometheus{}
View Source
var (
	Plugin *app.Plugin
)

Functions

This section is empty.

Types

type ParametersPrometheus

type ParametersPrometheus struct {
	// Enabled defines whether the prometheus plugin is enabled.
	Enabled bool `default:"true" usage:"whether the prometheus plugin is enabled"`
	// defines the bind address on which the Prometheus exporter listens on.
	BindAddress string `default:"0.0.0.0:2112" usage:"the bind address on which the Prometheus exporter listens on"`

	// NodeMetrics defines whether to include node metrics.
	NodeMetrics bool `default:"true" usage:"whether to include node metrics"`
	// NodeConnMetrics defines whether to include node connection metrics.
	NodeConnMetrics bool `default:"true" usage:"whether to include node connection metrics"`
	// BlockWALMetrics defines whether to include block Write-Ahead Log (WAL) metrics.
	BlockWALMetrics bool `default:"true" usage:"whether to include block Write-Ahead Log (WAL) metrics"`
	// RestAPIMetrics include restAPI metrics.
	RestAPIMetrics bool `default:"true" usage:"whether to include restAPI metrics"`
	// GoMetrics defines whether to include go metrics.
	GoMetrics bool `default:"true" usage:"whether to include go metrics"`
	// ProcessMetrics defines whether to include process metrics.
	ProcessMetrics bool `default:"true" usage:"whether to include process metrics"`
	// PromhttpMetrics defines whether to include promhttp metrics.
	PromhttpMetrics bool `default:"true" usage:"whether to include promhttp metrics"`
}

ParametersPrometheus contains the definition of the parameters used by Prometheus.

Jump to

Keyboard shortcuts

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