Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/OpenTelemetry.Instrumentation.Wcf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Update OTel SDK version to `1.3.1`.
([#631](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/631))
* Change value `rpc.system` from `wcf` to `dotnet_wcf`.
([#837](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/837))

## 1.0.0-rc.7

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ internal static class WcfInstrumentationConstants
public const string WcfChannelSchemeTag = "wcf.channel.scheme";
public const string WcfChannelPathTag = "wcf.channel.path";

public const string WcfSystemValue = "wcf";
public const string WcfSystemValue = "dotnet_wcf";
}