OpenTelemetry now allows specifying a schema_url parameter (OTel tracing specs), pointing to a schema describing the schema of the emitted tracing data, as well as historical versioning data (docs). In .NET ActivitySourceOptions (accepted by the ActivitySource constructor) allows specifying this.
OpenTelemetry now allows specifying a
schema_urlparameter (OTel tracing specs), pointing to a schema describing the schema of the emitted tracing data, as well as historical versioning data (docs). In .NET ActivitySourceOptions (accepted by the ActivitySource constructor) allows specifying this.