Skip to content

Commit 3483ad8

Browse files
committed
Clean up
1 parent c58cd60 commit 3483ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Hosting/Hosting/src/Internal/HostingMetrics.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public void RequestEnd(string protocol, bool isHttps, string scheme, string meth
7070
tags.Add("http.route", route);
7171
}
7272

73+
// Add before some built in tags so custom tags are prioritized when dealing with duplicates.
7374
if (customTags != null)
7475
{
7576
for (var i = 0; i < customTags.Count; i++)

0 commit comments

Comments
 (0)