File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed 
gcp-resources/src/main/java/io/opentelemetry/contrib/gcp/resource 
jfr-connection/src/main/java/io/opentelemetry/contrib/jfr/connection Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ val DEPENDENCY_BOMS = listOf(
2121
2222val  autoServiceVersion =  " 1.1.1" 
2323val  autoValueVersion =  " 1.11.0" 
24- val  errorProneVersion =  " 2.32 .0" 
24+ val  errorProneVersion =  " 2.33 .0" 
2525val  prometheusVersion =  " 0.16.0" 
2626val  mockitoVersion =  " 4.11.0" 
2727val  slf4jVersion =  " 2.0.16" 
Original file line number Diff line number Diff line change 6161import  java .util .Optional ;
6262import  java .util .logging .Logger ;
6363
64+ @ SuppressWarnings ("MemberName" )
6465public  class  GCPResourceProvider  implements  ConditionalResourceProvider  {
6566
6667  private  static  final  Logger  LOGGER  = Logger .getLogger (GCPResourceProvider .class .getSimpleName ());
Original file line number Diff line number Diff line change 2828 * 
2929 * @see FlightRecorderConnection#connectToFlightRecorderMXBean(MBeanServerConnection) 
3030 */ 
31+ @ SuppressWarnings ("MemberName" )
3132final  class  FlightRecorderMXBeanConnection  implements  FlightRecorderConnection  {
3233
3334  private  static  final  String  JFR_OBJECT_NAME  = "jdk.management.jfr:type=FlightRecorder" ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments