Closed sburmanoctopus closed 1 year ago
[sc-59576]
When observing logs for async Halibut, we found that tentacles with invalid thumbprints were becoming noise in the metrics for connections.
Related to https://github.com/OctopusDeploy/Issues/issues/8266
All connections were being put into metrics in Octopus Server, as we did not know if it was an initial connection, or an authorized connection.
We now pass a parameter to the observer stating whether we have successfully authorized.
Quality :heavy_check_mark:
This pull request has been linked to Shortcut Story #59576: Remove accepted/disconnected connection noise from metrics when unauthenticated due to thumbprint..
[sc-59576]
Background
When observing logs for async Halibut, we found that tentacles with invalid thumbprints were becoming noise in the metrics for connections.
Results
Related to https://github.com/OctopusDeploy/Issues/issues/8266
Before
All connections were being put into metrics in Octopus Server, as we did not know if it was an initial connection, or an authorized connection.
After
We now pass a parameter to the observer stating whether we have successfully authorized.
How to review this PR
Quality :heavy_check_mark:
Pre-requisites