Mediator icon indicating copy to clipboard operation
Mediator copied to clipboard

4.0 tracking issue (WIP)

Open martinothamar opened this issue 4 months ago • 3 comments

This is a tracking issue for planning the 4.0 release

  • [ ] Message handlers without Unit: https://github.com/martinothamar/Mediator/issues/103
  • [ ] Diagnostics IDs change: https://github.com/martinothamar/Mediator/discussions/232

martinothamar avatar Oct 25 '25 09:10 martinothamar

Should metrics be incorporated? Something along the lines of https://github.com/martinothamar/Mediator/issues/57

gfoidl avatar Oct 25 '25 17:10 gfoidl

I'm going to have a look to see if that can be included in 3.x as well, if we do that as opt-in based on configuration

martinothamar avatar Nov 15 '25 19:11 martinothamar

We’ve been using this internally on our team for a while, and today I published it publicly: Neovortex.Mediator.OpenTelemetry .

If you’re interested, we could collaborate to bring it into the Mediator ecosystem—either as a separate package under the Mediator namespace or integrated internally ( we can also consider any change that team wants) .

One important consideration is that most people probably wouldn’t want to pull in the full OpenTelemetry dependencies just for a small project. It would make sense to keep it under the Mediator namespace, but as a separate package altogether.

Neo-vortex avatar Nov 24 '25 13:11 Neo-vortex