-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: log a warning when authentication with APM server fails (#228)
* feat: log a warning if the APM agent data request fails The intake route of the APM server sends a 202 status accepted if the request succeeds. * test: update test server to reflect APM intake route behaviour * fix: update code to only handle auth errors (401) * fix: add test to assert the transport status after auth error
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 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