node-feature-discovery icon indicating copy to clipboard operation
node-feature-discovery copied to clipboard

nfd-worker: use single http port for metrics and healthz

Open marquiz opened this issue 1 year ago • 3 comments

This PR drops the separate http servers for metrics and the health endpoint. In addition, ditch the grpc-health and replace it with plain http.

The PR is split into three commits:

  1. Drop the gRPC health port
  2. Convert --metrics to --port Use a single port for serving http. In addition to metrics we will have the healthz endpoint.
  3. Add healthz endpoint

marquiz avatar Oct 23 '24 13:10 marquiz