What is PropertyCounter
Hi ,
I am getting a Metric Named PropertyCounter in reports . what does it do ? how can i disable that ?
There is no such metric in the Metrics.NET code. Are you sure it is not declared somewhere in your code?
I have created two counter with different names . but this , i am not creating it . it is like this w3wp.propertyCounter .
I might be able to provide more help if you could provide a repo that shows the issue.
This is the only code i am using . this is my custom reporter class . It still print w3wp.propertyCounter even i am not using it anywhere in my code .
protected override void ReportCounter(string name, CounterValue value, Unit unit, MetricTags tags)
{
//log the fields
}
protected override void ReportTimer(string name, TimerValue value, Unit unit, TimeUnit rateUnit, TimeUnit durationUnit, MetricTags tags)
{
//log the fields
}