Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aspnetcore docs to remove prerelease #5203

Merged
merged 1 commit into from
Jan 8, 2024
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
8 changes: 1 addition & 7 deletions docs/metrics/getting-started-aspnetcore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ packages:
```sh
dotnet add package OpenTelemetry.Exporter.Console
dotnet add package OpenTelemetry.Extensions.Hosting
dotnet add package OpenTelemetry.Instrumentation.AspNetCore --prerelease
dotnet add package OpenTelemetry.Instrumentation.AspNetCore
```

> **Note** This quickstart guide uses prerelease packages. For a quickstart
> which only relies on stable packages see: [Getting Started - Console
> Application](../getting-started-console/README.md). For more information about
> when instrumentation will be marked as stable see: [Instrumentation-1.0.0
> milestone](https://github.com/open-telemetry/opentelemetry-dotnet/milestone/23).

Update the `Program.cs` file with the code from [Program.cs](./Program.cs).

Run the application again (using `dotnet run`) and then browse to the url shown
Expand Down
8 changes: 1 addition & 7 deletions docs/trace/getting-started-aspnetcore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ packages:
```sh
dotnet add package OpenTelemetry.Exporter.Console
dotnet add package OpenTelemetry.Extensions.Hosting
dotnet add package OpenTelemetry.Instrumentation.AspNetCore --prerelease
dotnet add package OpenTelemetry.Instrumentation.AspNetCore
```

> **Note** This quickstart guide uses prerelease packages. For a quickstart
> which only relies on stable packages see: [Getting Started - Console
> Application](../getting-started-console/README.md). For more information about
> when instrumentation will be marked as stable see: [Instrumentation-1.0.0
> milestone](https://github.com/open-telemetry/opentelemetry-dotnet/milestone/23).

Update the `Program.cs` file with the code from [Program.cs](./Program.cs).

Run the application again (using `dotnet run`) and then browse to the url shown
Expand Down