OpenTelemetry Resource SDK spec mentioned associating resource to TraceProvider, which seems missing the current TracerProvider implementation. Actually it seems resource is not implemented yet.
When used with distributed tracing, a resource can be associated with the TracerProvider when the TracerProvider is created
OpenTelemetry Resource SDK spec mentioned associating resource to
TraceProvider, which seems missing the current TracerProvider implementation. Actually it seems resource is not implemented yet.