Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun0064 committed Feb 4, 2025
1 parent ebd7423 commit 31d034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query-performance-monitoring/common-utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PublishThreshold = 600
const RandomIntRange = 1000000
const TimeFormat = "20060102150405"

// The maximum number of individual queries that can be fetched in a single metrics
// The maximum number of individual queries that can be fetched in a single metrics, the value was choosen as the queries samples were with same query statements but with different parameters so 10 samples would be enough to check the execution plan

Check failure on line 10 in src/query-performance-monitoring/common-utils/constants.go

View workflow job for this annotation

GitHub Actions / push-pr / static-analysis / Run all static analysis checks

`choosen` is a misspelling of `chosen` (misspell)
const MaxIndividualQueryCountThreshold = 10

var ErrUnsupportedVersion = errors.New("unsupported PostgreSQL version")
Expand Down

0 comments on commit 31d034c

Please sign in to comment.