Skip to content

Commit

Permalink
Fix copypasta artifact (#6311)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Mar 20, 2024
1 parent 6e3d087 commit 8a73f45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import java.util.logging.Logger;

/**
* A {@link MetricExporter} which writes {@linkplain MetricData spans} to a {@link Logger} in OTLP
* A {@link MetricExporter} which writes {@linkplain MetricData metrics} to a {@link Logger} in OTLP
* JSON format. Each log line will include a single {@code ResourceMetrics}.
*/
public final class OtlpJsonLoggingMetricExporter implements MetricExporter {
Expand Down

0 comments on commit 8a73f45

Please sign in to comment.