Experiment with greater level of tracablitity and using [OpenTelemetry](https://opentelemetry.io/docs). Something like this: `IHostApplicationBuilder.Metrics(IMetricsBuilder)`. But also look into logging providers and consider if more structured logging should/must be applied.
Experiment with greater level of tracablitity and using OpenTelemetry.
Something like this:
IHostApplicationBuilder.Metrics(IMetricsBuilder).But also look into logging providers and consider if more structured logging should/must be applied.