Skip to content

Commit

Permalink
Add missing XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Jul 17, 2021
1 parent 38a5db8 commit 9ffb409
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ internal OtlpMetricsExporter(OtlpExporterOptions options, OtlpCollector.MetricsS

internal OtlpResource.Resource ProcessResource { get; private set; }

/// <inheritdoc />
public override ExportResult Export(in Batch<MetricItem> batch)
{
if (this.ProcessResource == null)
Expand Down

0 comments on commit 9ffb409

Please sign in to comment.