census-instrumentation / opencensus-go

A stats collection and distributed tracing framework
http://opencensus.io
Apache License 2.0
2.05k stars 327 forks source link

ochttp: Custom tags #1252

Open mlesar opened 3 years ago

mlesar commented 3 years ago

Currently, I can only use these: https://github.com/census-instrumentation/opencensus-go/blob/49838f207d61097fc0ebb8aeef306913388376ca/plugin/ochttp/stats.go#L86-L115

So, is there a way to add custom ones in some way as SetRoute is doing this?