Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add unmonitored urls for next-retention to metrics #526

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

Nazehs
Copy link
Contributor

@Nazehs Nazehs commented Sep 25, 2023

Apparently next-retention is throwing an alert for ops team because of unmonitored metrics that we have not added.
This PR adds the metrics that are missing for use to properly monitor all the end points that we are calling in next-retention.

heimdall

Jjira ticket

@Nazehs Nazehs force-pushed the update-next-retention-metrics branch from 75e8f17 to 8a95452 Compare September 25, 2023 15:38
@Nazehs Nazehs marked this pull request as ready for review September 25, 2023 15:39
@Nazehs Nazehs requested review from a team as code owners September 25, 2023 15:39
@@ -338,6 +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/,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

voltdb-api-global.in.ft.com should be covered by ip-voltdb-api a bit further up the file! If that's not working for some reason let's amend that one instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexmuller apparently it's throwing an alert for that endpoint too. However, i will remove it now and see the behaviour .

@Nazehs Nazehs merged commit 26c8a65 into main Sep 26, 2023
@Nazehs Nazehs deleted the update-next-retention-metrics branch September 26, 2023 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants