nokia / restful

A powerful RESTful framework for Go.
BSD 3-Clause "New" or "Revised" License
17 stars 15 forks source link

Support GCP X-Cloud-Trace-Context #55

Closed Som-Som-CC closed 11 months ago

Som-Som-CC commented 11 months ago

Please, support GCP's X-Cloud-Trace-Context header. Read tracing info from it to be able to propagate that. See https://cloud.google.com/trace/docs/setup

Som-Som-CC commented 11 months ago

GCP tracing example shown on https://cloud.google.com/trace/docs/setup/go-ot shows how to use GCP detector. You can create your own tracerProvider and supply that to SetOTel(). There is no need for explicit support in this package.