Description
On master I still saw references to the aggregating meter, including code issues like this:
public LoggingMeterOptions AggregatingMeterOptions { get; set; } = new();
|
|
public ClusterOptions WithAggregatingMeterOptions(LoggingMeterOptions options)
|
{
|
AggregatingMeterOptions = options;
|
return this;
|
}
|
looks like another sweep should be done here?