Skip to content

Commit

Permalink
[sdk-metrics] Clean up some malformed xml docs in exemplar code (#5572)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Apr 26, 2024
1 parent 864bcfc commit 2b09864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OpenTelemetry/Metrics/Exemplar/ExemplarReservoir.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace OpenTelemetry.Metrics;
/// ExemplarReservoir base implementation and contract.
/// </summary>
/// <remarks>
/// <remarks><inheritdoc cref="Exemplar" path="/remarks/para[@experimental-warning='true']"/></remarks>
/// <inheritdoc cref="Exemplar" path="/remarks/para[@experimental-warning='true']"/>
/// Specification: <see
/// href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exemplarreservoir"/>.
/// </remarks>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry/Metrics/MetricStreamConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public string[]? TagKeys
/// when storing <see cref="Exemplar"/>s.
/// </summary>
/// <remarks>
/// <remarks><inheritdoc cref="Exemplar" path="/remarks/para[@experimental-warning='true']"/></remarks>
/// <inheritdoc cref="Exemplar" path="/remarks/para[@experimental-warning='true']"/>
/// <para>Note: Returning <see langword="null"/> from the factory function will
/// result in the default <see cref="ExemplarReservoir"/> being chosen by
/// the SDK based on the type of metric.</para>
Expand Down

0 comments on commit 2b09864

Please sign in to comment.