Skip to content

Commit 25e8be9

Browse files
Merge branch 'main' into otlp-http-metrics-export-max-batch
2 parents 87f13c1 + 43341d7 commit 25e8be9

File tree

115 files changed

+3650
-2486
lines changed

Some content is hidden

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

115 files changed

+3650
-2486
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
sdk-benchmarks:
9-
runs-on: self-hosted
9+
runs-on: equinix-bare-metal
1010
steps:
1111
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
1212
uses: actions/checkout@v4

.github/workflows/lint_0.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
- name: Run tests
4848
run: tox -e lint-opentelemetry-api
4949

50-
lint-opentelemetry-proto-protobuf5:
51-
name: opentelemetry-proto-protobuf5
50+
lint-opentelemetry-proto-gen-latest:
51+
name: opentelemetry-proto-gen-latest
5252
runs-on: ubuntu-latest
5353
timeout-minutes: 30
5454
steps:
@@ -64,7 +64,7 @@ jobs:
6464
run: pip install tox
6565

6666
- name: Run tests
67-
run: tox -e lint-opentelemetry-proto-protobuf5
67+
run: tox -e lint-opentelemetry-proto-gen-latest
6868

6969
lint-opentelemetry-sdk:
7070
name: opentelemetry-sdk
@@ -218,8 +218,8 @@ jobs:
218218
- name: Run tests
219219
run: tox -e lint-opentelemetry-exporter-otlp-combined
220220

221-
lint-opentelemetry-exporter-otlp-proto-grpc:
222-
name: opentelemetry-exporter-otlp-proto-grpc
221+
lint-opentelemetry-exporter-otlp-proto-grpc-latest:
222+
name: opentelemetry-exporter-otlp-proto-grpc-latest
223223
runs-on: ubuntu-latest
224224
timeout-minutes: 30
225225
steps:
@@ -235,7 +235,7 @@ jobs:
235235
run: pip install tox
236236

237237
- name: Run tests
238-
run: tox -e lint-opentelemetry-exporter-otlp-proto-grpc
238+
run: tox -e lint-opentelemetry-exporter-otlp-proto-grpc-latest
239239

240240
lint-opentelemetry-exporter-otlp-proto-http:
241241
name: opentelemetry-exporter-otlp-proto-http

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
persist-credentials: false
2525

26-
- uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
26+
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
2727
with:
2828
results_file: results.sarif
2929
results_format: sarif

0 commit comments

Comments
 (0)