Refactor supervisor listener startup and add metrics
* Refactor agent supervisor listener startup and authn/authz to use upstream
auth delegators to perform for SubjectAccessReview for access to
metrics.
* Convert spegel and pprof handlers over to new structure.
* Promote bind-address to agent flag to allow setting supervisor bind
address for both agent and server.
* Promote enable-pprof to agent flag to allow profiling agents. Access
to the pprof endpoint now requires client cert auth, similar to the
spegel registry api endpoint.
* Add prometheus metrics handler.
Signed-off-by:
Brad Davidson <brad.davidson@rancher.com>
Showing
pkg/agent/https/https.go
0 → 100644
pkg/metrics/metrics.go
0 → 100644
pkg/profile/profile.go
0 → 100644
pkg/util/net_unix.go
0 → 100644
pkg/util/net_windows.go
0 → 100644
Please
register
or
sign in
to comment