Skip to content
Merged
Prev Previous commit
nits
  • Loading branch information
rajkumar-rangaraj committed Dec 2, 2024
commit c54a5556b182320c2b56289e59206a81c490f6ee
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal OtlpExporterPersistentStorageTransmissionHandler(PersistentBlobProvider

this.thread = new Thread(this.RetryStoredRequests)
{
Name = $"OtlpExporter Persistent Retry Storage",
Name = "OtlpExporter Persistent Retry Storage",
IsBackground = true,
};

Expand Down