Skip to content

Commit 9068810

Browse files
authored
fix label (#60)
1 parent 3a130ac commit 9068810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/metrics.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func initMetrics(ctx context.Context, config BlobCacheMetricsConfig, currentHost
2525
Headers: []string{
2626
fmt.Sprintf("Authorization: Basic %s", credentials),
2727
},
28-
ExtraLabels: "host=" + currentHost.HostId,
28+
ExtraLabels: "host=\"" + currentHost.HostId + "\"",
2929
}
3030

3131
pushURL := config.URL

0 commit comments

Comments
 (0)