googleforgames / open-saves

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

Support OpenCensus Agent Exporter for Traces #421

Open dagnabbitall opened 1 year ago

dagnabbitall commented 1 year ago

Is your feature request related to a problem? Please describe. We would like the ability to export traces from open-saves to an OpenTelemetry collector (using the OpenCensus Receiver), but currently only exporting traces to Cloud Trace is supported.

Describe the solution you'd like An open-saves configuration option to enable the OpenCensus Agent Exporter and export traces to a specific address.

Describe alternatives you've considered Exporting traces to Cloud Trace, but we'd like the flexibility to export to alternate or multiple tracing backends.