ET
ET
As I understand it, dependabot will try to rebase its own PRs so long as commits from "others" have not been made to the PR. The mod-tidier github workflow is...
Manual update is a fine first step in my opinion. I have seen automatic PRs created in the past, but I don't think this comes high up on the priority...
A use case is the OpenTelemetry Collector protocol, which specifies that clients should throttle themselves based on the status returned from a failed GRPC call. See https://github.com/open-telemetry/oteps/blob/master/text/0035-opentelemetry-protocol.md#throttling Without having access...
I was expecting it may be useful for the backoff function to get the `err` parameter from the last unsuccessful call passed to it.
> I'm not entirely sure why you need to use TIni here. Can you perhaps clarify what you mean by "control" and "non-daemon aware"? Yes, maybe control and non-daemon aware...
Would you envisage feature flag attributes appearing as a "resource" attribute rather than just a tracing span attribute? We sometimes run experiments with the same source code run side-by-side in...
@jcchavezs Reason I proposed this is that the OpenTelemetry java project has two independent "trace" exporter subprojects, both of which I am trying to include in my own application. One...
Is there any progress on the remote indexing feature? This is also something that is almost mandatory for my environment. Although I use Mac OSX as my UI machine, nearly...
@egraether Thanks! I got that working fairly well for my use case after I realized I needed to reconfig the global header search paths stored in `~/.config/sourcetrail/ApplicationSettings.xml` because I was...
Is there any update on this request (now >18 months old). Another Google project, kubernetes, released OpenTelemetry tracing support over a year ago https://kubernetes.io/blog/2022/12/01/runtime-observability-opentelemetry/. It would be nice to know...