Bogdan Drutu
Bogdan Drutu
Should this be at the library level or Exporter level? I think this can be added in the exporter properties.
/cc @adriancole @tsloughter @ramonza
Internally in the team we decided to have @g-easy and @sebright as owners of this feature. Expect a design proposal soon.
Hi @billowqiu, Currently we are focus on supporting the agent model for C++. See details here https://github.com/census-instrumentation/opencensus-service so that way you can deploy the agent (which will support more exporters)...
I would like to have this as proto file if possible. I think it makes more sense. Also probably good to separate between trace and stats in case someone want...
Do you have a proposal for this API? I agree that we need the functionality.
The tag map is not mutable in java because that causes a lot of issues. also in java you cannot replace the Thread-Local tags at any time unless you use...
That comes with tons of problems, imagine 2 threads (go routines) sharing the same context. Thread 1 changes the TagMap, thread 2 records measurements. You will have undefined which is...
Sounds very reasonable. Please create a PR.
First to make sure we are all on the same page, all of these (method, path, host) will be attributes so the information will be available there. Some other implementations...