We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628815d commit e7909d4Copy full SHA for e7909d4
internal/collector/pgbouncer.go
@@ -60,7 +60,7 @@ func EnablePgBouncerLogging(ctx context.Context,
60
if OpenTelemetryLogsEnabled(ctx, inCluster) {
61
directory := filepath.Dir(logfile)
62
create_directory := false
63
- if directory != "tmp" {
+ if directory != "/tmp" {
64
create_directory = true
65
}
66
0 commit comments