googleforgames / open-saves

Open Saves is a cloud native data store for game development.
Apache License 2.0
220 stars 23 forks source link

Use datastore latest tracing capabilities (OTEL support) #445

Open Zurvarian opened 3 months ago

Zurvarian commented 3 months ago

Is your feature request related to a problem? Please describe. We want to make use of datastore integration with OTEL to have more accurate traces.

Describe the solution you'd like Upgrade the Datastore API dependency to the latest (At the time of creating this issue, v1.17.0) to make use of the OTEL integration. It will also require to increase Golang dependency to be 1.21.

Describe alternatives you've considered We could increase to an older version with support for OTEL, but we think it is better to go for the latest version of Datastore.

Additional context None.