Documentation
¶
Overview ¶
Package oracledbreceiver implements a receiver collecting metrics from an Oracle datase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a new Oracle receiver factory.
Types ¶
type Config ¶
type Config struct {
DataSource string `mapstructure:"datasource"`
Endpoint string `mapstructure:"endpoint"`
Password string `mapstructure:"password"`
Service string `mapstructure:"service"`
Username string `mapstructure:"username"`
scraperhelper.ControllerConfig `mapstructure:",squash"`
metadata.MetricsBuilderConfig `mapstructure:",squash"`
metadata.LogsBuilderConfig `mapstructure:",squash"`
TopQueryCollection `mapstructure:"top_query_collection"`
QuerySample `mapstructure:"query_sample_collection"`
}
type QuerySample ¶ added in v0.131.0
type QuerySample struct {
MaxRowsPerQuery uint64 `mapstructure:"max_rows_per_query"`
// contains filtered or unexported fields
}
type TopQueryCollection ¶ added in v0.131.0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.