Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public partial interface ISubpackageObservabilityClient
/// Default Value: false
/// </param>
/// <param name="samplingRate">
/// Sampling rate between 0 and 1 (1 = 100%).
/// Sampling rate between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="type">
/// The destination type. Only stable destination types are accepted.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public partial interface ISubpackageObservabilityClient
/// When true, request/response bodies are not forwarded — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate between 0 and 1 (1 = 100%).
/// Sampling rate between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public sealed partial class CreateObservabilityDestinationRequest
public bool? PrivacyMode { get; set; }

/// <summary>
/// Sampling rate between 0 and 1 (1 = 100%).
/// Sampling rate between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
public double? SamplingRate { get; set; }
Expand Down Expand Up @@ -101,7 +101,7 @@ public sealed partial class CreateObservabilityDestinationRequest
/// Default Value: false
/// </param>
/// <param name="samplingRate">
/// Sampling rate between 0 and 1 (1 = 100%).
/// Sampling rate between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="workspaceId">
/// Optional workspace ID. Defaults to the authenticated entity's default workspace.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant1
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant1
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant10
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant10
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant11
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant11
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant12
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant12
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant13
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant13
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant14
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant14
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant15
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant15
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant16
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant16
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant17
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant17
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant2
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant2
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant3
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant3
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant4
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant4
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant5
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant5
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant6
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant6
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant7
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant7
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant8
public required bool PrivacyMode { get; set; }

/// <summary>
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sampling_rate")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -116,7 +116,7 @@ public sealed partial class CreateObservabilityDestinationResponseDataVariant8
/// When true, request/response bodies are not forwarded to this destination — only metadata.
/// </param>
/// <param name="samplingRate">
/// Sampling rate for events sent to this destination, between 0 and 1 (1 = 100%).
/// Sampling rate for events sent to this destination, between 0.0001 and 1 (1 = 100%).
/// </param>
/// <param name="updatedAt">
/// ISO timestamp of when the destination was last updated.
Expand Down
Loading