mysqlreceiver

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2026 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QUERY_METRICS_KEY = "query_metrics"
	SERVICE_NAME_KEY  = "service_name"
)

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() receiver.Factory

Types

type Config

type Config struct {
	upstream.Config `mapstructure:",squash"`
	ServiceName     string             `mapstructure:"service_name"`
	QueryMetrics    QueryMetricsConfig `mapstructure:"query_metrics"`
}

func (*Config) Unmarshal

func (c *Config) Unmarshal(conf *confmap.Conf) error

func (*Config) Validate

func (c *Config) Validate() error

type QueryMetricsConfig

type QueryMetricsConfig struct {
	querymetrics.Config           `mapstructure:",squash"`
	metadata.MetricsBuilderConfig `mapstructure:",squash"`
	CandidateLimit                int           `mapstructure:"candidate_limit"`
	LookbackTime                  time.Duration `mapstructure:"lookback_time"`
}

func (QueryMetricsConfig) Validate added in v0.1.3

func (c QueryMetricsConfig) Validate() error

Directories

Path Synopsis
internal
metadata
Package metadata contains the autogenerated telemetry and build information for the receiver/qc_mysql component.
Package metadata contains the autogenerated telemetry and build information for the receiver/qc_mysql component.

Jump to

Keyboard shortcuts

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