lbschanno commented on PR #5616:
URL: https://github.com/apache/accumulo/pull/5616#issuecomment-2943719929

   This PR is failing checks because we need to specifically allow the 
MeterFilter class within the apilyzer configuration. You need to insert the 
following:
   ```xml
   <allow>io[.]micrometer[.]core[.]instrument[.]config[.]MeterFilter</allow>
   ```
   to core/pom.xml, directly below where there is a similar statement for 
MeterRegistry, line 301, so that we then have the following:
   ```xml
    <allows>
                   
<allow>io[.]micrometer[.]core[.]instrument[.]MeterRegistry</allow>
                   
<allow>io[.]micrometer[.]core[.]instrument[.]config[.]MeterFilter</allow>
                   <allow>io[.]opentelemetry[.]api[.]OpenTelemetry</allow>
                   ...
   ```
   


-- 
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