Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumar-rangaraj committed Dec 2, 2024
1 parent 41dc362 commit c54a555
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c54a555

Please sign in to comment.