-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows script to install Splunk distro for .NET instead of SFx.NET (#…
…4343) * Switch from SFx.NET to Splunk OTel .NET * Minor changes to the install script * Update CHANGELOG.md * Clarify update for .NET instrumentation * Remove update for Splunk OTel .NET
- Loading branch information
Showing
6 changed files
with
111 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,20 +159,20 @@ jobs: | |
name: msi-build | ||
path: ./tests/zeroconfig/windows/testdata/docker-setup/ | ||
|
||
- name: Get latest signalfx-dotnet-tracing release | ||
id: dotnet-tracing | ||
- name: Get latest splunk-otel-dotnet release | ||
id: dotnet-instrumentation | ||
uses: pozetroninc/[email protected] | ||
with: | ||
owner: signalfx | ||
repo: signalfx-dotnet-tracing | ||
repo: splunk-otel-dotnet | ||
excludes: prerelease, draft | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Set SIGNALFX_DOTNET_TRACING_VERSION | ||
- name: Set SPLUNK_OTEL_DOTNET_VERSION | ||
run: | | ||
version="${{ steps.dotnet-tracing.outputs.release }}" | ||
sed -i "s|SIGNALFX_DOTNET_TRACING_VERSION|${version#v}|" tests/zeroconfig/windows/testdata/resource_traces/aspnetcore.yaml | ||
sed -i "s|SIGNALFX_DOTNET_TRACING_VERSION|${version#v}|" tests/zeroconfig/windows/testdata/resource_traces/aspnetfx.yaml | ||
version="${{ steps.dotnet-instrumentation.outputs.release }}" | ||
sed -i "s|SPLUNK_OTEL_DOTNET_VERSION|${version#v}|" tests/zeroconfig/windows/testdata/resource_traces/aspnetcore.yaml | ||
sed -i "s|SPLUNK_OTEL_DOTNET_VERSION|${version#v}|" tests/zeroconfig/windows/testdata/resource_traces/aspnetfx.yaml | ||
shell: bash | ||
|
||
- name: Run the test script | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters