outposts: also send outpost type
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -67,7 +67,7 @@ func NewAPIController(akURL url.URL, token string) *APIController {
|
||||
}
|
||||
outpost := outposts.Results[0]
|
||||
doGlobalSetup(outpost.Config)
|
||||
go analytics(akURL, outpost.Name)
|
||||
go analytics(akURL, outpost.Name, string(outpost.Type))
|
||||
|
||||
log.WithField("name", outpost.Name).Debug("Fetched outpost configuration")
|
||||
|
||||
|
Reference in New Issue
Block a user