You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Add a new configuration parameter to `agent` called `health_check_port`.
If this is set, then the supervisor will configure the agent's
healthcheck extension to use the given port. If it is unset, then we
will grab a random port same as before.
**Link to tracking Issue:** open-telemetry#34643
**Testing:** <Describe what testing was performed and which tests were
added.>
- Updated config validation tests
- Verified that healthcheck extension is configured with the correct
port and works as expected
0 commit comments