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 57ea3d2 commit 320e618
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
6 changes: 0 additions & 6 deletions Microsoft.Azure.Cosmos.sln
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ Global
{B5B3631D-AC2F-4257-855D-D6FE12F20B60}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B3631D-AC2F-4257-855D-D6FE12F20B60}.Release|x64.ActiveCfg = Release|Any CPU
{B5B3631D-AC2F-4257-855D-D6FE12F20B60}.Release|x64.Build.0 = Release|Any CPU
<<<<<<< HEAD
{021DDC27-02EF-42C4-9A9E-AA600833C2EE}.Cover|Any CPU.ActiveCfg = Debug|Any CPU
{021DDC27-02EF-42C4-9A9E-AA600833C2EE}.Cover|Any CPU.Build.0 = Debug|Any CPU
{021DDC27-02EF-42C4-9A9E-AA600833C2EE}.Cover|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -179,7 +178,6 @@ Global
{021DDC27-02EF-42C4-9A9E-AA600833C2EE}.Release|Any CPU.Build.0 = Release|Any CPU
{021DDC27-02EF-42C4-9A9E-AA600833C2EE}.Release|x64.ActiveCfg = Release|Any CPU
{021DDC27-02EF-42C4-9A9E-AA600833C2EE}.Release|x64.Build.0 = Release|Any CPU
<<<<<<< HEAD
{CE4D6DA8-148D-4A98-943B-D8C2D532E1DC}.Cover|Any CPU.ActiveCfg = Debug|Any CPU
{CE4D6DA8-148D-4A98-943B-D8C2D532E1DC}.Cover|Any CPU.Build.0 = Debug|Any CPU
{CE4D6DA8-148D-4A98-943B-D8C2D532E1DC}.Cover|x64.ActiveCfg = Debug|Any CPU
Expand All @@ -192,10 +190,6 @@ Global
{CE4D6DA8-148D-4A98-943B-D8C2D532E1DC}.Release|Any CPU.Build.0 = Release|Any CPU
{CE4D6DA8-148D-4A98-943B-D8C2D532E1DC}.Release|x64.ActiveCfg = Release|Any CPU
{CE4D6DA8-148D-4A98-943B-D8C2D532E1DC}.Release|x64.Build.0 = Release|Any CPU
=======
>>>>>>> ad9938c8e (wip)
=======
>>>>>>> f4692fac2 (rewrite meters)
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
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 320e618

Please sign in to comment.