add support for SLOs#453
add support for SLOs#453platinummonkey merged 15 commits intoDataDog:masterfrom platinummonkey:service-level-objectives
Conversation
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
zippolyte
left a comment
There was a problem hiding this comment.
Left some comments. Also, it might be worth it adding some dogshell tests as well
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run DataDog.datadogpy.integration |
|
Commenter does not have sufficient privileges for PR 453 in repo DataDog/datadogpy |
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
this makes dogshell UX better
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…nings-style errors for certain status codes update SLO tests
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
zippolyte
left a comment
There was a problem hiding this comment.
Can we test for some error scenarios here please 🙏 ?
|
/azp run DataDog.datadogpy.integration |
|
Azure Pipelines successfully started running 1 pipeline(s). |
zippolyte
left a comment
There was a problem hiding this comment.
LGTM !! Thanks a lot for all this
* add support for SLOs * add suppress ApiError on base client for status codes to adapt to warnings-style errors for certain status codes * add test for core client suppression * compat for py3 * helper hack for py3 testing compat
* add support for SLOs * add suppress ApiError on base client for status codes to adapt to warnings-style errors for certain status codes * add test for core client suppression * compat for py3 * helper hack for py3 testing compat
Adds support for Service Level Objectives
MA-434