Skip to content

Commit 18296a2

Browse files
authored
Fix incorrect article in OtlpJsonLoggingMetricExporter Javadoc (#8603)
1 parent 068d3af commit 18296a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exporters/logging-otlp/src/main/java/io/opentelemetry/exporter/logging/otlp/OtlpJsonLoggingMetricExporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class OtlpJsonLoggingMetricExporter implements MetricExporter {
2929
private final OtlpStdoutMetricExporter delegate;
3030

3131
/**
32-
* Returns a new {@link OtlpJsonLoggingMetricExporter} with a aggregation temporality of {@link
32+
* Returns a new {@link OtlpJsonLoggingMetricExporter} with an aggregation temporality of {@link
3333
* AggregationTemporality#CUMULATIVE}.
3434
*/
3535
public static MetricExporter create() {

0 commit comments

Comments
 (0)