sdk-java
sdk-java copied to clipboard
MDC custom naming convention
We want to have an ability (extension point) to control default MDC keys. Now they are statically defined in workers.
Why it's important:
- we have multiple stacks: Java + Python and trying to unite our services logs/metrics/traces with single naming conventions.
- we have logging based integration: sentry, metrics from logs, etc.