Commit Graph

133 Commits

Author SHA1 Message Date
Mikel Blanchard 3c592361eb
Update docs for StartWithHost removal. (#4178) 2023-02-10 15:41:36 -05:00
Mikel Blanchard 74212a2402
[sdk+hosting] Move AddOpenTelemetry & OpenTelemetryBuilder into Hosting package (#4174)
* Move AddOpenTelemetry & OpenTelemetryBuilder into Hosting package.

* Added Azure Functions warning.

* Test fixes.

* Test fixes.

* Patch CHANGELOGs.

* Hosting README updates.

* Comment tweak.

* Clean up.

* Test cleanup.

* MD lint.

* Test fixes.
2023-02-10 12:11:26 -08:00
Mikel Blanchard 94f67d8a8c
Revert "[sdk] Use reflection and dynamic types to start providers (#4151)" (#4173)
This reverts commit b549e12148.
2023-02-09 10:14:12 -08:00
Mikel Blanchard b549e12148
[sdk] Use reflection and dynamic types to start providers (#4151)
* Remove StartWithHost extension and using reflection to do the work in SDK.

* Warning cleanup.

* Fix up.

* Improved logging.

* Remove OpenTelemetry.Extensions.Hosting dependency from examples & docs.

* Test fixes.

* Fixes and test updates.

* Bug fix.

* Patch CHANGELOGs.

* Clean up.

* Support Azure Functions TelemetryHostedService dependency inspection logic.

* Code review.

* Code review.

* Code review.

---------

Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2023-02-08 15:20:02 -08:00
Mikel Blanchard 074c0196f1
[docs] Update "note" styling (#4130)
* Clean up.

* Update notes to use github styling.

* Clean up.

* MD028 lint hack.
2023-01-31 16:53:05 -08:00
Mikel Blanchard 6e7505af19
Tweaks to DI docs. (#4129) 2023-01-31 14:34:20 -08:00
Mikel Blanchard 0b69b37136
[docs] Updates for DI tweaks (#4127) 2023-01-31 16:37:16 -05:00
Timothy Mothra ff6efe784b
cleanup tests and docs (#4099) 2023-01-24 22:14:57 -05:00
Mikel Blanchard bb0c381478
[docs] ASP.NET Core tracing get started doc (#4076)
* Added ASP.NET Core tracing get started doc.

* Link to reference.

* Lint.

* Fixes.

* Use cdn to retrieve npm dependencies.

* Tweaks.

* Tweaks.

* Code review.

* Added prerelease note.

* Tweak.

Co-authored-by: Reiley Yang <reyang@microsoft.com>
2023-01-17 13:46:13 -08:00
Utkarsh Umesan Pillai 3157b5ce12
Remove unnecessary using statements (#4023)
* Remove unnecessary using statements from docs, examples, benchmarks and stress tests
2022-12-20 11:20:15 -08:00
Piotr Kiełkowicz 54b60b59b4
elasticsearch link fix (#4021) 2022-12-19 19:52:41 +05:30
Mikel Blanchard 9836d3addb
[DependencyInjection] Introduce new package and refactor SDK (#3923) 2022-12-08 15:24:44 -08:00
Timothy Mothra 804c448d2e
add nullable enable to Common.props and disable in projects. (#3964) 2022-12-05 15:33:57 -08:00
Han Gao 260460787f
[DOC] Update Jaeger tutorial to use OTLP Exporter (#3940)
* [DOC] Update Jaeger tutorial to use OTLP Exporter

* fix HttpClient could not be found in .NET framework error during CI

* fix markdown lint issue

* Update jaeger example .csproj file

* Update docs/trace/getting-started-jaeger/getting-started-jaeger.csproj

* Remove redundant options setting and update README

Co-authored-by: Reiley Yang <reyang@microsoft.com>
2022-11-30 11:10:23 -08:00
Mikel Blanchard bf95a54901
Removed AddExporter API for 1.4 release. (#3908)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-17 12:30:37 -05:00
Mikel Blanchard 656bd7c8b2
[Hosting] README updates (#3913)
* OpenTelemetry.Extensions.Hosting README updates.

* Review.

Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-17 00:23:25 -05:00
Mikel Blanchard 018dc9cc49
Cleaned up notes. (#3899) 2022-11-14 10:21:33 -08:00
Mikel Blanchard 1daa2e3a4f
[docs] TracerProviderBuilder configuration docs updates (#3894)
* Configuration docs.

* Tweaks + lint.

* Spellcheck.

* Tweaks.

* Lint.

* Code review.

* Tweaks.

* Code review.

* Code review.

Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2022-11-14 10:00:29 -08:00
Utkarsh Umesan Pillai c7aefab687
Minor doc fix (#3892) 2022-11-11 14:54:48 -08:00
Mikel Blanchard 165b6f4ca4
[Repo] TracerProviderBuilder dependency injection docs updates (#3869)
* Added content for the "Guidance for library authors" section.

* Code review.

* Spellcheck!

* Code review.

* Code review.

* Code review.

* Bug fix.

* Lint.

* Tweaks.

Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2022-11-10 09:44:29 -08:00
Mikel Blanchard 00e89d3596
[Repo] Added initial TracerProviderBuilder dependency injection docs (#3865)
* Added initial TracerProviderBuilder dependency injection docs.

* Code review and lint.

* Code review.

Co-authored-by: Utkarsh Umesan Pillai <utpilla@microsoft.com>
2022-11-07 10:16:58 -08:00
Mikel Blanchard 6c3beef649
[Repo] Expand processor & exporter section in tracing docs (#3855) 2022-11-02 20:15:21 -04:00
Mikel Blanchard 180a8f928d
[Repo] Remove duplicate content from SDK README (#3853) 2022-11-01 19:49:32 -04:00
Mikel Blanchard 14794b8022
Fix typo. (#3838) 2022-10-28 14:03:04 -04:00
Mikel Blanchard f921ae3945
Adjust filtering processor example. (#3834) 2022-10-27 19:51:46 -04:00
Cijo Thomas 7e44089cf3
More doc tweaks (#3805)
* More doc tweaks

* remove draft staatus
2022-10-22 07:10:31 -07:00
Cijo Thomas f94ccb789a
Move more docs to docs folder (#3801) 2022-10-21 13:16:31 -04:00
Cijo Thomas 13ea238abb
Move more SDK docs to docs folder (#3794) 2022-10-20 13:10:15 -04:00
Robert Pająk 2ebea481f2
docs: auto-instrumentation vs instrumentation state (#3452) 2022-07-18 16:36:22 -07:00
Utkarsh Umesan Pillai 1f4d97e3e0
Remove AspNet and AspNet.TelemetryHttpModule instrumentation projects (#3397) 2022-06-23 21:15:17 -07:00
Mikel Blanchard 870eb92e5c
Examples: Fix ParentProvider not being set on MyFilteringProcessor (#3370)
* Fix ParentProvider not being set on MyFilteringProcessor example.

* Added XML comments.

* Tweak.

* Typo.
2022-06-16 15:32:29 -07:00
Utkarsh Umesan Pillai c90ab4a2f2
Remove StackExchangeRedis Instrumenation (#3346)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-06-07 09:35:43 -07:00
Reiley Yang 7a4f9325da
Add mermaid diagrams (#3260) 2022-05-09 10:18:18 -07:00
Reiley Yang 032514dd4a
Add Jaeger tutorial (#3258)
* add Jaeger tutorial

* http instr
2022-05-08 07:58:45 -07:00
Travis Illig d294140a33
Add VS Code recommended spell check extension (#3127) 2022-04-06 08:35:38 -07:00
Reiley Yang 62bb66a7db
Revert the unwanted change in examples (#3138)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-04-05 07:30:21 -07:00
Cijo Thomas e8ccab063b
Exception reporting doc to use newly added Activity.SetStatus (#3114)
* Add SetStatus to getting started

* Use new Activity Status method for exception reporting docs
2022-03-30 15:33:00 -07:00
Cijo Thomas a25f2861c2
Add SetStatus to getting started (#3111) 2022-03-30 14:04:22 -07:00
Cijo Thomas bbaffca3c1
Minor tweak to getting started tracing doc (#3110) 2022-03-30 13:21:25 -07:00
Carter Socha dbdcf4956e
add code samples & sample flag to traces getting started guide (#3099) 2022-03-30 12:44:09 -07:00
Reiley Yang 7d34791474
Fix typo (#3102) 2022-03-29 10:16:11 -07:00
Cijo Thomas b255183e82
Document about Status migration (#3091) 2022-03-24 14:12:35 -07:00
Piotr Kiełkowicz dff9adeaf8
Documentation - allow long lines for tables and code blocks (#3049) 2022-03-15 11:36:19 -07:00
Travis Illig 3af5a3b0b4
Fix analyzer issues in docs (#3026) 2022-03-11 18:04:34 -08:00
Travis Illig d55de344f1
Fix IDE0090: 'using' statement can be simplified. (#3017) 2022-03-10 21:32:41 -08:00
Travis Illig 58f13ba7e2
Fix IDE0071: Interpolation can be simplified. (#3015) 2022-03-10 14:12:58 -08:00
Xavier 52258f12e3
Asp6sample (#2989) 2022-03-10 12:33:12 -08:00
Cijo Thomas 0a84e11272
Dotnet instead of Dotnet Core in docs (#3004) 2022-03-10 10:10:07 -08:00
Travis Illig 2a97920ff0
Fix IDE0090: 'new' expression can be simplified. (#3012)
* Set rule for new() usage.

* Fix IDE0090 "'new' expression can be simplified"
2022-03-10 08:57:53 -08:00
Cijo Thomas 055b564a75
Add links to dotnet runtime repo in docs (#3000) 2022-03-09 20:56:05 -08:00