Skip to content

Commit 6cdea89

Browse files
committed
Update EventSource name
1 parent 1bff967 commit 6cdea89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script/Diagnostics/ApplicationInsightsMetricExporter.EventSource.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.Azure.WebJobs.Script.Diagnostics
99
{
1010
public sealed partial class ApplicationInsightsMetricExporter
1111
{
12-
[EventSource(Name = "Azure-Functions-Application-Insights-Metric-Exporter")]
12+
[EventSource(Name = $"{ScriptConstants.HostDiagnosticSourcePrefix}Diagnostics.{nameof(ApplicationInsightsMetricExporter)}")]
1313
private sealed class Events : EventSource
1414
{
1515
public static readonly Events Log = new();

0 commit comments

Comments
 (0)