electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.48k stars 156 forks source link

Update opentelemetry dependencies #1887

Closed magnetised closed 3 weeks ago

magnetised commented 1 month ago

The latest version of opentelemetry no longer includes opentelemetry_semantic_conventions as a dependency, which means bringing electric in as a dependency resulted in compilation errors.

This PR explicitly includes opentelemetry_semantic_conventions as a dependency, so fixes compilation, and updates our usage to remove the deprecated functions as well as moving to the latest attributes.