File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
getting-started-dotnet-monitor-logs
getting-started-dotnet-monitor-metrics Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -155,8 +155,3 @@ diagnostics.
155155
156156Check the logs in the specified artifacts folder in your settings.json file to
157157validate the log collection.
158-
159- ## Learn more
160-
161- - [ Dotnet Monitor Collection
162- Rules] ( https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a )
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments