Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
  • Loading branch information
westin-m and keegan-caruso authored Jan 7, 2025
1 parent 07119c1 commit a7f85cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ internal class IdentityModelTelemetry
/// Meter name for MicrosoftIdentityModel.
/// </summary>
private const string MeterName = "MicrosoftIdentityModel_Meter";
//public const string ServiceName = "MicrosoftIdentityModel";

/// <summary>
/// The meter responsible for creating instruments.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public void IncrementConfigurationRefreshRequestCounter(string metadataAddress,

public void LogConfigurationRetrievalDuration(string metadataAddress, TimeSpan operationDuration)
{

var tagList = new TagList()
{
{ TelemetryConstants.IdentityModelVersionTag, ClientVer },
Expand Down

0 comments on commit a7f85cf

Please sign in to comment.