Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
6fb98f5
Add support for detecting synthetic source.
JacksonWeber Aug 4, 2025
24537f6
Update CHANGELOG.md
JacksonWeber Aug 4, 2025
10353ad
Update __init__.py
JacksonWeber Aug 4, 2025
8cfb235
Move const values to a constants file.
JacksonWeber Aug 8, 2025
9db1219
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Aug 11, 2025
4703e5f
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Aug 18, 2025
dddba48
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Aug 19, 2025
1385bce
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Aug 22, 2025
2672bd5
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Aug 25, 2025
4ab76d3
use existing sem conv.
JacksonWeber Aug 25, 2025
a64956a
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Aug 29, 2025
401d59d
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 16, 2025
d29cb64
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 17, 2025
11b557e
Move changes to the http package.
JacksonWeber Sep 17, 2025
19be82c
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 17, 2025
a11b69a
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 22, 2025
6e189c1
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 23, 2025
5283de4
Update util/opentelemetry-util-http/tests/test_detect_synthetic_user_…
JacksonWeber Sep 23, 2025
202c6db
Add synthetic detection on the server side.
JacksonWeber Sep 24, 2025
f44f2fb
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 24, 2025
f04f046
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 24, 2025
c112f99
Fix linting.
JacksonWeber Sep 24, 2025
755f41d
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 24, 2025
be71c94
Update test_asgi_middleware.py
JacksonWeber Sep 24, 2025
c1a971f
Update test_asgi_middleware.py
JacksonWeber Sep 24, 2025
46cbd48
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 25, 2025
30a7951
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 29, 2025
e0cbcee
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 30, 2025
a7513f2
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Sep 30, 2025
cf99868
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 1, 2025
9f31267
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 6, 2025
bb14d64
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 7, 2025
68446f2
Update nitpick-exceptions.ini
JacksonWeber Oct 7, 2025
e694bd6
Update conf.py
JacksonWeber Oct 7, 2025
7211314
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 7, 2025
b71132b
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 8, 2025
dacf4ce
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 9, 2025
b6851fb
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 10, 2025
8b113cc
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 13, 2025
125c56f
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 13, 2025
f60ed86
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 15, 2025
bcd7ee0
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 21, 2025
57f6a7b
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Oct 30, 2025
e8543f0
Update based on comments.
JacksonWeber Nov 1, 2025
e29f3f5
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 1, 2025
c20ca80
Update tests.
JacksonWeber Nov 1, 2025
5a6d1dd
Merge branch 'jacksonweber/populate-synthetic-attributes' of https://…
JacksonWeber Nov 1, 2025
f54b9a9
Update __init__.py
JacksonWeber Nov 1, 2025
7e98a95
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 3, 2025
ea31d7b
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 6, 2025
47a0e16
Update __init__.py
JacksonWeber Nov 7, 2025
d891c80
Update __init__.py
JacksonWeber Nov 7, 2025
cd0579e
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 8, 2025
565c6cb
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 10, 2025
0d303c4
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 12, 2025
b27b5ef
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 13, 2025
44cf919
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 14, 2025
667d495
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 19, 2025
4cfe7e5
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 21, 2025
a89c10c
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber Nov 24, 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
Prev Previous commit
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
  • Loading branch information
JacksonWeber authored Nov 24, 2025
commit a89c10c157a7b2314335cd860ce395a7a8498e09

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.