Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[profiling] Support OTel signal#1181

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
danielsn wants to merge29 commits intomain
base:main
Choose a base branch
Loading
fromdsn/otel-proto
Draft
Changes from1 commit
Commits
Show all changes
29 commits
Select commitHold shift + click to select a range
4b9d3be
[profiling] Support Otel protobuf
danielsnAug 11, 2025
ab97024
vendor protoc
danielsnAug 14, 2025
93b17ae
serialize
danielsnAug 14, 2025
c610684
dockerfile
danielsnAug 14, 2025
234c466
emit otel
danielsnAug 14, 2025
ae123cd
Merge branch 'main' into dsn/otel-proto
danielsnAug 14, 2025
b08a0df
miri ignore
danielsnAug 14, 2025
e4c8724
don't checkout that file
danielsnAug 14, 2025
8f69381
more miri ignore
danielsnAug 14, 2025
7a0dca2
Merge branch 'main' into dsn/otel-proto
danielsnSep 10, 2025
4edfdef
PR Comment: Move prelude to file
danielsnSep 10, 2025
5c1b2af
simplify tests
danielsnSep 10, 2025
29f6c67
simplify the tests a bit more
danielsnSep 10, 2025
4004cb5
remove unneeded comments
danielsnSep 10, 2025
f3682ee
PR comment: don't rename types
danielsnSep 10, 2025
b63529e
cleanup tests
danielsnSep 10, 2025
819f571
serialize the example
danielsnSep 10, 2025
d78a973
Merge branch 'main' into dsn/otel-proto
danielsnSep 11, 2025
dcef39a
simplify tests
danielsnSep 11, 2025
3e1238c
improve profile.rs tests
danielsnSep 11, 2025
d3e8ff2
assert default expected strings
danielsnSep 11, 2025
4009cc4
Merge branch 'main' into dsn/otel-proto
danielsnSep 11, 2025
8cc1624
PR comments
danielsnSep 11, 2025
ec50f57
don't reformat outside file
danielsnSep 11, 2025
df89e53
Merge branch 'main' into dsn/otel-proto
danielsnSep 12, 2025
f5f73ac
Merge branch 'main' into dsn/otel-proto
danielsnSep 15, 2025
1a3440f
endpoint labels
danielsnSep 15, 2025
7da33a2
cleaner code for the labelset
danielsnSep 15, 2025
d77157c
split out tests
danielsnSep 16, 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
PrevPrevious commit
NextNext commit
assert default expected strings
  • Loading branch information
@danielsn
danielsn committedSep 11, 2025
commitd3e8ff2daf3eafa1fde6ed5ea5e9c7747f15d81f
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -320,6 +320,10 @@ mod tests {
assert_eq!(dictionary.function_table.len(), 0);
assert_eq!(dictionary.stack_table.len(), 0);
assert_eq!(dictionary.string_table.len(), 4);
assert_eq!(dictionary.string_table[0], ""); // Empty string
assert_eq!(dictionary.string_table[1], "local root span id");
assert_eq!(dictionary.string_table[2], "trace endpoint");
assert_eq!(dictionary.string_table[3], "end_timestamp_ns");
assert_eq!(dictionary.link_table.len(), 0);
assert_eq!(dictionary.attribute_table.len(), 0);
assert_eq!(dictionary.attribute_units.len(), 0);
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp