Skip to content

Commit 6dcedc0

Browse files
committed
Fix build, add jack-berg to processors component owners
1 parent 02d0789 commit 6dcedc0

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/component_owners.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ components:
5656
processors:
5757
- LikeTheSalad
5858
- breedx-splk
59+
- jack-berg
5960
prometheus-collector:
6061
- jkwatson
6162
resource-providers:

processors/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ logger_provider:
3333
## Component owners
3434
3535
- [Cesar Munoz](https://github.com/LikeTheSalad), Elastic
36+
- [Jack Berg](https://github.com/jack-berg), New Relic
3637
- [Jason Plumb](https://github.com/breedx-splk), Splunk
3738
3839
Learn more about component owners in [component_owners.yml](../.github/component_owners.yml).

processors/src/test/java/io/opentelemetry/contrib/eventbridge/internal/EventToSpanBridgeComponentProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class EventToSpanBridgeComponentProviderTest {
1818
@Test
1919
void endToEnd() {
2020
String yaml =
21-
"file_format: 0.1\n"
21+
"file_format: 0.3\n"
2222
+ "logger_provider:\n"
2323
+ " processors:\n"
2424
// TODO(jack-berg): remove "{}" after releasing

0 commit comments

Comments
 (0)