Changing namespace for otlp / console exporters (#798)

* Changing namespace for otlp

* updating OT.Exporter.Console namespace as well

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
This commit is contained in:
Eddy Nakamura 2020-07-10 17:45:46 -03:00 committed by GitHub
parent 987218dac2
commit 7e1ca5b93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,9 @@
// </copyright>
using System;
using OpenTelemetry.Trace.Configuration;
using OpenTelemetry.Exporter.Console;
namespace OpenTelemetry.Exporter.Console
namespace OpenTelemetry.Trace.Configuration
{
public static class OpenTelemetryBuilderExtensions
{

View File

@ -15,9 +15,10 @@
// </copyright>
using System;
using OpenTelemetry.Exporter.OpenTelemetryProtocol;
using OpenTelemetry.Trace.Configuration;
namespace OpenTelemetry.Exporter.OpenTelemetryProtocol
namespace OpenTelemetry.Trace.Configuration
{
/// <summary>
/// Extension methods to simplify registering of the OpenTelemetry Protocol (OTLP) exporter.