Bogdan Drutu
Bogdan Drutu
I would suggest to do the following (simple solution, workaround): 1. Implement a new Sampler (https://github.com/census-instrumentation/opencensus-cpp/blob/master/opencensus/trace/sampler.h) that is working as a "wrapper" and has a config to "disable" tracing based...
So first look if it is possible to remove all the update span name calls, if that is an option we should be fine.
Looks like there is a "Driver" https://github.com/envoyproxy/envoy/blob/9ad7d4ce5923fb053506cb76d47f93049a509a4c/include/envoy/tracing/http_tracer.h#L182 which can be implemented that has the name, maybe opencensus can implement that if it works, then we have the name at the...
@qiwzhang I think I know where is called in the code (also you can see that I was also looking for alternatives and ideas) :) that's why I said that...
@bhs we are happy to accept PRs (but I would like to have a short description about what you want to do before if possible, maybe open an issue with...
Wrong japicmp report??? The super class still has it: ``` Comparing binary compatibility of against ***! MODIFIED CLASS: PUBLIC io.micrometer.prometheus.PrometheusTimer (not serializable) === CLASS FILE FORMAT VERSION: 52.0
@open-telemetry/specs-approvers @open-telemetry/specs-logs-approvers please review this.
@yurishkuro +1 I think we should promise that we have it in the collector, but not in all the libraries.
@dashpole very nice OTEP, please consider to also refer to that proposal of supporting `OTEL_RESOURCE_ATTRIBUTES_*`
@Oberon00 my main worry here is that we are confusing the users more with adding more concepts. I may be the only one who has this concern, which in that...