Update comment for SetPointsWriter in the monitoring service

pull/6741/head
Joe LeGasse 2016-05-27 07:26:10 -04:00
parent 6f25d97de4
commit 47942bc842
1 changed files with 1 additions and 2 deletions

View File

@ -164,8 +164,7 @@ type RemoteWriterConfig struct {
ClusterID uint64
}
// SetPointsWriter can be used to set a remote location for writing monitoring
// information. This will use the default interval and database.
// SetPointsWriter can be used to set a writer for the monitoring points.
func (m *Monitor) SetPointsWriter(pw PointsWriter) error {
m.mu.Lock()
if !m.storeEnabled {