open-telemetry / opentelemetry-configuration

JSON Schema definitions for OpenTelemetry file configuration
Apache License 2.0
36 stars 17 forks source link

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

Closed jack-berg closed 5 months ago

jack-berg commented 9 months ago

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.