Commit Graph

238 Commits

Author SHA1 Message Date
Piotr Kiełkowicz e9face3bac
Integrations json file generator (#1466) 2022-10-20 07:50:36 +00:00
Robert Pająk baa71c46cc
Update PowerShell module docs (#1467) 2022-10-19 12:37:49 +00:00
Rasmus Kuusmann ea5613fc0a
Powershell install module (#1297)
* Powershell installscript base

* update script

* Handle setup errors

* refactor

* remove IIS setup from core install

* fix missing mandatory param

* refactor public api param names

Signed-off-by: RassK <rkuusmann@splunk.com>

* fix hardcoded program files dir

* refactor internal names

* reformat code

* refactor string checks

* cleanup existing directory

* add module documentation

* Add readme section

Signed-off-by: RassK <rkuusmann@splunk.com>
2022-10-18 12:21:12 -07:00
Piotr Kiełkowicz e33cd49643
MySql.Data Instrumentation - support 8.0.31+ (#1420) 2022-10-18 08:08:03 +00:00
Piotr Kiełkowicz a997328b45
Process metrics (#1427) 2022-10-17 09:49:07 +02:00
Rajkumar Rangaraj 5c746e4c0a
OpenTelemetry.AutoInstrumentation NuGet package (#1368)
* Create Nuget package

* Update changelog

* Move nowarn message to Directory.Build.props

* PR feedback.

* testyaml

* Move to workflow

* Move from nuke to workflow.

* Remove test work

* Fix releasing doc

* PR feedback

* Nuspec changes

* PR feedback
2022-10-13 12:05:06 -07:00
Piotr Kiełkowicz eae60012f0
MassTransit 8.0+ tracing instrumentation (#1412) 2022-10-13 10:03:34 +02:00
Robert Pająk bca7ef0042
Fix file list in releasing doc (#1416) 2022-10-13 06:50:11 +02:00
Robert Pająk 2e1feee5f4
Update Shell script before release (#1407) 2022-10-12 16:05:44 +02:00
Robert Pająk 75f27c4e65
Calulate default OS_TYPE (#1403) 2022-10-12 05:28:58 +00:00
Reiley Yang d914bd63ad
Remove company info for emeritus (#1398)
I think the general practice is to avoid putting company name/info in the emeritus section since people will move and nobody is committed to keeping tracking these.
2022-10-11 05:30:14 +00:00
Piotr Kiełkowicz 2534ce3a37
Log warn when Prometheus exporter is configured (#1386)
* Log warn when Prometheus exporter is configured

* Apply suggestions from code review

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

* fix formating

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-10-10 13:54:57 -07:00
Piotr Kiełkowicz fc4e409eee
Support for B3 Single propagator (#1385) 2022-10-10 10:13:26 +00:00
dependabot[bot] 78e649bf92
Bump MongoDB.Driver.Core.Extensions.DiagnosticSources from 1.1.0 to 1.2.0 in /src/OpenTelemetry.AutoInstrumentation.AdditionalDeps (#1320)
* Bump MongoDB.Driver.Core.Extensions.DiagnosticSources

Bumps [MongoDB.Driver.Core.Extensions.DiagnosticSources](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources/releases)
- [Commits](https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources/compare/1.1.0...1.2.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver.Core.Extensions.DiagnosticSources
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update golden files

* Bump MongoDB.Driver in test application

* update documentation and changelog

* cleanup leftovers for MongoDB 2.7

* update instrumentation definition

* cleanup AdditionalDeps/runtime folder

* Copy Native dependencies to Store

* pr feedback revert if

* pr feedback - switch method to pattern matching

* pr feedback - remove redundant ifs

* Update CHANGELOG.md

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

* fix code formating - double empty lines

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-10-07 12:00:44 -07:00
Robert Pająk c39550280d
Change INSTALL_DIR to OTEL_DOTNET_AUTO_HOME in scripts (#1375)
Rename INSTALL_DIR to OTEL_DOTNET_AUTO_HOME in scripts
2022-10-06 14:05:23 -07:00
Robert Pająk 7a5ee35e4c
Refine scripts docs (#1360) 2022-10-06 11:48:55 +02:00
Robert Pająk d05630fa57
Prometheus exporter is not stable on Linux and macOS (#1369) 2022-10-05 23:42:40 +00:00
Robert Pająk 20194d16b9
Rename "distribution" to "operating system type" (#1358)
* Rename "distribution" to "operating system type"

* Fix CI build

* Remove line

* Apply suggestions from code review

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

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
2022-10-04 11:03:33 -07:00
Robert Pająk 8fb0af0afa
Add instrument.sh script (#1354) 2022-10-04 06:46:34 +00:00
Piotr Kiełkowicz da42322b08
Limit PublicAPI (#1302)
* Bump Microsoft.NETFramework.ReferenceAssemblies to 1.0.3

* Scaffolding for Public API analyzer

* Make whole Public API internal

* adjust class and method visibility

* document minimal public api

* exclude empty project from api analysis

* update release process - PR feedback

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-10-03 20:34:20 +00:00
Robert Pająk 828cb4dcca
Document Prometheus exporter (#1318)
Additional config.md refinements
2022-09-30 10:02:34 +00:00
Robert Pająk 3200fc71ea
Refine config.md (#1311)
* Refine config.md

* Apply suggestion
2022-09-29 12:54:47 -07:00
Rajkumar Rangaraj b752d79045
Remove OTEL_DOTNET_AUTO_LOGS_PARSE_STATE_VALUES (#1301) 2022-09-29 06:38:22 +00:00
Piotr Kiełkowicz 116285af55
Prettify tables in internal/config.md (#1286) 2022-09-28 10:00:06 +02:00
Rajkumar Rangaraj b9701ae974
Add ILogger bytecode instrumentation (#1262)
* Add logs using CLR Profiler.

* Update changelog

* PR feedback

* markdownlint

* PR feedback

* CLRAndHostingStartupTests

* doc update.

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-09-27 12:54:25 -07:00
Rasmus Kuusmann c32680660b
Add support for OTEL_DOTNET_AUTO_GRAPHQL_SET_DOCUMENT env var (#1265) 2022-09-26 16:09:37 +00:00
Robert Pająk a5fce34828
Add a convenient Bash script for installation (#1243) 2022-09-21 07:34:56 +00:00
Robert Pająk 90ac645e5c
Add missing condition when .NET profiler is not needed (#1251) 2022-09-20 11:04:32 +00:00
Robert Pająk 96ce0384ed
List unecessary env vars for source instrumentations (#1244) 2022-09-20 09:02:45 +00:00
Robert Pająk 5d1187793d
Facilitate flaky test resolution (#1229) 2022-09-15 13:36:43 +02:00
Piotr Kiełkowicz f4d81ff82d
Create whole log structure on Linux for Native code (#1224) 2022-09-15 06:33:33 +00:00
Piotr Kiełkowicz 083dc54506
binary -> bytecode (#1221) 2022-09-13 10:51:14 +00:00
Dawid Szmigielski 4240d19670
Add WCF instrumentation (#1125) 2022-09-13 11:58:24 +02:00
Robert Pająk 19dd51e315
Add ASPNETCORE_HOSTINGSTARTUPASSEMBLIES to instructions (#1219) 2022-09-12 17:52:25 +00:00
Rajkumar Rangaraj 7ab26bea6e
Logs: Update config.md and changelog. (#1214)
* Logs: Update config.md and changelog.

* markdownlint fix

* PR feedback
2022-09-09 15:32:26 -07:00
Rajkumar Rangaraj aed55dfa53
Introduce OTEL_DOTNET_AUTO_PLUGINS (#1174)
* Replaced `OTEL_DOTNET_AUTO_TRACES_PLUGINS` and `OTEL_DOTNET_AUTO_METRICS_PLUGINS`
  with new environment variable `OTEL_DOTNET_AUTO_PLUGINS`.

* Remove PluginTypeMissingExpectedMethod

* test update

* PR feedback

* Remove space.

* PR feedback

* Update changelog
2022-09-09 01:09:41 +00:00
Paulo Janotti 6c20a738c2
Release 0.3.1-beta.1 (#1211) 2022-09-08 15:36:16 -07:00
Piotr Kiełkowicz 24f151de04
Bump OTel Core Components to 1.3.1 (#1182) 2022-09-08 09:08:50 -07:00
Rasmus Kuusmann 6091c2fe49
Add Alpine binaries to release artifacts (#1142) 2022-08-31 14:40:27 +00:00
Piotr Kiełkowicz 7adbbc76c8
Update version tag after 0.3.0 release (#1129)
* Update version tag after 0.3.0 release

* add test to force us updating it
2022-08-29 11:51:06 -07:00
Piotr Kiełkowicz bc0880f91a
Move content from Core project to OpenTelemetry.AutoInstrumentation (#1128) 2022-08-26 11:55:04 -07:00
Paulo Janotti 059620bcea
Release 0.3.0 beta.1 (#1124)
* Release 0.3.0-beta.1

* Update list of files on releasing.md

* Update version in files used by build

* Update CHANGELOG.md

* Update doc link on README to v0.3.0
2022-08-24 11:57:38 -07:00
Piotr Kiełkowicz e5d699e9bf
Support for B3 multi propagator (#1089)
* Support for B3 multi propagator

* Apply suggestions from code review

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

* fix md lint

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-08-19 16:47:35 -07:00
Piotr Kiełkowicz 43ac1f1af7
Remove unused env variables (#1088)
* Remove unused env variables
OTEL_DOTNET_AUTO_METRICS_ENABLED and OTEL_DOTNET_AUTO_TRACES_ENABLED

* Update docs/config.md
2022-08-19 19:00:26 +00:00
Piotr Kiełkowicz 150159c6f7
Update links to testing env. (#1078)
Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-08-16 16:26:16 +00:00
Piotr Kiełkowicz 7e85cd2c37
Handle old versions of System.Runtime.CompilerServices.Unsafe (#1072)
* Add information about System.Runtime.CompilerServices.Unsafe

* Handle old versions of System.Runtime.CompilerServices.Unsafe

* fix redis test application

* Use internal implementation for ContinuationGenerator

* code review feedback, extend comment

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-08-15 22:50:45 +00:00
Chris Ventura 5ef5d91e31
Updating instrumentation tracker for 0.3.0-beta plans (#1029)
Updating instrumentation tracker for 0.3.0-beta plans.
2022-08-02 18:10:21 -07:00
Piotr Kiełkowicz 773c5fb040
Grpc.Net.Client instrumentation (#1022)
* Grpc.Net.Client instrumentation

* code review feedback

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-08-02 20:10:51 +00:00
Piotr Kiełkowicz cadc189791
Releasing process. Update OpenTelemetry Operator (#1023)
Rleasing process. Update OpenTelemetry Operator

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-08-02 18:33:18 +00:00
Piotr Kiełkowicz 076306d06e
StackExchange.Redis instrumentation for .NET Core 3.1+ (#979)
* Cleanup conditional references

* StackExchange.Redis intrumentation

* code review feedback

* Support from 2.0.405

* GraphQL - typo fixes in defined integrations

* remove launch settings

* typo fix in tests

* cleanup file header

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-07-28 12:06:27 -07:00
Robert Pająk 7d0c440135
Downgrade deps in test apps (#1007)
* Downgrade MongoDB.Driver

* Downgrade Microsoft.Data.SqlClient

* Remove Microsoft.Extensions.DependencyInjection.Abstractions

* Update developing.md

* Update dependabot config
2022-07-28 18:34:07 +00:00
Robert Pająk 1edc43c1b7
Integration testing strategy (#998) 2022-07-28 05:52:11 +00:00
Robert Pająk a0e37b24e0
Bump macos-10.15 to macos-11 (#995) 2022-07-27 06:15:00 +00:00
Robert Pająk 122ed8cd75
Update latest version hyperlink (#981) 2022-07-26 05:28:44 +00:00
Piotr Kiełkowicz e17bf05f29
Fix doc for MySqlData instrumentation (#973) 2022-07-21 09:18:10 +00:00
Piotr Kiełkowicz 67c68aac34
MySql.Data intrumentation (.NET Core 3.1+) (#950)
* Implement LazyInstrumentationLoader

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-07-21 07:15:00 +02:00
Robert Pająk f46886c52d
Document references from AdditionalDeps (#953)
* Document AdditionalDeps references

* Fix

* Refine readme
2022-07-19 07:53:37 -07:00
Chris Ventura 272ffe80f9
Add doc for instrumentation library support discussion (#931) 2022-07-19 06:08:58 +00:00
Robert Pająk 5906075380
Remove OTEL_DOTNET_AUTO_DOMAIN_NEUTRAL_INSTRUMENTATION (#941) 2022-07-15 21:51:45 +02:00
Robert Pająk f951cd688b
Remove OTEL_DOTNET_AUTO_{0}_ENABLED (#940)
* OTEL_DOTNET_AUTO_{0}_ENABLED is not working

* Revert

* Remove OTEL_DOTNET_AUTO_{0}_ENABLED

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-07-15 18:05:52 +00:00
Rasmus Kuusmann 3cd582e247
Add none option to instrumentations configuration (#937)
* add none option

* Update CHANGELOG.md

* refactor tests

Co-authored-by: Robert Pająk <pellared@hotmail.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-07-15 10:50:04 -07:00
Rasmus Kuusmann c083d5f81d
Enable all metrics by default (#934)
* Enable all metrics by default

* fix asp.net metrics tests

* typo fix

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-07-14 12:46:40 -07:00
Piotr Kiełkowicz 1ae8fc48c3
Npgsql instrumentation (#933)
* add Npgsql do the dictionary

* Npgsql - traces instrumentation

* typo fixes

* code review feedback
2022-07-14 10:29:53 -07:00
Rasmus Kuusmann 224a622387
Enable all trace instrumentations by default (simplified) (#932)
* detect asp.net core framework

* fix accessor

* cut ASP.NET Core on .NET Framework support
2022-07-13 10:52:45 -07:00
Robert Pająk 6229eb7589
Release 0.2.0-beta.1 (#923)
* Fix BindingRedirect example

* Update releasing process
2022-07-07 06:16:05 +00:00
Robert Pająk 35312608dc
Refine OTEL_METRIC_EXPORT_INTERVAL (#921) 2022-07-06 17:41:26 +02:00
Rajkumar Rangaraj 94fbe95c39
ASP.NET metrics tests (#901)
* .NET Framework metrics tests

* save work in progress

* Metrics exporter interval.

* Remove old changes

* Fix collector

* OTEL_AUTO_METRIC_EXPORT_INTERVAL->OTEL_METRIC_EXPORT_INTERVAL

* PR feedback.

* PR feedback
2022-06-30 21:11:08 +00:00
Robert Pająk f75eba9abf
Refine Assembly version conflicts docs (#913) 2022-06-30 19:45:30 +02:00
Paulo Janotti 17de331195
Correct the case for MongoDB (#899) 2022-06-28 18:00:59 -07:00
Paulo Janotti 20508f7149
Fix integration tests on Windows when using Linux containers (#888) 2022-06-28 19:56:32 +00:00
Robert Pająk 75d0f22219
Run nuke Workflow before release (#897) 2022-06-28 21:40:07 +02:00
Robert Pająk 043a044221
Fix and refine env var separators (#892)
* Refine StartupHookTests

* Use working OTEL_DOTNET_AUTO_EXCLUDE_PROCESSES seperators

* Fix env var seperator in native code

* Improve OTEL_DOTNET_AUTO_INTEGRATIONS_FILE seperator

* Fix IntegrationLoaderTest.LoadsFromEnvironment

* Add ApplicationIsNotIncluded test
2022-06-28 12:20:26 -07:00
Rajkumar Rangaraj 4dd0e18513
Add ASP.NET and HttpClient metrics instrumentation (#836)
* Add ASP.NET and HttpClient metrics instrumentation

* Example changes

* Update changelog
2022-06-13 08:44:15 -07:00
Rajkumar Rangaraj 233a31facc
Update example and document (#833)
* Update example and document

* update

* cspell update

* PR feedback

* Update Readme
2022-06-10 12:44:22 -07:00
Piotr Kiełkowicz 4c72168715
Rename OTEL_DOTNET_AUTO_TRACES_INSTRUMENTATION_PLUGINS to OTEL_DOTNET_AUTO_TRACES_PLUGINS (#837)
* fix changelog for OTEL_DOTNET_AUTO_TRACES_DISABLED_INSTRUMENTATIONS

* rename OTEL_DOTNET_AUTO_TRACES_INSTRUMENTATION_PLUGINS -> OTEL_DOTNET_AUTO_TRACES_PLUGINS
2022-06-10 08:30:18 -07:00
Piotr Kiełkowicz 44b5693b87
Bump OpenTelemetry core packages to 1.3.0 and non-core to 1.0.0-rc9.4 (#717)
* bump OpenTelemetry
core components to 1.3.0 and non-core components to 1.0.0-rc9.4

* update changelog

* Bump Microsoft.Extensions.Logging.Abstractions in MongoDB tests
The change was introduced by OTel 1.3.0-beta 1
2022-06-07 07:25:48 +02:00
Robert Pająk a019421638
Rework "Instrument a .NET application" section (#695)
* Improve README.md

* '  ' to ' '

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-05-24 10:12:48 -07:00
Rajkumar Rangaraj 5ed7f1bf91
Update Metrics document - Config.md (#693)
* Update config.md

* Fix link

* PR feedback

* Update

* Removed entire line earlier , adding it back with removal of sentence.
2022-05-24 09:34:48 -07:00
Robert Pająk ad3feb30a7
Document IIS instrumentation (#688) 2022-05-23 18:40:17 +00:00
Piotr Kiełkowicz 0ac626bb93
Add link to released documentation (#685)
We have an issue reported on slack. The customer missed that he is using in-development documentation.
2022-05-18 13:43:36 -07:00
Robert Pająk de74739f28
Document Windows Service instrumentation (#673)
* Document Windows Service instrumentation

* Refactor

* Fix typos

* Update docs/windows-service-instrumentation.md

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

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2022-05-13 09:54:56 -07:00
Paulo Janotti cccdec06cd
List Raj as a maintainer (#667) 2022-05-11 23:09:14 +00:00
Rajkumar Rangaraj eafccb351d
Metric Exporters Prep - Rename ConfigurationKeys Variables (#657)
* Rename variables in ConfigurationKeys

* PR feedback

* PR feedback

Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-05-11 06:30:51 +00:00
Rajkumar Rangaraj d3b9cd7a15
Metric Exporters Prep - Rename Environment Variables (#652)
* Rename environment variables

* Update changelog

* PR feedback
2022-05-07 07:49:39 -07:00
Robert Pająk ddda63036e
Document all supported OTEL exporter env vars (#648) 2022-05-04 18:46:15 +00:00
Piotr Kiełkowicz 384df5b542
Drop support for .NET 5 (#640) 2022-04-29 10:35:47 -07:00
Rasmus Kuusmann cfa6ee4f05
Update Changelog and MongoDB docs (#635)
* Update docs

* configure md024 rule

* Update CHANGELOG.md

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

Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-28 22:54:51 +00:00
Robert Pająk 349674bd78
Add versioning documentation (#629)
* Add versioning documentation

* Update versioning.md

* Update versioning.md

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-28 17:57:32 +00:00
Robert Pająk c529510d6c
Update troubleshooting.md (#628) 2022-04-25 21:43:10 +02:00
Piotr Kiełkowicz bb757e5f41
Spellcheck documentation (#627)
* add recomended VS Code plugin for spellcheck

* install cspell-cli

* spellcheck step for nuke and npm

* update CI step

* fix typos

* cspell configuration

* add corelib to do-net dictionary

* revert changes in OTEL_DOTNET_AUTO_FLUSH_ON_UNHANDLEDEXCEPTION
2022-04-25 10:04:54 -07: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
Robert Pająk d7ad144e64
Release 0.1.0-beta.1 (#575)
* Bump version from 0.0.1 to 0.1.0

* Update CHANGELOG.md

* Move reference to CONTRIBUTING.md higher

* Refine README.md

- Document InstallationLocation
- Extract - instead of install

* Update the hyperlink to The Book of the Runtime
2022-04-21 21:42:57 +00:00
Robert Pająk b1c92f968a
Run integration tests on .NET 4.6.2 (#574) 2022-04-21 22:47:58 +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
Robert Pająk 0e9ea15aaa
Ask for feedback (#573)
* Ask for experience reports

* Update README.md

* Update CONTRIBUTING.md

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-04-20 14:19:46 -07:00
Robert Pająk f328d87f26
Add Kielek to approvers (#569) 2022-04-20 20:40:08 +02:00
Piotr Kiełkowicz 8e8bda8d7d
Add markdownlint (#556) 2022-04-20 10:50:20 +02:00
Chris Ventura 947d79b3a2
Bump OTel core components to stable 1.2.0 release (#552) 2022-04-19 07:47:03 +00:00
Chris Ventura f66e98964c
Adds configuration to control the processing of unhandled exceptions. (#489)
* Adds configuration to control the processing of unhandled exceptions.

* Update src/OpenTelemetry.AutoInstrumentation/Configuration/Settings.cs

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

* Fix cref for unhandled exception event.

* Add unhandled exception config setting to config doc.

* Fix unhandled exception cref in a better way.

* Update unhandled exception setting name.

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-04-18 13:44:22 -07:00
Mateusz Łach cd309dfc08
remove OTEL_DOTNET_AUTO_LOG_PATH env var (#488) 2022-04-14 10:45:56 -07:00