-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sc] Split status and service check status
We were sending a service check warning for integrations with too many metrics which is not the behaviour we'd like to have. Even though there are too many metrics, the `can_connect` service check should be green. This was a good oppurtunity for a slight refactoring of `App.java` where service checks and statuses in the `datadog-agent info` page have been made completely independant.
- Loading branch information
Etienne LAFARGE
committed
Sep 8, 2015
1 parent
3044e39
commit 1e4e269
Showing
2 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters