Hananiel Sarella
Hananiel Sarella
Add a sample that shows how to add a custom endpoint using the management endpoints library.
Create a sample for consuming steeltoe metrics out of process
## Description Handle structured Logs correctly when using Serilog. Fixes #895 ## Quality checklist - [x] Your code complies with our [Coding Style](https://github.com/SteeltoeOSS/.github/blob/main/contributing-docs/contributing-code-style.md). - [x] You've updated unit and/or integration...
Ocassionally the `OnEventWritten` gets fired before constructor and throws errors. Need to investigate if related to build failures for example: https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/results?buildId=9718&view=ms.vss-test-web.build-test-results-tab&runId=1465457&resultId=100245&paneView=debug The fix is to wait for initialization before attempting...
Support listening to actuators on a separate port than Application port.
Non existent group names for example actuator/health/foo should return 404.
Review Tests for following: - All tests use Startup/WebApplicationFactory (Microsoft class that uses TestHost under the covers) - In each test we make a request to the endpoint and verify...
Currently the interval for the eventCounterListener is hardcoded to 1 second. This needs to be configurable.