We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0614b commit b7a339eCopy full SHA for b7a339e
src/Common/Commands.Common/MetricHelper.cs
@@ -33,6 +33,7 @@ public class MetricHelper
33
protected INetworkHelper _networkHelper;
34
private const int FlushTimeoutInMilli = 5000;
35
private const string DEFAULT_PSVERSION = "3.0.0.0";
36
+ private const string EVENT_NAME = "cmdletInvocation";
37
38
/// <summary>
39
/// The collection of telemetry clients.
@@ -190,7 +191,7 @@ private void LogUsageEvent(AzurePSQoSEvent qos)
190
191
{
192
var pageViewTelemetry = new PageViewTelemetry
193
- Name = "cmdletInvocation",
194
+ Name = EVENT_NAME,
195
Duration = qos.Duration,
196
Timestamp = qos.StartTime
197
};
0 commit comments