Skip to content

PMM-14807 Enable the global connection pool by default #2173

PMM-14807 Enable the global connection pool by default

PMM-14807 Enable the global connection pool by default #2173

Triggered via pull request September 3, 2026 22:55
Status Success
Total duration 1m 1s
Artifacts

lint.yml

on: pull_request
Lint Check
55s
Lint Check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint Check: exporter/currentop_collector.go#L25
import 'github.com/pkg/errors' is not allowed from list 'main': Use errors package (depguard)
Lint Check: exporter/common.go#L25
import 'github.com/pkg/errors' is not allowed from list 'main': Use errors package (depguard)
Lint Check: exporter/gatherer_wrapper.go#L49
The copy of the 'for' variable "k" can be deleted (Go 1.22+) (copyloopvar)
Lint Check: exporter/gatherer_wrapper.go#L48
The copy of the 'for' variable "v" can be deleted (Go 1.22+) (copyloopvar)
Lint Check: exporter/topology_info.go#L177
Function `debugResult` should pass the context parameter (contextcheck)
Lint Check: exporter/exporter_test.go#L750
Function `New->New$1` should pass the context parameter (contextcheck)
Lint Check: exporter/diagnostic_data_collector_test.go#L440
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
Lint Check: exporter/dbstats_collector.go#L28
found a struct that contains a context.Context field (containedctx)
Lint Check: exporter/currentop_collector.go#L33
found a struct that contains a context.Context field (containedctx)
Lint Check: exporter/collstats_collector.go#L29
found a struct that contains a context.Context field (containedctx)