Thomas Hervé
Thomas Hervé
## Description Currently when we send binary requests (in our cases, JSON compressed payloads), the persister doesn't record anything. The core of the issue is that HAR doesn't really support...
### SDK version ``` 1.15 ``` ### Terraform Configuration Files ```hcl resource "datadog_monitor" "issue_781" { name = "vault is unreachable {{url.name}} {{check_message}}" type = "service check" query = "\"http.can_connect\".over(\"cluster_type:kubernetes\",\"instance:vault\").by(\"url\",\"cluster_name\").last(1).pct_by_status()" message...
In that commit: https://github.com/etingof/pysnmp/commit/e8fa401677432e4e48d1a9c36b996ef94b043d90#diff-dfd8cef40427a8ae7a84575d7e419aa7R74 `unmakeVarBinds` was not change to pass `ignoreErrors=False`. It seems like a backward incompatible change. Overall, I feel that `resolveWithMib` should have had `False` as a default...
This moves Reader.NON_PRINTABLE to a property, instead of a class variable. We're testing the 5.1 release on Python 2.7 with UCS4 support, and we saw an increase of 30M due...
### What does this PR do? ### Additional Notes ### Review checklist Please check relevant items below: - [ ] This PR includes all [newly recorded cassettes](/DEVELOPMENT.md) for any modified...