Selaa lähdekoodia

update telemetry value

Matt Bolt 4 vuotta sitten
vanhempi
sitoutus
f8c1574c99
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)