Skip to content

Commit

Permalink
Tweak panic guide message
Browse files Browse the repository at this point in the history
 🐿 v2.10.2
  • Loading branch information
simonplend committed Aug 29, 2018
1 parent 0eaeab4 commit 61a4561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/metrics-healthcheck.js
Expand Up @@ -10,7 +10,7 @@ module.exports = (appName) => {
checkOutput: metrics.hasValidConfiguration ? `next-metrics configuration is valid for ${appName}` : `next-metrics configuration is NOT valid for ${appName}`,
lastUpdated: new Date(),
severity: 2,
panicGuide: `Check that ${appName} is configured as described in the next-metrics README: https://github.com/Financial-Times/next-metrics`,
panicGuide: `Check ${appName} application logs and that ${appName} is configured as described in the next-metrics README: https://github.com/Financial-Times/next-metrics`,
businessImpact: `Severely reduced visibility of any ${appName} production issues`,
technicalSummary: `The configuration for ${appName} needs to be fixed so that next-metrics can send metrics`,
};
Expand Down

0 comments on commit 61a4561

Please sign in to comment.