Skip to content

Commit 57217e2

Browse files
author
Adrien ZAGABE
committed
fix: reverse
1 parent 4d92846 commit 57217e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.1.0
1+
0.13.1.1

collector/pg_top_queries_execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (PGStatTopQueriesExecutionTime) Update(ctx context.Context, instance *insta
9696

9797
queryLabel := "unknown"
9898
if query.Valid {
99-
queryIdLabel = query.String
99+
queryLabel = query.String
100100
}
101101

102102
userLabel := "unknown"

0 commit comments

Comments
 (0)