Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove InMemoryCollector from liveness check on shutdown (#1349)
## Which problem is this PR solving? related to #1348 Currently, the collector's timeout for healthcheck is set to 3 seconds. During a shutdown, there could be a large number of traces or spans that need to be forwarded to peers. If this is taking longer than 3 seconds, it will definitely timeout the liveness check. Since we are shutting down anyway, just let the ShutdownDelay to do the work and not worry about the liveness. ## Short description of the changes - Unregister `collector` from Refinery's liveness check
- Loading branch information