keith-turner commented on issue #4511:
URL: https://github.com/apache/accumulo/issues/4511#issuecomment-2447451356

   While researching this I found another problem with using MeterFilters to 
remove tableId tags.  The problem is that Gauge meters are not properly 
aggregated.  If there are two Gauge meters and tags are removed collapsing them 
into a single meter, then the collapsed meter will only pull data from one of 
the gauges.  Given there two problems with using meter filters to remove 
tableId tags in the only way I can see forward is to have a an accumulo 
property that enables/disable per table tags on metrics.  I think the 
implementation of this could be pretty straightforward and I am going to to try 
to prototype it. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to