Commit 7d482a9
authored
Add device registration IPC attributes to AttributeName enum and update SpanName enum, Fixes AB#3534948 (#3007)
This pull request adds new telemetry support for device registration IPC
strategies by introducing several new attributes and a span name. These
changes will allow us to track and diagnose device registration flows
more effectively in distributed tracing.
**Telemetry attribute additions:**
* Added new `AttributeName` enum values for device registration IPC
strategies: `content_provider_status`, `bound_service_status`,
`legacy_am_status`, and `device_registration_protocol_name`, enabling
more granular telemetry on device registration flows.
**Span name additions:**
* Added `DeviceRegistrationIpc` to the `SpanName` enum, allowing tracing
of device registration IPC operations as distinct spans.
[AB#3534948](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3534948)1 parent 98034f5 commit 7d482a9
2 files changed
Lines changed: 25 additions & 0 deletions
File tree
- common4j/src/main/com/microsoft/identity/common/java/opentelemetry
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
618 | 642 | | |
619 | 643 | | |
620 | 644 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments