Skip to content

Commit a27d627

Browse files
somalayaCopilot
andauthored
1 parent e172a33 commit a27d627

File tree

1 file changed

+5
-1
lines changed
  • common4j/src/main/com/microsoft/identity/common/java/opentelemetry

1 file changed

+5
-1
lines changed

common4j/src/main/com/microsoft/identity/common/java/opentelemetry/SpanName.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,9 @@ public enum SpanName {
7979
* Span name for fetching initial ECS flight configurations.
8080
*/
8181
EcsFlightsFetchConfigs,
82-
DevicePopMintSignedAccessToken
82+
DevicePopMintSignedAccessToken,
83+
/**
84+
* Span name for DRS (Device Registration Service) nonce request operations.
85+
*/
86+
DRSNonceRequest
8387
}

0 commit comments

Comments
 (0)