Skip to content

Commit 5df9c10

Browse files
authored
Merge branch 'open-telemetry:main' into main
2 parents 1facf59 + 26c31db commit 5df9c10

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.github/component_owners.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

jmx-metrics/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

jmx-scraper/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ The JMX MBeans and their metric mappings are defined in YAML and reuse implement
66

77
This is currently a work-in-progress component not ready to be used in production.
88
The 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).

micrometer-meter-provider/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
testing {
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
}

0 commit comments

Comments
 (0)