Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enduser domain and add enduser.pseudo.id #1456

Merged
merged 56 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
3e1655f
Add authentication to enduser namespace
heyams Oct 7, 2024
6f858a2
Fix yamllint
heyams Oct 7, 2024
07cb1eb
Fix weaver
heyams Oct 7, 2024
ee0970f
Update markdowns
heyams Oct 7, 2024
38d8687
Generate gh issue
heyams Oct 7, 2024
b1cdc13
Fix policies-check and compatibility
heyams Oct 7, 2024
068a822
Update
heyams Oct 22, 2024
e05d7a3
Merge branch 'main' into heya/add-enduser-namespace
heyams Oct 22, 2024
c17bec6
Update changelog
heyams Oct 22, 2024
0fa3ffc
Merge branch 'heya/add-enduser-namespace' of https://github.com/heyam…
heyams Oct 22, 2024
d0e26d5
Update
heyams Oct 22, 2024
614a52e
Fix yamllint
heyams Oct 22, 2024
a499237
Fix
heyams Oct 22, 2024
5bfbfe2
Fix trailing spaces
heyams Oct 22, 2024
5f883d0
Use 'make generate-gh-issue-tempaltes
heyams Oct 23, 2024
13919ed
Update
heyams Nov 22, 2024
272ded3
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Nov 22, 2024
5c0d6d3
Update
heyams Nov 22, 2024
ff85999
Fix identity not found
heyams Nov 22, 2024
d626e6c
Update
heyams Nov 22, 2024
cb32498
Fix yamllint
heyams Nov 22, 2024
1c53711
Fix backward compat
heyams Nov 22, 2024
51d0c99
Rename enduser.id to enduser.pseudo.id
heyams Dec 10, 2024
5d10c08
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Dec 10, 2024
949bae8
Update md
heyams Dec 10, 2024
9778890
Update
heyams Dec 10, 2024
23bb6fe
Update attributes.md
heyams Jan 13, 2025
f0623df
Address comments
heyams Jan 13, 2025
435fc1b
Make update
heyams Jan 13, 2025
ca87ccc
Fix yamllint
heyams Jan 13, 2025
2b09f28
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Jan 23, 2025
2ccbfe3
Update
heyams Jan 23, 2025
10b2e0c
Fix yamllint
heyams Jan 24, 2025
8c89be8
Address comments
heyams Jan 24, 2025
a96ebb3
Update
heyams Jan 24, 2025
e076c4e
Update
heyams Jan 24, 2025
33decae
Merge remote-tracking branch 'upstream/main' into heya/add-enduser-na…
heyams Jan 24, 2025
a5a9229
Comment
heyams Jan 24, 2025
109cf5f
Comment
heyams Jan 24, 2025
e2acca0
Revert a newline as it was introduced during merging conflicts
heyams Jan 24, 2025
27753b3
Address comments
heyams Jan 28, 2025
01b9ac8
Update make
heyams Jan 28, 2025
3266909
Fix warning notes
heyams Jan 29, 2025
ac1de4d
Fix areas-dropdown
heyams Jan 29, 2025
018e8bd
Fix yamllint
heyams Jan 29, 2025
5448e29
Merge branch 'main' into heya/add-enduser-namespace
heyams Jan 29, 2025
f6de459
Fix warning rendering
heyams Jan 29, 2025
2eb1c20
Merge branch 'heya/add-enduser-namespace' of https://github.com/heyam…
heyams Jan 29, 2025
51b018f
Update
heyams Jan 31, 2025
9f16bab
Remove
heyams Jan 31, 2025
3a6f26b
Revert deprecated message for enduser.role
heyams Jan 31, 2025
f06b008
Remove 'general identity attributes'
heyams Jan 31, 2025
894b9b2
Fix markdownlint
heyams Jan 31, 2025
71b1f68
Delete enduser/common.yaml
heyams Jan 31, 2025
de64730
Comments
heyams Feb 3, 2025
19ba4d2
Merge branch 'main' into heya/add-enduser-namespace
lmolkova Feb 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/general/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,9 @@ These attributes may be used for any operation with an authenticated and/or auth
<!-- END AUTOGENERATED TEXT -->
<!-- endsemconv -->

These attributes describe the authenticated user driving the user agent making requests to the instrumented
`enduser.id` describe the authenticated user driving the user agent making requests to the instrumented
system. It is expected this information would be propagated unchanged from node-to-node within the system
using the Baggage mechanism. These attributes should not be used to record system-to-system
using the Baggage mechanism. This attribute should not be used to record system-to-system
heyams marked this conversation as resolved.
Show resolved Hide resolved
authentication attributes.

Examples of where the `enduser.id` value is extracted from:
Expand Down Expand Up @@ -442,10 +442,6 @@ Examples of where the `enduser.id` value is extracted from:
[JavaEE/JakartaEE Servlet]: https://jakarta.ee/specifications/platform/8/apidocs/javax/servlet/http/HttpServletRequest.html
[Windows Communication Foundation]: https://docs.microsoft.com/dotnet/api/system.servicemodel.servicesecuritycontext?view=netframework-4.8

Given the sensitive nature of this information, SDKs and exporters SHOULD drop these attributes by
default and then provide a configuration parameter to turn on retention for use cases where the
information is required and would not violate any policies or regulations.
trask marked this conversation as resolved.
Show resolved Hide resolved

Enduser attributes capture end user identity. They are likely to contain PII and should be populated, processed, and stored with caution.
Information about the end user is usually available on the client side (in a mobile or browser application).
Enduser attributes are populated by the user application in coordination with OpenTelemetry SDK.
Expand Down
Loading