sqlserverreceiver

package
v0.1.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() receiver.Factory

Types

type Config

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

func (*Config) Validate

func (c *Config) Validate() error

type QueryMetricsConfig

type QueryMetricsConfig struct {
	querymetrics.Config           `mapstructure:",squash"`
	metadata.MetricsBuilderConfig `mapstructure:",squash"`
	// CandidateLimit caps how many aggregated plan-cache groups each scrape
	// fetches (and resolves SQL text for) before the collector ranks them by
	// interval elapsed-time delta and emits the top Limit.
	CandidateLimit int `mapstructure:"candidate_limit"`
}

func (QueryMetricsConfig) Validate added in v0.1.2

func (c QueryMetricsConfig) Validate() error

Directories

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

Jump to

Keyboard shortcuts

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