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

Tests for Otel AddEvent API in Go #2747

Merged
merged 9 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion tests/parametric/test_otel_span_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,9 @@ def test_otel_span_extended_reserved_attributes_overrides_analytics_event(
test_agent=test_agent,
)

@missing_feature(context.library == "golang", reason="Not implemented")
@missing_feature(
context.library != "[email protected]" and context.library < "[email protected]", reason="Implemented in v1.67.0"
)
@missing_feature(context.library == "php", reason="Not implemented")
@missing_feature(context.library == "java", reason="Not implemented")
@missing_feature(context.library == "ruby", reason="Not implemented")
Expand Down
Loading
Loading