We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebecc5e commit 41790c6Copy full SHA for 41790c6
pkg/metrics/graphite.go
@@ -21,7 +21,7 @@ type GraphitePublisher struct {
21
func CreateGraphitePublisher() (*GraphitePublisher, error) {
22
graphiteSection, err := setting.Cfg.GetSection("metrics.graphite")
23
if err != nil {
24
- return nil, err
+ return nil, nil
25
}
26
27
publisher := &GraphitePublisher{}
0 commit comments