Joshua MacDonald
Joshua MacDonald
This work is out of date since #12245, #12233, #12118, #12154, #12246, #12242, and so on. I believe all of the above work deserves an RFC.
Document change only, please merge.
Again, this document explains the reality of the situation. If we can't improve batching processes, at least we can document how to work around the problem. I would still like...
This is a complete PR, so I am opening it for review. However, I've added a new package `config/configtimeout` and it appears to break things if I try to add...
I am working on an RFC for this.
@yuanyuanzhao3 @PeterF778 @oertl please consider: In last week's SIG meeting, we discussed how to resolve the comment [above](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33632#issuecomment-2434058174). There are two quoted statements: A. For non-root spans, composite samplers SHOULD...
> The result will be that the child span will be sampled with P=0.2, yet the adjusted count will be 2. I wasn't clear enough -- I expect the delegation...
@jamesmoessis could you summarize the status of this issue?
IMO there is no need to modify the specification here. To me, this is a Go-specific question. Golang uses explicit context, and all API calls should have context independent of...
@pellared I can't find what you're referring to. In the metrics `api.md` the word "Context" appears very little, certainly not as a required parameter anywhere. For metrics, we see: ```...