Skip to content

Commit

Permalink
chore: Add unmonitored urls for next-retention to metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazehs committed Sep 25, 2023
1 parent 7ab0270 commit 75e8f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/metrics/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ module.exports = {
'user-subs-status-svc': /^https:\/\/(?:beta-)?api\.ft\.com\/users\/[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}\/subs-status/,
'user-svc': /^https:\/\/(beta-)?api\.ft\.com\/users/,
'user-svc-test': /^https:\/\/(beta-)?api-t\.ft\.com\/users/,
"introductory-offers-for-apple": /^https:\/\/api.appstoreconnect\.apple\.com\/v1\/subscriptions\/[0-9]+\/introductoryOffers/,
"volt-db-api": /^https:\/\/voltdb-api-global\.in\.ft\.com/,
'introductory-offers-for-apple': /^https:\/\/api.appstoreconnect\.apple\.com\/v1\/subscriptions\/[0-9]+\/introductoryOffers/,
'volt-db-api': /^https:\/\/voltdb-api-global\.in\.ft\.com/,
'utopia-test': /^https:\/\/apitest\.utopiaanalytics\.com/,
'utopia-prod': /^https:\/\/api\.utopiaanalytics\.com/,
'video': /https?:\/\/next-video\.ft\.com/,
Expand Down

0 comments on commit 75e8f17

Please sign in to comment.