Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/AppTests/QueryPerformanceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class QueryPerformanceTests: XCTestCase {
JOIN versions v ON v.package_id = p.id
WHERE v.reference ->> 'branch' = r.default_branch
""")
try await assertQueryPerformance(query, expectedCost: 97_000, variation: 5000)
try await assertQueryPerformance(query, expectedCost: 100_000, variation: 5000)
}

}
Expand Down
8 changes: 4 additions & 4 deletions mon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

grafana:
# https://github.com/grafana/grafana/releases
image: grafana/grafana:11.1.5
image: grafana/grafana:11.2.2
environment:
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
GF_USERS_ALLOW_SIGN_UP: 'false'
Expand All @@ -42,7 +42,7 @@ services:

loki:
# https://github.com/grafana/loki/releases
image: grafana/loki:3.1.1
image: grafana/loki:3.2.0
command: -config.file=/loki.yml
configs:
- source: loki_cfg
Expand All @@ -54,7 +54,7 @@ services:
promtail:
# https://github.com/grafana/loki/releases
# (promtail is released in parallel with loki)
image: grafana/promtail:3.1.1
image: grafana/promtail:3.2.0
command: -config.file=/promtail.yml
configs:
- source: promtail_cfg
Expand Down Expand Up @@ -89,7 +89,7 @@ services:

pushgateway:
# https://github.com/prometheus/pushgateway/releases
image: prom/pushgateway:v1.9.0
image: prom/pushgateway:v1.10.0
networks:
- app_backend

Expand Down
Loading