internal/controlplane: add telemetry http handler (#1353)

This commit is contained in:
Travis Groth 2020-09-01 09:22:24 -04:00 committed by GitHub
parent 8ab0dcb45b
commit 2e714c211e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -44,6 +44,7 @@ type Server struct {
currentConfig atomicVersionedOptions
configUpdated chan struct{}
name string
}
// NewServer creates a new Server. Listener ports are chosen by the OS.