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

opentelemetry-go: initial integration #13062

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pellared
Copy link
Contributor

@pellared pellared commented Feb 18, 2025

Follows #13006 for https://github.com/open-telemetry/opentelemetry-go

Here is the current fuzz test: https://github.com/open-telemetry/opentelemetry-go/blob/main/sdk/metric/internal/aggregate/exponential_histogram_test.go

I think it would be good to add corpus, but I would rather do it in a separate PR.

Copy link

pellared is integrating a new project:
- Main repo: https://github.com/open-telemetry/opentelemetry-go/
- Criticality score: 0.74012

@pellared
Copy link
Contributor Author

pellared commented Feb 18, 2025

+ compile_native_go_fuzzer go.opentelemetry.io/otel/sdk/metric/internal/aggregate FuzzGetBin FuzzGetBin
# go.opentelemetry.io/otel/sdk/metric/internal/aggregate
./exponential_histogram_test.go_fuzz.go:130:39: undefined: alice
./exponential_histogram_test.go_fuzz.go:171:64: undefined: dropExemplars
./exponential_histogram_test.go_fuzz.go:173:40: undefined: alice
./exponential_histogram_test.go_fuzz.go:175:19: undefined: alice
./exponential_histogram_test.go_fuzz.go:213:66: undefined: dropExemplars
./exponential_histogram_test.go_fuzz.go:215:40: undefined: alice
./exponential_histogram_test.go_fuzz.go:217:19: undefined: alice
./exponential_histogram_test.go_fuzz.go:647:34: undefined: testing.B
./exponential_histogram_test.go_fuzz.go:658:33: undefined: testing.B
./exponential_histogram_test.go_fuzz.go:669:47: undefined: testing.B
./exponential_histogram_test.go_fuzz.go:217:19: too many errors
2025/02/18 15:35:44 failed to build packages:exit status 1
 ./exponential_histogram_test.go_fuzz.go:647:34: undefined: testing.B

Blocked by:

Not sure what is the reason behind:

./exponential_histogram_test.go_fuzz.go:130:39: undefined: alice
./exponential_histogram_test.go_fuzz.go:171:64: undefined: dropExemplars

@AdamKorcz, any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant