Aaron Abbott
Aaron Abbott
Any idea about the python 3.5 error? Is it related to flask 2 only supporting python3.7+?
have you tried using `excludelist_hostnames`? https://github.com/census-instrumentation/opencensus-python/blob/5ad2a7cc62fc9663d186e15636a7b0306c9a8d7a/contrib/opencensus-ext-requests/opencensus/ext/requests/trace.py#L76-L77
Hey :) we didn't have plans to remove it. OpenTelemetry only supports 3.6+ so we wanted to keep support for 2.7 here as long as possible for folks who are...
I think this is quite dangerous for libraries that propagate context even without the SDK. I guess such libraries should really use explicit context passing for anything propagation related and...
> What about packing the resource into a Promise/Future? This one can be created sync and it's immutable. > Whoever needs resource has to await it. As far as I...
> I do struggle with the idea of having a continuously increasing package size. If this is the route the community wants to take, I'd recommend placing some kind of...
> We are using FILE as the default category, not sure about the expectations here. Back to the same question. It is set up to use WIRE: https://github.com/open-telemetry/opentelemetry-proto/blob/724e427879e3d2bae2edc0218fff06e37b9eb46e/buf.yaml#L6 I think...
@raphaelauv is this still an issue? Sounds like maybe a regression in our propagator. Any idea what the x-cloud-trace-context header looks like here?
Yes hoping to support it, but there is some debate and probably changes coming to ValueRecorder. It's probably best to wait until https://github.com/open-telemetry/opentelemetry-specification/issues/636 is resolved.
@amitripshtos right now unfortunately ValueRecorder is not supported and the issue linked above is still under a lot of debate.