* 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>