Skip to content

Commit

Permalink
import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Sep 30, 2024
1 parent 1e060e4 commit c686b4d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------

namespace Microsoft.Azure.Cosmos.Telemetry
namespace Microsoft.Azure.Cosmos.Telemetry.Collector
{
using System;
using Microsoft.Azure.Cosmos.Telemetry.Collector;

internal interface ITelemetryCollector
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------

namespace Microsoft.Azure.Cosmos.Telemetry
namespace Microsoft.Azure.Cosmos.Telemetry.Collector
{
using System;
using System.Collections.Generic;
using Microsoft.Azure.Cosmos.Telemetry.Collector;
using Microsoft.Azure.Cosmos.Telemetry.OpenTelemetry;

/// <summary>
/// The OpenTelemetryMetricsCollector class is responsible for collecting and recording Cosmos DB operational metrics, such as item counts, request latency, request units, and regions contacted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// ------------------------------------------------------------

namespace Microsoft.Azure.Cosmos.Telemetry.OpenTelemetry
namespace Microsoft.Azure.Cosmos.Telemetry
{
using System;
using System.Collections.Concurrent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// ------------------------------------------------------------

namespace Microsoft.Azure.Cosmos.Telemetry.OpenTelemetry
namespace Microsoft.Azure.Cosmos.Telemetry
{
/// <summary>
/// OpenTelemetryMetricsConstant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests.Metrics
using OpenTelemetry;
using System.Diagnostics;
using OpenTelemetry.Resources;
using Microsoft.Azure.Cosmos.Telemetry.OpenTelemetry;
using OpenTelemetry.Exporter;
using Microsoft.Azure.Cosmos.Telemetry;

[TestClass]
public class OpenTelemetryMetricsTest : BaseCosmosClientHelper
Expand Down

0 comments on commit c686b4d

Please sign in to comment.