postgresmetrics

package
v0.0.0-...-fe994a5 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Package postgresmetrics implements metric collection for the Postgres workload agent service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GceInterface

type GceInterface interface {
	GetSecret(ctx context.Context, projectID, secretName string) (string, error)
}

GceInterface defines an interface for gce.GCEClient to allow faking

type PostgresMetrics

type PostgresMetrics struct {
	Config *configpb.Configuration

	WLMClient      workloadmanager.WLMWriter
	DBcenterClient databasecenter.Client
	// contains filtered or unexported fields
}

PostgresMetrics contains variables and methods to collect metrics for Postgres databases running on the current host.

func New

New creates a new PostgresMetrics object initialized with default values.

func (*PostgresMetrics) CollectDBCenterMetricsOnce

func (m *PostgresMetrics) CollectDBCenterMetricsOnce(ctx context.Context) error

CollectDBCenterMetricsOnce collects metrics for Postgres databases running on the host.

func (*PostgresMetrics) CollectWlmMetricsOnce

func (m *PostgresMetrics) CollectWlmMetricsOnce(ctx context.Context, dwActivated bool) (*workloadmanager.WorkloadMetrics, error)

CollectWlmMetricsOnce collects metrics for Postgres databases running on the host.

func (*PostgresMetrics) InitDB

func (m *PostgresMetrics) InitDB(ctx context.Context, gceService GceInterface) error

InitDB initializes the Postgres database connection.

Jump to

Keyboard shortcuts

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