Commit Graph

9 Commits

Author SHA1 Message Date
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
Yun-Ting Lin b538b9b9d4
Publicize required methods to allow for custom implementations of resource detectors. (#2949) 2022-03-02 18:05:57 -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 bf57502ae3
Refactor TracerProviderBuilder to API (#1536)
* Refactor TracerProviderBuilder to API

* REDIS TEST fix
2020-11-13 13:13:43 -08:00
xiang17 a2b1e363f0
Remove all unused using statements in the solution (#1354) 2020-10-15 17:43:29 -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
Eddy Nakamura c7429d25c9
Normalizing format (#1289)
updating gitattributes

updating

updating

updating

Revert "Normalizing format"

This reverts commit b571e430a73f65605481ef0a622a372bc8a787ae.

Updating everything to utf-8

applying lf

Revert "applying lf"

This reverts commit a54947f24ba69eecc931525f2a69647040fdc28d.

updating config

Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-09-19 09:45:29 -07:00
Reiley Yang 5e41c62327
enforce EOL=LF in CI (#1250)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-09-09 17:14:26 -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