Skip to content

Commit e7909d4

Browse files
committed
fix
1 parent 628815d commit e7909d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/collector/pgbouncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func EnablePgBouncerLogging(ctx context.Context,
6060
if OpenTelemetryLogsEnabled(ctx, inCluster) {
6161
directory := filepath.Dir(logfile)
6262
create_directory := false
63-
if directory != "tmp" {
63+
if directory != "/tmp" {
6464
create_directory = true
6565
}
6666

0 commit comments

Comments
 (0)