mysqlmetrics

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: 16 Imported by: 0

Documentation

Overview

Package mysqlmetrics implements metric collection for the MySQL 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 the GCE client to allow faking.

type MySQLMetrics

type MySQLMetrics struct {
	Config *configpb.Configuration

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

MySQLMetrics contains variables and methods to collect metrics for MySQL databases running on the current host.

func New

func New(ctx context.Context, config *configpb.Configuration, wlmClient workloadmanager.WLMWriter, dbcenterClient databasecenter.Client) *MySQLMetrics

New creates a new MySQLMetrics object initialized with default values.

func (*MySQLMetrics) CollectDBCenterMetricsOnce

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

CollectDBCenterMetricsOnce collects metrics to send to Database Center for MySQL databases running on the host.

func (*MySQLMetrics) CollectWlmMetricsOnce

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

CollectMetricsOnce collects metrics for MySQL databases running on the host.

func (*MySQLMetrics) InitDB

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

InitDB initializes the MySQL database connection.

Jump to

Keyboard shortcuts

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