Add comment re Graphite Server startup
parent
85b3408115
commit
6683643dde
|
@ -102,6 +102,7 @@ func execRun(args []string) {
|
|||
parser.Separator = c.NameSeparator
|
||||
parser.LastEnabled = (c.NamePosition == "last")
|
||||
|
||||
// Start the relevant server.
|
||||
if strings.ToLower(c.Protocol) == "tcp" {
|
||||
g := graphite.NewTCPServer(parser, s)
|
||||
g.Database = c.Database
|
||||
|
|
Loading…
Reference in New Issue