microsoft-authentication-library-for-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-for-dotnet copied to clipboard

Add more tags to open telemetry failure counter

Open neha-bhargava opened this issue 1 year ago • 2 comments
trafficstars

Updates to Otel failure counter

  1. Add sub error code: Investigate the change in cardinality with this change
  2. Add Managed identity source to understand the source of errors

neha-bhargava avatar May 14 '24 21:05 neha-bhargava

How are we ensuring the cardinality of these tags remains manageable? Is there somewhere to read more about the potential values? Who controls the inputs here is it Entra, a user, something else?

TimHannMSFT avatar Jul 31 '24 18:07 TimHannMSFT

For the managed identity, we have 5 sources. But the logs generated for a client id that we collect from a machine will have a single managed identity source (app service, vm or azure arc etc). So this will add another data point but the number of records should remain the same. Worst case would be times 5 but I don't think that would be the case.

I will need to find more details on the sub error codes. Will update here once I have it.

neha-bhargava avatar Jul 31 '24 21:07 neha-bhargava