Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h

### Added

- Add `-NoReset` switch parameter to skip service restart in PowerShell registration functions.
- Add `-NoReset` switch parameter to skip service restart in PowerShell
registration functions.

### Changed

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

#### Dependency updates

Expand Down
5 changes: 0 additions & 5 deletions next-gen/docs/getting-started-dotnet-monitor-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,3 @@ diagnostics.

Check the logs in the specified artifacts folder in your settings.json file to
validate the log collection.

## Learn more

- [Dotnet Monitor Collection
Rules](https://horovits.medium.com/prometheus-now-supports-opentelemetry-metrics-83f85878e46a)
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ of increase of myFruitCounter over the past 5 minutes:
## Learn more

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