-
I was looking to integrate DataDog's tracing today and I noticed there's a concept of the current execution context but I believe it's using the os_activity APIs based on threads, which doesn't work w…
-
Moritz has been doing an excellent job with tracing and we're pretty ready to adopt.
We can aggressively adopt here since we have to API guarantees yet. This will be useful in debugging the runtime…
ktoso updated
2 years ago
-
### What are you trying to achieve?
If I want to add a trace for our service call chain, do you have some suggestions for below example?
I have AProvider/AClient/BProvider/BClient, the call chain…
-
### Description
In doing integration tests for some server-side swift (and related client) libraries, some of the libraries I'm using require a single bootstrapping sequence _per process_ (swift-log,…
heckj updated
1 month ago
-
- [ ] swift-argument-parser
- [ ] swift-atomics
- [ ] swift-backtrace
- [ ] swift-collections
- [ ] swift-crypto
- [ ] swift-distributed-tracing
- [ ] swift-log
- [ ] swift-metrics
- [ ] swift…
-
Tracing is valuable in a service-based architecture. [Swift Tracing](https://github.com/apple/swift-distributed-tracing) provides an agnostic API for libraries to implement tracing so that it plugs in…
0xTim updated
1 month ago
-
Archive this repository and direct to apple/swift-distributed-tracing.
@slashmo
ktoso updated
3 years ago
-
AWS launched https://aws-otel.github.io
so they have a collector available now that accepts otel.
We have the following pieces ready:
- https://github.com/apple/swift-distributed-tracing
- …
ktoso updated
6 months ago
-
I added a tiny wrapper around this library to participate in distributed tracing, works like a charm with nodejs services (communicating with swift services through rabbitmq.)
Ideally, this can com…
-
self explanatory