Commit Graph

23 Commits

Author SHA1 Message Date
Reiley Yang dfd8ca0f79
Update the link pointing to main branch (#1753)
* update the spec link pointing to main branch)

* update community repo links
2021-01-29 13:48:22 -08:00
Cijo Thomas fe24768521
fix spec repo links to main branch (#1746) 2021-01-29 12:07:34 -08:00
Cijo Thomas 240b09632f
Opentelemetry SDK doc (#1630)
* Add OpenTelemetry SDK readme

* fix markdownlint issiues

* fix minmor

* fix ordering

* fix docfox
2020-11-30 08:45:00 -08:00
xiang17 9e90fce29c
Enable self diagnostics module (#1573)
* Enable self diagnostics module

* remove duplicate space

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-17 17:55:57 -08:00
Cijo Thomas 3c49d35cf1
Cleanup logging docs (#1563)
* Cleanup logging docs

* remove dead link

* fix link
2020-11-17 08:07:45 -08:00
xiang17 32a500c586
[SelfDiagnosticsModule] Add user guide for troubleshooting (#1477)
* Add troubleshooting doc to enable self diagnostics module

* Add explanation on EventLevel and parsing failure behavior.

* Change the configuration file name to OTEL_DIAGNOSTICS.json

* Add more explanation

* Rename EventLevel to LogLevel

* Add link to EventLevel enum

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-11-09 14:57:25 -08:00
Reiley Yang a6795c224f
sanitize EOL for *.md files (#1257) 2020-09-10 09:47:32 -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
Eddy Nakamura 351c788fd7
Renaming ProbabilitySampler to TraceIdRatioBasedSampler (#1174)
* Renaming ProbabilitySampler to TraceIdRatioBasedSampler

* updating changelog

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-27 07:17:01 -07:00
Cijo Thomas 4907f69a6d
Modify Exporter docs (#1065)
* Exporter doc improvements

* Add new readme

* fix readme

* fix deadlinks

* remove space trailing

* some review comments addressed

* more feedback

* sanity check
2020-08-13 08:59:02 -07:00
Cijo Thomas e86e49a2e9
Replace docs example with actual code (#1054)
* Replace doc with actual program

* fix

* min

* fix

* review coment

* fix format

* fix docfx build
2020-08-12 08:48:31 -07:00
Rajkumar Rangaraj 7943d96938
Fix Samplers to match spec (#1037)
* Modified sampler to return Decision

* Added missing functionalites affected with conflict.

* Added test

* Fix test

* Removed IsAllDataRequested check from processor

* Checking if sampler is null.

* Adding code missed from conflict

* Incorporating PR feedback

* Fix test

* Removed OpenTelemetry.Trace.Samplers namespace

* Update to changelog

* Moved test to tracersdk

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-11 19:25:35 -07:00
Reiley Yang 637874f49e
Doc skeleton (#943)
* skeleton doc

* fix nits
2020-07-30 23:01:35 -07:00
Cijo Thomas 920b0ed8d2
Provide MeterProvider to replace MeterFactory to be in sync with spec. (#919)
* Provide MeterProvider to replace MeterFactory to be in sync with spec.

* move OpenTelemetrymetrics to metrics folder

* Update examples/Console/TestPrometheusExporter.cs

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Sdk.CreateTracerProvider CreateMeterProvider

* move Sdk to root

* makr Sdk static

Co-authored-by: Reiley Yang <reyang@microsoft.com>
2020-07-24 15:27:21 -07:00
Reiley Yang 89ac132a28
fix nits in the doc (#915) 2020-07-24 09:31:19 -07:00
Reiley Yang 62613e4e7a
Clean up SDK doc (#889)
* consolidate SDK doc

* clean up

* update the name

* update the doc to reflect API change

* update the doc to reflect API change

* fix ci

* Revert "fix ci"

This reverts commit 00dd532819.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-23 12:38:09 -07:00
Cijo Thomas c470f0bb9c
TracerProvider renamings (#887)
* TracerProvider renamings

* rename

* Remove customization.md as its contents are part of SDK readme

* read only Default in TracerPRovier
2020-07-23 00:09:50 -07:00
Cijo Thomas 4b4f0e95af
More refactorings, renamings, namespace shortenings. (#886)
* Rename OpenTelemetrySdk to TracerProviderSdk. Rename OpenTelemetryBuilder to TracerProviderBuilder

* renaming

* Shorter namespace for TracerProvider

* simpler namespace.

* revert unwanted change brought by git merge

* doc changes

* remove dup
2020-07-22 16:46:45 -07:00
Cijo Thomas 1ed4a28927
Basic eventsource logging for ZipkinExporter and minor renamings (#877)
* Rename to OpenTelemetryProtocolExporterEventSource

* Add basic eventsource logging int ZipkinExporter

* clean readme
2020-07-22 06:53:39 -07:00
Cijo Thomas df2d44be07
Small tweaks to Docs. (#868)
* Minor improvements to API readme.md

* SDK docs minor with sampling added

* line lentg

* intallation step at top

* lint
2020-07-21 14:11:15 -07:00
Reiley Yang 234399c093
Move SDK doc, minor clean up (#858)
* move SDK doc, minor clean up

* update link

* fix typo

* fix typo

* remove exporter from SDK doc

* remove broken link

* update badge

* fix typo

* fix code snippet indentation

* fix code snippet indentation

* fix nits

* fix nits

* fix nits
2020-07-20 21:19:54 -07:00
Reiley Yang 2892bdd072
Clean up doc structure (#851)
* more docs

* lint

* simplify command
2020-07-20 15:09:12 -07:00