From c0969d059e3cc047307b4996bd73e06010d5ff23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:31:57 -0800 Subject: [PATCH 1/3] Bump actions/upload-artifact from 3 to 4 (#5178) --- .github/workflows/ci-concurrency.yml | 2 +- .github/workflows/publish-packages-1.0.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-concurrency.yml b/.github/workflows/ci-concurrency.yml index 2734a1df94b..1a0a5bcbd0d 100644 --- a/.github/workflows/ci-concurrency.yml +++ b/.github/workflows/ci-concurrency.yml @@ -35,7 +35,7 @@ jobs: - name: Publish Artifacts if: always() && !cancelled() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-${{ matrix.project }}-${{ matrix.version }}-coyoteoutput path: '**/*_CoyoteOutput.*' diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 41cad730f48..450cc398567 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -36,7 +36,7 @@ jobs: run: dotnet pack OpenTelemetry.proj --configuration Release --no-build --no-restore - name: Publish Artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.ref_name }}-packages path: '**/bin/**/*.*nupkg' From bea458a01045e09ee3889f21d2e2d4fe85fa70e6 Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:51:08 -0800 Subject: [PATCH 2/3] Update README.md (#5180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6762bb2f441..52265b9b1ed 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ libraries](https://github.com/open-telemetry/opentelemetry-specification/blob/ma * [ASP.NET Core](./src/OpenTelemetry.Instrumentation.AspNetCore/README.md) * [Grpc.Net.Client](./src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md) -* [HTTP clients](./src/OpenTelemetry.Instrumentation.Http/README.md) +* [HttpClient and HttpWebRequest](./src/OpenTelemetry.Instrumentation.Http/README.md) * [SQL client](./src/OpenTelemetry.Instrumentation.SqlClient/README.md) Here are the [exporter From 2961ff56c7e0d40ab6be780649f3ebaeb267a017 Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai <66651184+utpilla@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:34:40 -0800 Subject: [PATCH 3/3] Update main README (#5181) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52265b9b1ed..6aa8ca5368d 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,12 @@ Here are the [instrumentation libraries](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#instrumentation-library): * [ASP.NET Core](./src/OpenTelemetry.Instrumentation.AspNetCore/README.md) -* [Grpc.Net.Client](./src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md) -* [HttpClient and HttpWebRequest](./src/OpenTelemetry.Instrumentation.Http/README.md) -* [SQL client](./src/OpenTelemetry.Instrumentation.SqlClient/README.md) +* gRPC client: + [Grpc.Net.Client](./src/OpenTelemetry.Instrumentation.GrpcNetClient/README.md) +* HTTP clients: [System.Net.Http.HttpClient and + System.Net.HttpWebRequest](./src/OpenTelemetry.Instrumentation.Http/README.md) +* SQL clients: [Microsoft.Data.SqlClient and + System.Data.SqlClient](./src/OpenTelemetry.Instrumentation.SqlClient/README.md) Here are the [exporter libraries](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/glossary.md#exporter-library):