We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error message should either
The error message mentions a wrong hard-coded threshold 10%.
Screenshot of Datadog Monitor UI:
serverless.yml
monitors: - high_error_rate: options: thresholds: warning: 0.05 critical: 0.5
(Neither threshold is 10%.) 2. deploy the project
Jira ticket
The text was updated successfully, but these errors were encountered:
sumedham
No branches or pull requests
Expected Behavior
The error message should either
Actual Behavior
The error message mentions a wrong hard-coded threshold 10%.
Screenshot of Datadog Monitor UI:
Steps to Reproduce the Problem
serverless.yml
of a Serverless Framework project(Neither threshold is 10%.)
2. deploy the project
Specifications
Jira ticket
The text was updated successfully, but these errors were encountered: