Samuele

Results 13 issues of Samuele

**Note for reviewers:** commits are split and commented appropriately, I would recommend checking them one by one. ### Summary This PR adds OpenTelemetry formatted logs as a new signal supported...

core/proxy
core/pdk
core/clustering
plugins/aws-lambda
core/db
core/configuration
core/docs
core/logs
chore
plugins/zipkin
size/XXL
core/tracing
plugins/opentelemetry
schema-change-noteworthy
cherry-pick kong-ee

### Summary add an action to enable executing the `/prdiff ` command, to get the diff between the current PR's changes and the other PR's (effectively this outputs the diff...

skip-changelog
chore
size/L

## Motivation Resolve [https://github.com/tokio-rs/tracing/issues/1629](https://github.com/tokio-rs/tracing/issues/1629) without introducing a breaking change. A workaround for this issue was introduced via [`filter_mut`](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.Filtered.html#method.filter_mut), which allows reloading the `Filter` of a `Filtered` layer — but it...

kind/feature
crate/subscriber
needs/review