Commit Graph

6 Commits

Author SHA1 Message Date
Robert Pająk e9948977bb
Rename TestApplication.Wcf.Client.Core to TestApplication.Wcf.Client.DotNet (#1875)
- Rename TestApplication.Wcf.Client.Core to TestApplication.Wcf.Client.DotNet

- Remove TestApplication.Wcf.Client.Shared from .sln file

- Add launchSettings.json that is generated during build
2022-12-29 13:48:27 +00:00
dependabot[bot] d64c37351c
Bump OpenTelemetry.Instrumentation.Wcf from 1.0.0-rc.7 to 1.0.0-rc.8 in /src/OpenTelemetry.AutoInstrumentation (#1868)
* Bump OpenTelemetry.Instrumentation.Wcf

Bumps [OpenTelemetry.Instrumentation.Wcf](https://github.com/open-telemetry/opentelemetry-dotnet-contrib) from 1.0.0-rc.7 to 1.0.0-rc.8.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/releases)
- [Commits](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/compare/Instrumentation.Wcf-1.0.0-rc.7...Instrumentation.Wcf-1.0.0-rc.8)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Instrumentation.Wcf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update other files

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2022-12-29 11:12:51 +01:00
Dawid Szmigielski 7217f67d5c
WCF instrumentation on .NET Framework (#1821)
* Remove reference to System.ServiceModel.Primitives in wcf framework test application

* Change required assembly for WCF initialization to System.ServiceModel

* Update documentation

* Change required assembly for .NET Core

* Change TargetFramework back to TargetFrameworks
2022-12-14 06:37:42 -08:00
Robert Pająk 0d0d95273e
Document newly supported env vars (#1675)
* OTEL_METRIC_EXPORT_TIMEOUT

* OTEL_BSP_*

* Fix default for OTEL_EXPORTER_JAEGER_ENDPOINT

* Bump Grpc.Net.Client in docs based on upstream configuration

* OTEL_*_LIMIT for otlp

* Add link to Prometheus Exporter HttpListener documentation

* Bump DiagnosticSource to 7.0.0 in docs
2022-11-28 14:12:37 +00:00
Piotr Kiełkowicz 5782c35eb2
Drop .NET Core 3.1 support (#1603) 2022-11-10 08:38:11 +00:00
Dawid Szmigielski 4240d19670
Add WCF instrumentation (#1125) 2022-09-13 11:58:24 +02:00