Compare commits

...

2 Commits

Author SHA1 Message Date
d5ddb7a316 Merge pull request 'fix' (#19) from master into dev
Reviewed-on: https://gitea.chocomarsh.com/self/monitoring/pulls/19
2025-06-14 03:31:41 +03:00
Egor Matveev
3d6c955240 fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 56s
Deploy Dev / Push (pull_request) Successful in 38s
Deploy Dev / Deploy dev (pull_request) Successful in 11s
2025-06-14 03:31:23 +03:00

View File

@ -66,7 +66,7 @@ func Migrate() error {
)
ENGINE = MergeTree
PARTITION BY toYYYYMM(timestamp)
ORDER BY (service, environment, endpoint, request_method, timestamp);`,
ORDER BY (service, environment, endpoint, method, timestamp);`,
)
if err != nil {
log.Fatal(err)