GitHub user pjfanning edited a discussion: Support (optional) Context Propagation
Kamon supports [Context Propagation](https://kamon.io/docs/latest/core/context/). Kamon uses AOP style code instrumentation. See https://github.com/apache/pekko/discussions/1487 for a related discussion about metrics gathering. The question is if we could add something in Pekko itself so that we don't need to have Kamon manipulate Pekko code at runtime. Maybe, we could allow users to opt in but when they opt in, we could include a Context object like a `Map[String, String]` with each message sent between actor instances. GitHub link: https://github.com/apache/pekko/discussions/1499 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
