Skip to content

Commit

Permalink
Merge branch 'main' into yunl/ResourceDetectorEx
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Mar 3, 2022
2 parents 681cc0e + 1afbb7c commit 2edd942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public override ExportResult Export(in Batch<Metric> batch)
{
if (resourceAttribute.Key.Equals("service.name"))
{
this.WriteLine("Service.Name" + resourceAttribute.Value);
this.WriteLine("Service.Name=" + resourceAttribute.Value);
}
}
}
Expand Down

0 comments on commit 2edd942

Please sign in to comment.