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

Add schema modeling guidance to use wildcard syntax instead of regex #71

Merged
merged 4 commits into from
May 8, 2024

Conversation

jack-berg
Copy link
Member

@jack-berg jack-berg commented Jan 31, 2024

Related to #64 and #67, which each add properties with pattern matching semantics.

This PR codifies a modeling policy in which we prefer wildcard syntax to regex, which ensures compatibility across language ecosystems with varying levels of support for regex.

Resolves #65.

@jack-berg jack-berg merged commit 28fe6c3 into open-telemetry:main May 8, 2024
2 checks passed
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.

Should resource.disabled_attribute_keys support full regex or is wildcard support sufficient
2 participants