weaviate / recipes

This repository shares end-to-end notebooks on how to use various Weaviate features and integrations!
558 stars 104 forks source link

Removed Unnecessary Resource Instantiation #71

Closed DamianB-BitFlipper closed 5 months ago

DamianB-BitFlipper commented 5 months ago

The OpenTelemetry Resource was being instantiated with no contents in the constructor. The TracerProvider will default to this default resource if none is provided.

This addresses issue: #67

erika-cardenas commented 5 months ago

Awesome, thanks so much @DamianB-BitFlipper!