Merge pull request #2707 from foosinn/ossbuildfix [ci skip]

fix oss build
This commit is contained in:
Brad Rydzewski 2019-05-14 13:42:45 -04:00 committed by GitHub
commit 552eb4f765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ type Server struct {
}
// NewServer returns a new metrics server.
func NewServer(session core.Session) *Server {
func NewServer(session core.Session, anonymous bool) *Server {
return new(Server)
}