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

[dotnet] parametric app improvements #3723

Merged
merged 38 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
a765f82
clean up and reformatting
lucaspimentel Dec 5, 2024
653c6e2
add JsonElementExtensions
lucaspimentel Dec 5, 2024
4079bb3
refactor to use System.Text.Json and other improvements
lucaspimentel Dec 5, 2024
43ef901
make more members private
lucaspimentel Dec 16, 2024
398876b
move members, add comments
lucaspimentel Dec 16, 2024
888554c
rename members to match conventions
lucaspimentel Dec 16, 2024
bb62afe
add missing null annotations
lucaspimentel Dec 16, 2024
2d01f3c
clean up code
lucaspimentel Dec 16, 2024
9691aed
refactor calls to GetType()
lucaspimentel Dec 16, 2024
080cdec
make "parent_id" not required
lucaspimentel Dec 16, 2024
c1c9b32
make method protected
lucaspimentel Dec 16, 2024
5ba3814
more clean up
lucaspimentel Dec 16, 2024
ff87514
enable more logging by default in dev environment
lucaspimentel Dec 16, 2024
eaa0af1
use LINQ
lucaspimentel Dec 16, 2024
8c4169e
return string from /trace/span/start
lucaspimentel Dec 16, 2024
f6610da
log the returned json
lucaspimentel Dec 16, 2024
8f34fa8
read numeric tag (metric) as double
lucaspimentel Dec 17, 2024
9a99ab9
fix the type checks
lucaspimentel Dec 17, 2024
43fc631
fix another type
lucaspimentel Dec 17, 2024
264bfc0
improved logging
lucaspimentel Dec 17, 2024
2e9d828
re-order checks
lucaspimentel Dec 17, 2024
fd331c9
assert value is not null along with key
lucaspimentel Dec 17, 2024
95566f1
don't close the span automatically
lucaspimentel Dec 17, 2024
fa44b6a
fix header extraction
lucaspimentel Dec 19, 2024
1041d54
change parent_id to number in /trace/span/start
lucaspimentel Dec 19, 2024
46cf594
fix span_tags type (string[][])
lucaspimentel Dec 19, 2024
ae3b135
refactor json access, redux
lucaspimentel Dec 19, 2024
454648a
change return types to numbers
lucaspimentel Dec 19, 2024
33c6b62
change span_id to number everywhere
lucaspimentel Dec 19, 2024
abe55e5
reformatting
lucaspimentel Dec 19, 2024
cae5431
ignore null arguments
lucaspimentel Dec 19, 2024
12132df
don't require parent_id
lucaspimentel Dec 19, 2024
36da379
return trace_id_128 in /trace/span/start for troubleshooting
lucaspimentel Dec 19, 2024
0293953
remove unused "using" directive
lucaspimentel Dec 19, 2024
e56d4ea
don't use SpanContext.None (bugged)
lucaspimentel Dec 19, 2024
5299ca1
case-insensitive header names
lucaspimentel Dec 20, 2024
2820abe
more reflection clean up
lucaspimentel Jan 9, 2025
e01c48d
use local variables for readability
lucaspimentel Jan 9, 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
Loading
Loading