Commit Graph

18 Commits

Author SHA1 Message Date
Mateusz Łach f44d250076
Troubleshooting docs update (#2326)
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2023-03-17 08:49:18 +00:00
Mateusz Łach 61df3cb24e
Configurable log level - native code and loader (#2288)
* handle configured log level in native code and loader

* dotnet format

* remove benchmark for removed logger

* update build after benchmark removal

* docs update

* update changelog after OTEL_DOTNET_AUTO_DEBUG removal

* extract log level consts

* Update CHANGELOG.md

Co-authored-by: Robert Pająk <pellared@hotmail.com>

* static inline consts

* pr feedback

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2023-03-07 09:05:42 -08:00
Paulo Janotti e2a12bf096
Add host tracing to troubleshooting doc (#2186)
* Add host tracing to troubleshooting doc

* Add COREHOST and TRACEFILE to dot-net.txt
2023-02-10 10:37:31 +01:00
Paulo Janotti 7b59b25d8e
Fix dotnet CLI usage: additional deps support to roll-forward (#2165)
* Add dotnet CLI integration tests

* Stop dotnet build servers during dotnet CLI tests

* Allow roll forward on shared store

* dotnet-format fixes

* Fix verified files for DistributionStructure test

* Update docs with info about `dotnet` CLI.

* Fix name typo in Build.Steps.cs

* PR feedback
2023-02-09 17:54:34 +00:00
Paulo Janotti 8a5f599fb2
Make dotnet CLI issue more visible in the docs (#2128)
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2023-02-01 06:40:10 +00:00
Robert Pająk c7ff7fc167
Document dotnet instrumentation issue (#2091)
* Document dotnet instrumentation issue

* Fix typo

---------

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2023-01-27 18:12:11 +00:00
Paulo Janotti a684cd66ba
Add GAC info to docs (#1986) 2023-01-13 13:12:43 +00:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Piotr Kiełkowicz 9ddba05e62
Remove support for OTEL_DOTNET_AUTO_INCLUDE_PROCESSES (#1619) 2022-11-15 10:36:59 +00:00
Robert Pająk f75eba9abf
Refine Assembly version conflicts docs (#913) 2022-06-30 19:45:30 +02:00
Robert Pająk ad3feb30a7
Document IIS instrumentation (#688) 2022-05-23 18:40:17 +00:00
Robert Pająk c529510d6c
Update troubleshooting.md (#628) 2022-04-25 21:43:10 +02:00
Rasmus Kuusmann 7d96d53eb2
Update troubleshooting doc (#623)
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-04-21 22:28:37 +00:00
Piotr Kiełkowicz 8e8bda8d7d
Add markdownlint (#556) 2022-04-20 10:50:20 +02:00
Fabrizio Ferri-Benedetti 65d8bc0ec6
Edit documentation (#483)
* Edit documentation

* Update docs/config.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Update examples/README.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>

* Move note on profiler env var prefixes

* Revert sample to example

* Update README.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-14 09:59:14 -07:00
Robert Pająk c27b64c7ee
Keep a Changelog (#467)
* Keep a Changelog

* Fix typo

* Fix typo

* Remove old files

* Add supported .NET versions

* Better word

* Apply suggestions from code review

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update docs/design.md

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-11 21:18:54 +00:00
Paulo Janotti 1312cbba92
Rename samples 2 examples (#428)
* Change "Samples" to "Examples"

* Further renames (ns, apps, related markdown)
2022-03-30 08:11:02 +00:00
Robert Pająk 282698f67d
Upload binaries during CI build (#374)
* Upload bin/tracer-home during CI build

* Update docs

* Fix wording

* Add DOTNET_* env vars

* Move DOTNET_ADDITIONAL_DEPS and DOTNET_SHARED_STORE documentation to config.md

* Fix links and reformat

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>

* Apply suggestions from code review

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* Update troubleshooting.md

* DOTNET_SHARED_STORE

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2022-02-24 10:42:32 -08:00