Skip to content

Commit 07463f8

Browse files
authored
Merge branch 'main' into fix/instrumentation-config-priority
2 parents a4585dc + 2300dc1 commit 07463f8

File tree

343 files changed

+19712
-7495
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+19712
-7495
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ If possible, provide a recipe for reproducing the error.
3131
Add any other context about the problem here.
3232
-->
3333

34+
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

.github/ISSUE_TEMPLATE/discussion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ labels: discussion
1111
- [ ] This only affects the JavaScript OpenTelemetry library
1212
- [ ] This may affect other libraries, but I would like to get opinions here first
1313

14+
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
15+

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ A clear and concise description of any alternative solutions or features you've
3131
Add any other context or screenshots about the feature request here.
3232
-->
3333

34+
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
35+

.github/ISSUE_TEMPLATE/instrumentation_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ Any code-owners listed MUST fulfill all criteria laid out in the checklist below
3434
<!--
3535
Add any other context or screenshots about the instrumentation request here. Is there a reference you could point for the well-defined lifecycle methods?
3636
-->
37+
38+
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

.github/ISSUE_TEMPLATE/ownership_request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ Examples:
3838
<!--
3939
Add any other context that does not fit any of the above sections
4040
-->
41+
42+
<sub>**Tip**: [React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

.github/component-label-map.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ pkg:instrumentation-oracledb:
193193
- any-glob-to-any-file:
194194
- packages/instrumentation-oracledb/**
195195
- packages/contrib-test-utils/**
196+
pkg:instrumentation-openai:
197+
- changed-files:
198+
- any-glob-to-any-file:
199+
- packages/instrumentation-openai/**
200+
- packages/contrib-test-utils/**
196201
pkg:instrumentation-pg:
197202
- changed-files:
198203
- any-glob-to-any-file:
@@ -253,10 +258,6 @@ pkg:propagation-utils:
253258
- any-glob-to-any-file:
254259
- packages/propagation-utils/**
255260
- packages/contrib-test-utils/**
256-
pkg:propagator-grpc-census-binary:
257-
- changed-files:
258-
- any-glob-to-any-file:
259-
- propagators/opentelemetry-propagator-grpc-census-binary/**
260261
pkg:propagator-instana:
261262
- changed-files:
262263
- any-glob-to-any-file:

.github/component_owners.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ components:
1111
- abhee11
1212
packages/resource-detector-gcp:
1313
- aabmass
14-
- punya
14+
- psx95
15+
- DylanRussell
16+
- dashpole
1517
packages/resource-detector-github: []
1618
# Unmaintained
1719
packages/resource-detector-instana:
@@ -128,6 +130,9 @@ components:
128130
- sharadraju
129131
packages/instrumentation-runtime-node:
130132
- d4nyll
133+
packages/instrumentation-openai:
134+
- trentm
135+
- seemk
131136
packages/instrumentation-pg:
132137
- maryliag
133138
packages/instrumentation-pino:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
# Initializes the CodeQL tools for scanning.
2323
- name: Initialize CodeQL

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fossa:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616

1717
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
1818
with:

.github/workflows/label-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/labeler@v5
1818
with:
1919
configuration-path: '.github/component-label-map.yml'

0 commit comments

Comments
 (0)