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 3a130ac commit 9068810Copy full SHA for 9068810
pkg/metrics.go
@@ -25,7 +25,7 @@ func initMetrics(ctx context.Context, config BlobCacheMetricsConfig, currentHost
25
Headers: []string{
26
fmt.Sprintf("Authorization: Basic %s", credentials),
27
},
28
- ExtraLabels: "host=" + currentHost.HostId,
+ ExtraLabels: "host=\"" + currentHost.HostId + "\"",
29
}
30
31
pushURL := config.URL
0 commit comments