-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic .NET Automatic Instrumentation doc page (#1740)
- Loading branch information
Showing
6 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Automatic Instrumentation | ||
linkTitle: Automatic | ||
weight: 3 | ||
--- | ||
|
||
You can use [automatic instrumentation](/docs/reference/specification/glossary/#automatic-instrumentation) | ||
to initalize [signal](/docs/reference/specification/glossary/#signals) providers | ||
and generate telemetry data for supported [instrumented libraries](/docs/reference/specification/glossary/#instrumented-library) | ||
without modifying the application's source code. | ||
|
||
[Here][release] you can find the latest release of | ||
OpenTelemetry .NET Automatic Instrumentation. | ||
|
||
You can find the documentation in the [project's repository][repo]. | ||
|
||
## Next steps | ||
|
||
After you have set up instrumentation libraries, you may want to add [manual | ||
instrumentation](/docs/instrumentation/net/manual) to collect custom telemetry | ||
data. | ||
|
||
If you do not want to rely on automatic instrumentation, | ||
which is currently in beta, you may want to use [instrumentation libraries] | ||
(/docs/instrumentation/net/libraries) explicitly instead. | ||
|
||
[release]: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/latest | ||
[repo]: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters