postgres_exporter

package
v0.18.3 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package postgres_exporter embeds https://github.com/prometheus/postgres_exporter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New creates a new postgres_exporter integration. The integration scrapes metrics from a postgres process.

Types

type Config

type Config struct {
	Common config.Common `yaml:",inline"`

	// DataSourceNames to use to connect to Postgres.
	DataSourceNames []string `yaml:"data_source_names,omitempty"`

	DisableSettingsMetrics bool     `yaml:"disable_settings_metrics,omitempty"`
	AutodiscoverDatabases  bool     `yaml:"autodiscover_databases,omitempty"`
	ExcludeDatabases       []string `yaml:"exclude_databases,omitempty"`
	IncludeDatabases       []string `yaml:"include_databases,omitempty"`
	DisableDefaultMetrics  bool     `yaml:"disable_default_metrics,omitempty"`
	QueryPath              string   `yaml:"query_path,omitempty"`
}

Config controls the postgres_exporter integration.

func (*Config) CommonConfig

func (c *Config) CommonConfig() config.Common

CommonConfig returns the common set of options shared across all configs for integrations.

func (*Config) Name added in v0.10.0

func (c *Config) Name() string

Name returns the name of the integration this config is for.

func (*Config) NewIntegration added in v0.10.0

func (c *Config) NewIntegration(l log.Logger) (integrations.Integration, error)

NewIntegration converts this config into an instance of a configuration.

Jump to

Keyboard shortcuts

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