File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed 
micrometer-meter-provider Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ components:
4141    - sfriberg 
4242  jmx-metrics :
4343    - breedx-splk 
44+     - sylvainjuge 
4445  jmx-scraper :
4546    - breedx-splk 
4647    - robsunday 
Original file line number Diff line number Diff line change @@ -278,6 +278,7 @@ file contents can also be provided via stdin on startup when using `-config -` a
278278## Component owners  
279279
280280-  [ Jason Plumb] ( https://github.com/breedx-splk ) , Splunk
281+ -  [ Sylvain Juge] ( https://github.com/sylvainjuge ) , Elastic
281282
282283## Emeritus owners  
283284
Original file line number Diff line number Diff line change @@ -6,3 +6,11 @@ The JMX MBeans and their metric mappings are defined in YAML and reuse implement
66
77This is currently a work-in-progress component not ready to be used in production.
88The end goal is to provide an alternative to the [ JMX Gatherer] ( ../jmx-metrics/README.md )  utility.
9+ 
10+ ## Component owners  
11+ 
12+ -  [ Jason Plumb] ( https://github.com/breedx-splk ) , Splunk
13+ -  [ Robert Niedziela] ( https://github.com/robsunday ) , Splunk
14+ -  [ Sylvain Juge] ( https://github.com/sylvainjuge ) , Elastic
15+ 
16+ Learn more about component owners in [ component_owners.yml] ( ../.github/component_owners.yml ) .
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ dependencies {
2020  annotationProcessor(" com.google.auto.value:auto-value"  )
2121  compileOnly(" com.google.auto.value:auto-value-annotations"  )
2222
23-   testImplementation(" io.micrometer:micrometer-core:1.13.5 "  )
23+   testImplementation(" io.micrometer:micrometer-core:1.13.6 "  )
2424}
2525
2626testing {
2727  suites {
2828    val  integrationTest by registering(JvmTestSuite ::class ) {
2929      dependencies {
30-         implementation(" io.micrometer:micrometer-registry-prometheus:1.13.5 "  )
30+         implementation(" io.micrometer:micrometer-registry-prometheus:1.13.6 "  )
3131      }
3232    }
3333  }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments