Skip to content

Commit 381bbd7

Browse files
authored
[docs/next-gen] Replace/remove link to medium (#4669)
1 parent 01d332b commit 381bbd7

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
99

1010
### Added
1111

12-
- Add `-NoReset` switch parameter to skip service restart in PowerShell registration functions.
12+
- Add `-NoReset` switch parameter to skip service restart in PowerShell
13+
registration functions.
1314

1415
### Changed
1516

1617
- `-NoReset` parameter in `Unregister-OpenTelemetryForIIS` changed from
1718
`[bool]` to `[switch]`. Use `-NoReset` instead of `-NoReset $true`.
18-
Note: `-NoReset $true` still works, but `-NoReset $false` will not do what you expect.
19-
You should omit the parameter for the expected behavior.
19+
Note: `-NoReset $true` still works, but `-NoReset $false` will not do what you
20+
expect. You should omit the parameter for the expected behavior.
2021

2122
#### Dependency updates
2223

next-gen/docs/getting-started-dotnet-monitor-logs/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,3 @@ diagnostics.
155155

156156
Check the logs in the specified artifacts folder in your settings.json file to
157157
validate the log collection.
158-
159-
## Learn more
160-
161-
- [Dotnet Monitor Collection
162-
Rules](https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a)

next-gen/docs/getting-started-dotnet-monitor-metrics/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ of increase of myFruitCounter over the past 5 minutes:
215215
## Learn more
216216

217217
- [What is Prometheus?](https://prometheus.io/docs/introduction/overview/)
218-
- [Prometheus now supports OpenTelemetry
219-
Metrics](https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a)
218+
- [Using Prometheus as your OpenTelemetry backend](https://prometheus.io/docs/guides/opentelemetry/)
220219
- [Grafana support for
221220
Prometheus](https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-graph)

0 commit comments

Comments
 (0)