Commit Graph

5 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 9c1d42a80b
Avoid shortcuts in the project name (#2509) 2023-05-05 19:56:26 +00:00
Mateusz Łach cc2c30ae5a
Additional tests for custom sdk scenario (#2081) 2023-01-27 11:05:04 +00:00
Robert Pająk 4f61a89b8a
Document app.config limitation (#2070) 2023-01-25 09:06:26 +00:00
Piotr Kiełkowicz 116285af55
Prettify tables in internal/config.md (#1286) 2022-09-28 10:00:06 +02:00
Zach Montoya 8ec1d72cc1
Configuration Cleanup for beta release (#495)
* First pass at documentation cleanup. This may be too aggressive, but I'm happy to discuss. Key changes include:
- Remove public documentation of settings primarily geared toward repo authors
- Split up exporter configurations into smaller sections and redirect to the SDK for all environment variables handled by the SDK.
- Split up the .NET CLR Profiler table into two tables so it's very clear for users to copy/paste environment variable names

* Apply suggestions from code review

Commit Fabrizio's suggestions

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

* Add a new file docs/internal/config.md to document configuration settings that are not public-facing

* Combine the .NET Framework and .NET Core environment variable tables again but with improved environmnent variable keys

* Update table columns from "Default" to "Default value" based on feedback

* Add important environment variables to each exporter and add disclaimer about OTEL_EXPORTER_OTLP_PROTOCOL defaulting to protobuf

* Update docs/internal/config.md

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

* Attempt to fix most markdown issues

* Slight modifications to hopefully pass the linter

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-20 15:41:04 -07:00