Skip to content

Commit cdc098c

Browse files
authored
[tiny][chore]Remove old redirected links for SFx.NET (#6035)
* Remove old redirected links for SFx.NET * Two more redirects * Avoid redirection for otel-dotnet
1 parent 280a25d commit cdc098c

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
20242024

20252025
- (Splunk) The Splunk OpenTelemetry Collector [Windows install script](https://docs.splunk.com/observability/en/gdi/opentelemetry/collector-windows/install-windows.html#install-the-collector-using-the-script)
20262026
now installs the [Splunk Distribution of OpenTelemetry .NET](https://docs.splunk.com/observability/en/gdi/get-data-in/application/otel-dotnet/get-started.html#instrument-net-applications-for-splunk-observability-cloud-opentelemetry)
2027-
instead of the [SignalFx Instrumentation for .NET](https://docs.splunk.com/observability/en/gdi/get-data-in/application/otel-dotnet/sfx/sfx-instrumentation.html#signalfx-instrumentation-for-net-deprecated)
2027+
instead of the `SignalFx Instrumentation for .NET`
20282028
when the parameter `-with_dotnet_instrumentation` is set to `$true` ([#4343](https://github.com/signalfx/splunk-otel-collector/pull/4343))
20292029
- (Core) `receiver/otlp`: Update gRPC code from `codes.InvalidArgument` to `codes.Internal` when a permanent error doesn't contain a gRPC status ([#9415](https://github.com/open-telemetry/opentelemetry-collector/pull/#9415))
20302030
- (Contrib) `kafkareceiver`: standardizes the default topic name for metrics and logs receivers to the same topic name as the metrics and logs exporters of the kafkaexporter ([#27292](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/27292))

deployments/ansible/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### 🛑 Breaking changes 🛑
66

77
- Install the [Splunk Distribution of OpenTelemetry .NET](https://docs.splunk.com/observability/en/gdi/get-data-in/application/otel-dotnet/get-started.html#instrument-net-applications-for-splunk-observability-cloud-opentelemetry)
8-
instead of the [SignalFx Instrumentation for .NET](https://docs.splunk.com/observability/en/gdi/get-data-in/application/otel-dotnet/sfx/sfx-instrumentation.html#signalfx-instrumentation-for-net-deprecated)
8+
instead of the `SignalFx Instrumentation for .NET`
99
when setting `install_splunk_dotnet_auto_instrumentation` to `true`.
1010
Corresponding configuration options were renamed from `signalfx_dotnet_*` to `splunk_dotnet_*`.
1111

deployments/chef/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
## chef-v0.17.0
44

55
- Remove the option `with_signalfx_dotnet_auto_instrumentation` used to
6-
install the deprecated
7-
[SignalFx Auto Instrumentation for .NET](
8-
https://docs.splunk.com/Observability/gdi/get-data-in/application/dotnet/get-started.html)
9-
on Windows.
6+
install the deprecated `SignalFx Auto Instrumentation for .NET` on Windows.
107

118
## chef-v0.16.0
129

deployments/chef/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,7 @@ after installation/configuration in order for any change to take effect.
303303
### SignalFx Auto Instrumentation for .NET on Windows
304304

305305
The option to install the [SignalFx Auto Instrumentation for .NET](
306-
https://docs.splunk.com/Observability/gdi/get-data-in/application/dotnet/get-started.html)
306+
https://docs.splunk.com/Observability/gdi/get-data-in/application/otel-dotnet/get-started.html)
307307
`with_signalfx_dotnet_auto_instrumentation` is deprecated and
308308
will have no effect after release `0.16.0`.
309-
Install the [Splunk Distribution of OpenTelemetry .NET](https://docs.splunk.com/observability/en/gdi/get-data-in/application/otel-dotnet/get-started.html#instrument-net-applications-for-splunk-observability-cloud-opentelemetry)
310-
instead.
309+
Install the `Splunk Distribution of OpenTelemetry .NET`.

0 commit comments

Comments
 (0)