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)