public DefaultBlockPoolMonitor(BlockPoolMonitorDimensions dimensions, ITelemetryProducer telemetryProducer) : this(telemetryProducer) { this.LogProperties = new Dictionary <string, string> { { "BlockPoolId", dimensions.BlockPoolId }, }; }
public DefaultBlockPoolMonitor(BlockPoolMonitorDimensions dimensions, ITelemetryProducer telemetryProducer) : this(telemetryProducer) { this.LogProperties = new Dictionary <string, string> { { "BlockPoolId", dimensions.BlockPoolId }, { "HostName", dimensions.NodeConfig.HostNameOrIPAddress } }; }