nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
347 stars 130 forks source link

[FEA]: Add health/ready checks to the `HttpServerSource` stage #1732

Open mdemoret-nv opened 3 months ago

mdemoret-nv commented 3 months ago

Is this a new feature, an improvement, or a change to existing functionality?

Improvement

How would you describe the priority of this feature request

High

Please provide a clear description of problem this feature solves

To be compatible with frameworks for monitoring micro services, Morpheus pipelines should be able to respond correctly to to health/ready checks which are common in these frameworks.

Describe your ideal solution

Add an additional option to the HttpServerSourceStage to enable returning a 200 response on a configurable endpoint.

Required features:

Completion Criteria:

Additional context

No response

Code of Conduct