This plug-in Seq app forwards logs and traces from one Seq server to another.
Seq.App.Replication is an earlier implementation of the same functionality.
- This app, Seq.App.Relay, supports replicating logs and traces, while Seq.App.Replication only supports logs
- This app supports Seq's OpenTelemetry envelope properties like
@Resource
and@Scope
, while Seq.App.Replication does not - Seq.App.Replication supports durable disk buffering, while this app uses an in-memory buffer only