Merge pull request #2707 from foosinn/ossbuildfix [ci skip]
fix oss build
This commit is contained in:
commit
552eb4f765
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue