Commit Graph

238 Commits

Author SHA1 Message Date
Piotr Kiełkowicz b51a767c8a
Drop support for Jaeger exporter (#1896) 2023-01-04 16:26:15 -08:00
Piotr Kiełkowicz 5284642ae1
Add Elasticsearch traces instrumentations (#1890) 2023-01-04 11:24:53 +00:00
Robert Pająk 1aa9403c7d
Install netfx dlls into GAC (#1884)
* Install netfx dlls into GAC

* Better output (silent)

* Fix the bad path

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
2023-01-03 14:58:12 -08:00
Piotr Kiełkowicz d1e9202c38
Add NServiceBus traces and metrics instrumentation (#1881) 2023-01-03 11:55:55 +01:00
Robert Pająk 345beca02a
Add AspNetCoreMvc as playground example (#1877) 2023-01-02 16:05:12 +01:00
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
Paulo Janotti de86993d60
Automatic netfx assembly redirection (#1825)
* Redirect assemblies for .NET Fx via CLR profiler

* Bump transitive dependencies to latest

* Revert "Bump transitive dependencies to latest"

This reverts commit e291eb893dbbe11bebccbf1957b01ff56a46f765.

We need some extra work to automate this process and also a friendly way
to register assemblies in the GAC.

* Add NETFX to dot-net.txt

* Link changelog addition to table in config.md

2nd round with changelog text

* Move MapToFolder to Build.Steps.cs

* Restore skip assemblies and prefixes if redirection is off

* Simplify auto generated redirection source file

* Shorten the env var used to control netfx redirection
2022-12-21 19:13:08 +00:00
Rasmus Kuusmann 948cd89eb0
Bump fmt to 9.1.0 (#1822)
* bump fmt to 9.1.0

* update windows fmt & spdlog

* fix fmt install type (static)

* Add native dependencies doc

* separate spdlog inclusions
2022-12-16 09:03:19 -08: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
Piotr Kiełkowicz 1b2dd22eaf
Bump OTel 1.4.0-rc.1 (#1748)
* Bump OTel to 1.4.0-rc.1

* ConfigureResource api was removed in https://github.com/open-telemetry/opentelemetry-dotnet/pull/3999

* Update limits based on
https://github.com/open-telemetry/opentelemetry-dotnet/pull/3978

* Fix build structure
OpenTelemetry references OpenTelemetry.Extensions.DependencyInjection package

* Fix ModuleTests

* Handle AspNetCore metrics changes
2022-12-13 07:19:04 -08:00
Piotr Kiełkowicz 864d3bdd30
Plugins - add support for StackExchangeRedisCallsInstrumentationOptions (#1743) 2022-12-09 11:04:49 -08:00
Dawid Szmigielski 2929ecce2b
Automate creating of the release draft (#1736) 2022-12-08 11:54:31 +01:00
Piotr Kiełkowicz 1ac707ee11
Release 0.5.1-beta.2 (#1733) 2022-12-08 08:52:54 +00:00
Robert Pająk 358034be08
Update development environment (#1720)
* Update development environment docs

* Add .NET 7.0 SDK

* Fix docs lint

* Increase sleep - SQL Server often needs more time

* set -ex

* Update developing.md

* Update developing.md

* Update developing.md

* Update developing.md

* Update developing.md

* Update codespaces-init.sh

* Update developing.md

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
2022-12-07 22:49:12 +00:00
Robert Pająk 01554dc01c
Update versioning before stable (#1707) 2022-12-07 08:59:06 +00:00
Robert Pająk d20dc008f1
Refer to published release (#1716) 2022-12-07 07:48:58 +00:00
Robert Pająk bac9c02c0a
Recreate examples (#1708) 2022-12-07 08:22:36 +01:00
Piotr Kiełkowicz 6e69ae298e
Add Initializing plugin extensions point (#1705) 2022-12-06 10:20:54 +01:00
Robert Pająk 62c9b002b3
Fix docs for limit env vars (#1702) 2022-12-05 22:09:38 +00:00
Piotr Kiełkowicz 47a6c3ac75
Support OTEL_TRACES_SAMPLER and OTEL_TRACES_SAMPLER_ARG (#1696) 2022-12-01 11:38:45 +01:00
Robert Pająk 73ea6721ba
Release 0.5.1-beta.1 (#1690) 2022-11-30 09:26:11 +00:00
Paulo Janotti 1b80bc4564
Update design doc: focus on load mechanism (#1682) 2022-11-30 09:42:49 +01:00
Piotr Kiełkowicz 617081bbd0
Separate extension points for signal options (#1689) 2022-11-29 15:16:03 +01:00
dependabot[bot] 3682c6acd0
Bump OpenTelemetry.Instrumentation.AspNet from 1.0.0-rc9.6 to 1.0.0-rc9.7 in /src/OpenTelemetry.AutoInstrumentation (#1684)
* Bump OpenTelemetry.Instrumentation.AspNet

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

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

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

* Update documentation

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-11-29 07:10:14 +00: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 4c4171c885
Bump OTel to 1.4.0-beta.3 (#1647)
* Bump OpenTelemetry.AutoInstrumentation dependencies to 1.4.0-beta.3
and other released to the newest versions

* Adjust setting up Prometheus exporter
based on https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Exporter.Prometheus.HttpListener/CHANGELOG.md#140-alpha2

* Remove Microsoft.Extensions.Logging.Abstractions from duplicated libraries list
After upgrade all places references 7.0.0

* Reintroduce DiagnosticSource source to additional deps
it is needed by .NET 6 applications

* Bump Additional Dependencies to 7.0
as we should always bring the newest packages

* Use HttpClientInstrumentationOptions instead of HttpWebRequestInstrumentationOptions
based on 399fbcfaab

* Add Microsoft.Extensions.Configuration.EnvironmentVariables to Additional Store
introduced by f191e846d3

* Fix references in Smoke tests

* Update SourceNames for Http Instrumentation
due to https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.Http/CHANGELOG.md#100-rc96

* Change expected span names for Http Instrumentation
changes due to
d8c017079f
https://github.com/open-telemetry/opentelemetry-dotnet/pull/3415
8add3db43a

* Update Sql Integration name
due to https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Instrumentation.SqlClient/CHANGELOG.md#100-rc95

* Update tests dependencies

* Binding to System.Memory 4.0.1.2 to avoid conflicts with loaded library
Workaround will be fixed in scope of https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/1646

* Update distributed structure

* Remove reference to HttpWebRequestInstrumentationOptions
from documentation. It was removed from instrumentation package

* Dotnet format fix

* Propagate workaround from 411e778fac to TestApplication.Http.NetFramework

* Bump OpenTelemetry.Instrumentation.Runtime to 1.1.0-beta.1

* Remove todo comment
we expect that it will be needed shortly

* Remove DiagnosticSource reference from TestApplication.Http
It is not used in the application, so it is loaded from additional store

* Update documentation
2022-11-25 07:44:59 +01:00
Robert Pająk a3765f6585
Update docs (#1670) 2022-11-24 14:27:49 +00:00
Robert Pająk 773dce6bda
Release 0.5.0 (#1649)
* Update releasing

* Add ASPNETCORE_HOSTINGSTARTUPASSEMBLIES to envvars.sh

* Fix plugin publish in examples
2022-11-24 14:26:23 +01:00
Piotr Kiełkowicz d8d8332f63
Remove framework version from distribution structure (#1661) 2022-11-24 11:37:00 +00:00
Robert Pająk 1e5dfda075
docs: Bump vulnerable dependencies (#1648) 2022-11-23 11:04:00 +01:00
Robert Pająk 2bad20fcc4
Refine semantic conventions stability (#1636)
* Refine semantic Conventions stability

* Update versioning.md

* Update versioning.md

* Update versioning.md

* Update docs/versioning.md

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

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-11-21 17:04:42 +00:00
Piotr Kiełkowicz fadc76d6a9
Add support to OTEL_DOTNET_AUTO_LOGS_ENABLED (#1629) 2022-11-18 23:32:02 +00:00
Piotr Kiełkowicz 47883cc111
Fix zipkin default endpoint (#1627) 2022-11-17 10:35:49 +01:00
Robert Pająk a18f13dadf
Remove support for System.Data.SqlClient trace instrumentation (#1624) 2022-11-16 15:07:22 +01:00
Piotr Kiełkowicz 9ddba05e62
Remove support for OTEL_DOTNET_AUTO_INCLUDE_PROCESSES (#1619) 2022-11-15 10:36:59 +00:00
Piotr Kiełkowicz 5782c35eb2
Drop .NET Core 3.1 support (#1603) 2022-11-10 08:38:11 +00:00
Rasmus Kuusmann 79ff7dc750
Support options change in plugins (#1542) 2022-11-08 08:55:56 +00:00
Rasmus Kuusmann 6bc031badf
Disable OpenTracing by default (#1539) 2022-11-03 13:09:54 +01:00
Piotr Kiełkowicz 453612fe32
Rename _AT_STARTUP env vars to _ENABLED (#1518) 2022-10-31 09:42:37 +00:00
Piotr Kiełkowicz 65099d8d42
Drop support for OTEL_DOTNET_AUTO_ENABLED (#1517) 2022-10-28 09:56:22 +00:00
Robert Pająk 9ed0adfddc
Document supported library version for WCF insturmentation (#1516) 2022-10-28 08:48:34 +00:00
Robert Pająk d02b9ccd23
Release 0.4.0-beta.1 (#1506) 2022-10-27 09:03:13 +02:00
Piotr Kiełkowicz 03cc269232
Link check (#1503) 2022-10-26 11:06:22 +00:00
Robert Pająk fd7a851ad0
Rename download.sh to otel-dotnet-auto-install.sh (#1501) 2022-10-26 07:00:54 +00:00
Rasmus Kuusmann 6f7f12e24c
Fix PS module name in README.md (#1495) 2022-10-25 15:10:53 +00:00
Rasmus Kuusmann 6535133e33
Correct DotNet name case (#1489) 2022-10-24 11:37:28 +00:00
Paulo Janotti 98872699ef
Add note about AspNet metrics instrumentation (#1486) 2022-10-24 08:19:11 +02:00
Piotr Kiełkowicz b4a4120bbd
Enable/disable log instrumentations (#1475)
* Introduce instrumentation types

* extend generator

* support for disabling logs bytecode integrations

* update documentation

* change LoggingBuilder instrumentation name to ILogger

* Support managing log instrumentation in managed code

* update changelog

* PR feedback - config

* add LogsNoneInstrumentations test

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-10-21 13:31:53 -07:00
Rasmus Kuusmann 65ab4e0b9f
Refine PowerShell install module (#1473) 2022-10-21 09:25:01 +02:00