Commit Graph

38 Commits

Author SHA1 Message Date
Mikel Blanchard 3c592361eb
Update docs for StartWithHost removal. (#4178) 2023-02-10 15:41:36 -05: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 0b69b37136
[docs] Updates for DI tweaks (#4127) 2023-01-31 16:37:16 -05: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
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 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 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
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
Utkarsh Umesan Pillai c90ab4a2f2
Remove StackExchangeRedis Instrumenation (#3346)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2022-06-07 09:35:43 -07:00
Cijo Thomas b255183e82
Document about Status migration (#3091) 2022-03-24 14:12:35 -07:00
Travis Illig 3af5a3b0b4
Fix analyzer issues in docs (#3026) 2022-03-11 18:04:34 -08:00
Cijo Thomas 8b8b9348aa
Add example of using Baggage (#2990) 2022-03-08 21:19:33 -08:00
Yun-Ting Lin 778052f67f
Cleaned up changelog and added resource spec link. (#2966) 2022-03-02 20:01:27 -08:00
Yun-Ting Lin b538b9b9d4
Publicize required methods to allow for custom implementations of resource detectors. (#2949) 2022-03-02 18:05:57 -08:00
Reiley Yang f7c718eae0
Fix indentation (#2680) 2021-11-24 10:56:55 -08:00
Reiley Yang 635028834c
Add exporter ForceFlush (#2525) 2021-10-26 20:25:12 -07:00
Reiley Yang e12621b582
s/HelperExtensions/Extensions/ (#2370)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-09-17 11:00:53 -07:00
Dasith Wijesiriwardena f9d54acc61
Add guidance on injecting/extracting propagation context for out of proc requests (#2241) 2021-08-23 10:18:39 -07:00
Cijo Thomas 6894a034b8
Fix doc link (#2086) 2021-06-15 22:12:22 -07:00
Cijo Thomas ff9e0d6f49
Corrected documentation for legacy activity instrumentation (#1897)
* Corrected documentation for legacy activity instrumentation

* fix space

* PR review comment
2021-03-11 07:40:50 -08:00
Cijo Thomas 6c742e916a
Small doc fixes (#1800)
* Small doc fixes

* line

* mardownlint fix

* review comments
2021-02-05 13:04:28 -08:00
Cijo Thomas fe24768521
fix spec repo links to main branch (#1746) 2021-01-29 12:07:34 -08:00
Utkarsh Umesan Pillai e2a908e089
Added SimpleExporter and BatchExporter for Activity and LogRecord (#1622)
* Added SimpleExporter and BatchExporter for Activity and LogRecord

* Updated the .publicApi text files

* Updated the README to use SimpleActivityExportProcessor instead of SimpleExportProcessor<Activity>

* Updated CHANGELOG.md

* Updated CHANGELOG.md

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2021-01-06 11:59:19 -08:00
Cijo Thomas 9661a7c4dd
Filtering processor (#1559)
* Filtering processor

* fixes

* pr feedbacs

* readonle
2020-11-18 00:15:25 -08:00
Cijo Thomas 89cfdf01fb
More details for writing instrumention library (#1531)
* More details about instrumentation

* alighment
2020-11-12 19:16:08 -08:00
Cijo Thomas baa2972e49
Instrumentation Library doc (#1467)
* Draft of instrumentation doc

* more details

* markdowns

* minor

* link

* fix link

* doc fix

* minor

* link
2020-11-10 17:59:18 -08:00
Cijo Thomas 8775969819
Remove RentrantExportProcessor as it is not required by spec (#1496)
* Remove RentrantExportProcessor as it is not required by spec

* clean up api doc

* fix doc

* remove deadlinks

* remove test

* more removals
2020-11-09 16:31:23 -08:00
Reiley Yang 8f709b29f2
Add document for log exporter/processor (#1342)
* Add document for log exporter/processor

* minor improvement
2020-10-12 21:08:09 -07:00
Reiley Yang 71bb3635f5
ILogger integration - part 3 (#1328)
* extract common part

* make process/exporter generic

* update dependencies

* update all the tests and docs

* clean up

* changelog

* update readme

* prevent LogRecord to be inherited

* simplify example

* simplify the code

* revert accidental change
2020-10-07 09:55:54 -07:00
Reiley Yang 8fc88d28f6
Minor improvement on the "extending the sdk" doc (#1220)
* minor improvement on the customization doc

* add code snippet and more details

* make the snippet self-contained
2020-09-01 23:03:10 -07:00
Reiley Yang 6efe758b55
Add doc on how to correlate ILogger with trace (#1214)
* add doc for ILogger correlation with trace

* fix links

* mention that ILogger correlation only works for .NET5, clarify the options

* distinguish ILogger and Microsoft.Extensions.Logging

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-01 07:15:39 -07:00
Reiley Yang 3c4ed50bb9
Refactor docs/demo (#1211)
* refactor docs/demo

* normalize EOL

* add blank line before EOF

* fix hyperlinks
2020-08-31 15:05:47 -07:00