Skip to content

Commit

Permalink
Post merge fixes for 7fae456
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Jul 23, 2024
1 parent 7fae456 commit dbe7f30
Show file tree
Hide file tree
Showing 596 changed files with 3,397 additions and 8,591 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ exporter/zipkinexporter/ @open-teleme

extension/ackextension/ @open-telemetry/collector-contrib-approvers @zpzhuSplunk @splunkericl
extension/asapauthextension/ @open-telemetry/collector-contrib-approvers @jamesmoessis @MovieStoreGuy
extension/awsmiddleware/ @open-telemetry/collector-contrib-approvers @jefchien @sky333999
extension/awsproxy/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @mxiamxia
extension/basicauthextension/ @open-telemetry/collector-contrib-approvers @jpkrohling @frzifus
extension/bearertokenauthextension/ @open-telemetry/collector-contrib-approvers @jpkrohling @frzifus
Expand Down Expand Up @@ -136,6 +137,8 @@ internal/splunk/ @open-teleme
internal/sqlquery/ @open-telemetry/collector-contrib-approvers @crobert-1 @dmitryax
internal/tools/ @open-telemetry/collector-contrib-approvers

override/aws/ @open-telemetry/collector-contrib-approvers @jefchien @sky333999

pkg/batchperresourceattr/ @open-telemetry/collector-contrib-approvers @atoulme @dmitryax
pkg/batchpersignal/ @open-telemetry/collector-contrib-approvers @jpkrohling
pkg/experimentalmetricmetadata/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand All @@ -83,7 +85,6 @@ body:
- exporter/zipkin
- extension/ack
- extension/asapauth
- extension/awsmiddleware
- extension/awsproxy
- extension/basicauth
- extension/bearertokenauth
Expand Down Expand Up @@ -134,7 +135,6 @@ body:
- internal/splunk
- internal/sqlquery
- internal/tools
- override/aws
- pkg/batchperresourceattr
- pkg/batchpersignal
- pkg/experimentalmetricmetadata
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand All @@ -77,7 +79,6 @@ body:
- exporter/zipkin
- extension/ack
- extension/asapauth
- extension/awsmiddleware
- extension/awsproxy
- extension/basicauth
- extension/bearertokenauth
Expand Down Expand Up @@ -128,7 +129,6 @@ body:
- internal/splunk
- internal/sqlquery
- internal/tools
- override/aws
- pkg/batchperresourceattr
- pkg/batchpersignal
- pkg/experimentalmetricmetadata
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand All @@ -77,7 +79,6 @@ body:
- exporter/zipkin
- extension/ack
- extension/asapauth
- extension/awsmiddleware
- extension/awsproxy
- extension/basicauth
- extension/bearertokenauth
Expand Down Expand Up @@ -128,7 +129,6 @@ body:
- internal/splunk
- internal/sqlquery
- internal/tools
- override/aws
- pkg/batchperresourceattr
- pkg/batchpersignal
- pkg/experimentalmetricmetadata
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/unmaintained.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ body:
- exporter/honeycombmarker
- exporter/influxdb
- exporter/instana
- exporter/jaeger
- exporter/jaegerthrifthttp
- exporter/kafka
- exporter/kinetica
- exporter/loadbalancing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "~1.22.4"
go-version: "~1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-mod-cache
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand All @@ -185,7 +185,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.22.4", "1.21.11"] # 1.20 is interpreted as 1.2 without quotes
go-version: ["1.22.5", "1.21.11"] # 1.20 is interpreted as 1.2 without quotes
runner: [ubuntu-latest]
group:
- receiver-0
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand All @@ -434,7 +434,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -504,7 +504,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -605,7 +605,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Mkdir bin and dist
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false

# Initializes the CodeQL tools for scanning.
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: opentelemetry-collector-contrib
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Prepare release for contrib
working-directory: opentelemetry-collector-contrib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prometheus-compliance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: opentelemetry-collector-contrib
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/telemetrygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v5
with:
go-version: "1.21.11"
go-version: "1.22.5"
cache: false
- name: Cache Go
id: go-cache
Expand Down
Loading

0 comments on commit dbe7f30

Please sign in to comment.