Skip to content

Commit c8b6710

Browse files
committed
Add component to contrib tooling files
1 parent bd6e7b0 commit c8b6710

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/component_owners.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ components:
3333
gcp-resources:
3434
- jsuereth
3535
- psx95
36+
gcp-auth-extension:
37+
- jsuereth
38+
- psx95
3639
jfr-connection:
3740
- breedx-splk
3841
- jeanbisutti

.github/scripts/draft-change-log-entries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ component_names["compressors/"]="Compressors"
3232
component_names["consistent-sampling/"]="Consistent sampling"
3333
component_names["disk-buffering/"]="Disk buffering"
3434
component_names["gcp-resources/"]="GCP Resources"
35+
component_names["gcp-auth-extension/"]="GCP authentication extension"
3536
component_names["inferred-spans/"]="Inferred spans"
3637
component_names["jfr-connection/"]="JFR connection"
3738
component_names["jfr-events/"]="JFR events"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ feature or via instrumentation, this project is hopefully for you.
1818
| alpha | [zstd Compressor](./compressors/compressor-zstd/README.md) |
1919
| alpha | [Consistent Sampling](./consistent-sampling/README.md) |
2020
| alpha | [Disk Buffering](./disk-buffering/README.md) |
21+
| alpha | [GCP Authentication Extension](./gcp-auth-extension/README.md) |
2122
| beta | [GCP Resources](./gcp-resources/README.md) |
2223
| beta | [Inferred Spans](./inferred-spans/README.md) |
2324
| alpha | [JFR Connection](./jfr-connection/README.md) |

0 commit comments

Comments
 (0)