Skip to content

Commit

Permalink
revert jaerge
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Feb 23, 2022
1 parent e8e10e7 commit f4af392
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
in the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/9a0a3300c6269c2837a1d7c9c5232ec816f63222/specification/sdk-environment-variables.md?plain=1#L129).
([#2914](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2914))

* Use SuppressInstrumentationScope in Export method to prevent
internal operations from being instrumented.
([#2935](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2935))

## 1.2.0-rc2

Released 2022-Feb-02
Expand Down
3 changes: 0 additions & 3 deletions src/OpenTelemetry.Exporter.Jaeger/JaegerExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ internal JaegerExporter(JaegerExporterOptions options, TProtocolFactory protocol
/// <inheritdoc/>
public override ExportResult Export(in Batch<Activity> activityBatch)
{
// Prevent Jaeger's HTTP operations from being instrumented.
using var scope = SuppressInstrumentationScope.Begin();

try
{
if (this.Batch == null)
Expand Down

0 comments on commit f4af392

Please sign in to comment.