Steve Christensen

Results 14 comments of Steve Christensen

we're using the OpenTelemetry Java agent in two of the apps with problems (2.10.1, and 2.11.0), and started using a custom agent distribution with the other app with the issue...

You can get the APK from the github releases -- here's the latest one https://github.com/stevesea/Adventuresmith/releases/tag/0.30.4 It was removed from the Play store because it needs to be updated to a...

Another aggravating nuance -- baggage can contain multiple entries, some may be sensitive but not others. In addition to configuring "should I propagate propagate baggage to ``?", it might be...

Similar to other commenters, we also want to configure propagation in certain circumstances * outgoing requests to 3rd parties * internal requests to certain backends. * for example, the Hashicorp...