Skip to content

Commit

Permalink
Merge pull request #557 from Financial-Times/CON-3366-snr-search
Browse files Browse the repository at this point in the history
CON-3366 - add /core/search service
  • Loading branch information
gyss authored May 22, 2024
2 parents 2787d36 + 885f3c3 commit c6a4887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ module.exports = {
'slack': /^https:\/\/hooks\.slack\.com\//,
's3-redshift': /^https:\/\/ft-next-redshift\.s3\.amazonaws\.com/,
'search-api': /https?:\/\/www\.ft\.com\/search-api/,
'search-core': /^https:\/\/api\.ft\.com\/core\/search/,
'search-core-test': /^https:\/\/api-t\.ft\.com\/core\/search/,
'segment-id-api': /^https?:\/\/segment-metadata-api\.dw\.in\.ft\.com/,
'sentry-api': /^https?:\/\/sentry\.io\/api/,
'sessions-api-ft': /^https:\/\/(beta-)?api\.ft\.com\/sessions/,
Expand Down

0 comments on commit c6a4887

Please sign in to comment.