Skip to content

Commit

Permalink
Update .NET libraries page with new intro
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
  • Loading branch information
svrnm committed Jan 19, 2024
1 parent ce02806 commit 0e3a1f1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions content/en/docs/languages/net/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ linkTitle: Libraries
weight: 40
---

You can use
{{% docs/languages/libraries-intro ".NET" %}}

## Use Instrumentation Libraries

If a library does not come with OpenTelemetry out of the box, you can use
[instrumentation libraries](/docs/specs/otel/glossary/#instrumentation-library)
in order to generate telemetry data for a particular instrumented library.
in order to generate telemetry data for a library or framework.

For example,
[the instrumentation library for ASP.NET Core](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.AspNetCore)
Expand Down Expand Up @@ -111,9 +115,9 @@ You can also find more instrumentations available in the

## Next steps

After you have set up instrumentation libraries, you may want to add
[manual instrumentation](/docs/languages/net/instrumentation) to collect custom
telemetry data.
After you have set up instrumentation libraries, you may want to add your own
[instrumentation](/docs/languages/net/instrumentation) to your code, to collect
custom telemetry data.

If you are using .NET Framework 4.x instead of modern .NET, refer to the
[.NET Framework docs](/docs/languages/net/netframework) to configure
Expand Down

0 comments on commit 0e3a1f1

Please sign in to comment.