HttpMetricsPlugin
HttpMetricsPlugin - is an optional plugin that provides a monitoring layer for HTTP connections opened by load test. It is included with the NBomber.Http package.

To use HttpMetricsPlugin, you need to register it through NBomberRunner.
NBomberRunner
.RegisterScenarios(scenario)
.WithWorkerPlugins(new HttpMetricsPlugin([HttpVersion.Version1]))
.Run();
Additionally, when running with HttpMetricsPlugin, you'll get HTTP connection history metrics included in the HTML report.
