Questions
- How would you approach instrumenting an existing service that is a critical part of most user scenarios in your system? This service is mature and is rarely changed, but there are no plans to retire it any time soon.
- What can go wrong when we add OpenTelemetry to a legacy service?
- When implementing transparent context propagation, can we leverage the
Activity
class instead of adding our own context primitive and theAsyncLocal
field?