Skip to content

Commit

Permalink
Merge pull request #7 from alphagov/consume-new-content-store-logs
Browse files Browse the repository at this point in the history
Consume Content Store logs from new location
  • Loading branch information
mike29736 authored Dec 21, 2023
2 parents b89c1c3 + e9cee7e commit 9275569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def call(matching:, from_time:)
govuk_request_ids = matching.map(&:govuk_request_id)

log_event_hashes = logit_search.call(
app_name: "content-store-mongo-main",
app_name: "content-store",
govuk_request_ids:,
route: "content_items#update",
from_time:,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PublishingLatencySli
]

expect(logit_search).to have_received(:call).with(
app_name: "content-store-mongo-main",
app_name: "content-store",
govuk_request_ids:,
route: "content_items#update",
from_time:,
Expand Down

0 comments on commit 9275569

Please sign in to comment.