Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Sep 4, 2023
1 parent 705d0c6 commit 2893f91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions Microsoft.Azure.Cosmos/src/CosmosClientTelemetryOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@
namespace Microsoft.Azure.Cosmos
{
/// <summary>
/// Telemetry Options for Cosmos Client
/// Telemetry Options for Cosmos Client to enable/disable telemetry and distributed tracing along with corresponding threshold values.
/// </summary>
public class CosmosClientTelemetryOptions
#if PREVIEW
public
#else
internal
#endif
class CosmosClientTelemetryOptions
{
/// <summary>
/// Disable sending telemetry to service, <see cref="CosmosThresholdOptions"/> is not applicable to this as of now.
/// Disable sending telemetry to service, <see cref="Microsoft.Azure.Cosmos.CosmosThresholdOptions"/> is not applicable to this as of now.
/// This option will disable sending telemetry to service.even it is opt-in from portal.
/// </summary>
/// <remarks>By default, it is false</remarks>
Expand Down
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/src/CosmosThresholdOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Azure.Cosmos
using System;

/// <summary>
/// Threshold options for telemetry
/// Threshold values for Distributed Tracing
/// </summary>
#if PREVIEW
public
Expand Down

0 comments on commit 2893f91

Please sign in to comment.