package
1.14.0
Repository: https://github.com/newrelic/nri-mysql.git
Documentation: pkg.go.dev

# Constants

DefaultQueryCountThreshold defines the default query count limit for fetching grouped slow, wait events and blocking sessions query performance metrics.
DefaultQueryFetchInterval(ms) defines the default interval for fetching individual query performance metrics.
DefaultSlowQueryFetchInterval(sec) defines the default interval for fetching grouped slow query performance metrics.
ExplainQueryFormat is a format string used to generate EXPLAIN queries in JSON format.
IndividualQueryCountThreshold limits the number of individual query metrics that are collected.
No description provided by the author
MaxQueryCountThreshold limits the total number of collected queries to prevent performance issues that could arise from processing and storing an excessive amount of query data.
New Relic's Integration SDK imposes a limit of 1000 metrics per ingestion.
MinVersionParts defines the minimum number of parts expected when parsing a version string.
No description provided by the author
QueryPlanTimeoutDuration sets the timeout for fetching query execution plans.
SupportedStatements defines the SQL statements for which this integration fetches query execution plans.
TimeoutDuration sets a general timeout for various data collection operations (e.g., slow query metrics).

# Variables

DefaultExcludedDatabases defines a list of database names that are excluded by default.