Skip to content

Commit

Permalink
docs(exporter-logs-otlp-http): change OTLPLogsExporter to OTLPLogExpo…
Browse files Browse the repository at this point in the history
…rter (#4790)
  • Loading branch information
falsyvalues committed Jun 18, 2024
1 parent dd83751 commit 9e421f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experimental/packages/exporter-logs-otlp-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import {
LoggerProvider,
BatchLogRecordProcessor,
} from '@opentelemetry/sdk-logs';
import { OTLPLogsExporter } from '@opentelemetry/exporter-logs-otlp-http';
import { OTLPLogExporter } from '@opentelemetry/exporter-logs-otlp-http';

// exporter options. see all options in OTLPExporterNodeConfigBase
const collectorOptions = {
Expand Down

0 comments on commit 9e421f6

Please sign in to comment.