Matt Bolt 4 роки тому
батько
коміт
f8c1574c99
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      pkg/storage/azurestorage.go

+ 1 - 1
pkg/storage/azurestorage.go

@@ -556,7 +556,7 @@ func getContainerURL(ctx context.Context, conf AzureConfig) (blob.ContainerURL,
 
 	p := blob.NewPipeline(credentials, blob.PipelineOptions{
 		Retry:     retryOptions,
-		Telemetry: blob.TelemetryOptions{Value: "Thanos"},
+		Telemetry: blob.TelemetryOptions{Value: "Kubecost"},
 		RequestLog: blob.RequestLogOptions{
 			// Log a warning if an operation takes longer than the specified duration.
 			// (-1=no logging; 0=default 3s threshold)