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

NOPS-1098 - Add ids and region to health checks #669

Merged
merged 3 commits into from Nov 17, 2021
Merged

Conversation

JSRedondo
Copy link
Contributor

Heimdall doesn't show custom metrics without id.
Add ids to health configurations, region wise.

Heimdall doesn't show custom metrics without id.
Add ids to health configurations, region wise.
@JSRedondo JSRedondo requested a review from a team as a code owner November 16, 2021 10:43

return nHealth.runCheck({
id: 'error-rate',
name: `Error rate: greater than ${threshold}% of requests for ${appName}`,
id: `error-rate-${region}`,
Copy link
Contributor

Choose a reason for hiding this comment

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

does line 23 mean that this will be error-rate-_EU?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😮 I didn't realise that, thank you to catch it!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.1%) to 89.931% when pulling 0d30033 on add-healthcheck-ids into f0799a6 on main.

Copy link
Member

@apaleslimghost apaleslimghost left a comment

Choose a reason for hiding this comment

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

looks good, thanks @jsre-pd!

@JSRedondo JSRedondo merged commit a5cf390 into main Nov 17, 2021
@JSRedondo JSRedondo deleted the add-healthcheck-ids branch November 17, 2021 10: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.

None yet

4 participants