Skip to content

Commit

Permalink
Merge pull request #522 from Financial-Times/HIVE-1465-add-regex-for-…
Browse files Browse the repository at this point in the history
…live-events-api-in-next-metrics

Add metrics URLs for live events api
  • Loading branch information
alexmuller authored Aug 1, 2023
2 parents 5565c00 + 02d2c38 commit 91644bd
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 @@ -170,6 +170,8 @@ module.exports = {
'lantern': /^https?:\/\/api-lantern\.ft\.com\/.*/,
'licence-seat-holders': /^https?:\/\/api\.ft\.com\/licence-seat-holders\/.*/,
'lighthouse': /^https:\/\/api\.ft\.com\/lighthouse\/.*/,
'live-events-api':/^https:\/\/api\.ft\.com\/live-events\/.*/,
'live-events-api-test':/^https:\/\/api-t\.ft\.com\/live-events\/.*/,
'livefyre': /https?\:\/\/ft\.bootstrap\.fyre\.co/,
'login-api-ft': /^https:\/\/(beta-)?api\.ft\.com\/login/,
'login-api-ft-test': /^https:\/\/(beta-)?api-t\.ft\.com\/login/,
Expand Down

0 comments on commit 91644bd

Please sign in to comment.