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

Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-09-01 09:52:20 -04:00 committed by GitHub
parent 7e081a200b
commit c05a686205
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.