Skip to content

Commit 33baa00

Browse files
committed
chore: typo
1 parent 04faf33 commit 33baa00

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ To request automatic tracing support for a module not on this list, please [file
284284

285285
## Upgrade guidelines
286286

287-
### 0.25.x to 0.26.x
287+
### 0.25.x to 1.x.y
288288

289289
Collector exporter packages and types are renamed:
290290

@@ -294,18 +294,18 @@ Collector exporter packages and types are renamed:
294294
- `CollectorMetricExporter` => `OTLPMetricExporter`
295295
- `CollectorExporterBrowserBase` => `OTLPExporterBrowserBase`
296296
- `CollectorExporterNodeBase` => `OTLPExporterNodeBase`
297-
- `OTLPExporterConfigBase` => `OTLPExporterConfigBase`
298-
- `OTLPExporterError` => `OTLPExporterError`
299-
- `OTLP_SPAN_KIND_MAPPING` => `OTLP_SPAN_KIND_MAPPING`
300-
- `otlpTypes` => `otlpTypes`
297+
- `CollectorExporterConfigBase` => `OTLPExporterConfigBase`
298+
- `CollectorExporterError` => `OTLPExporterError`
299+
- `COLLECTOR_SPAN_KIND_MAPPING` => `OTLP_SPAN_KIND_MAPPING`
300+
- `collectorTypes` => `otlpTypes`
301301
- `@opentelemetry/exporter-collector-grpc` => `@opentelemetry/exporter-otlp-grpc`
302-
- `OTLPTraceExporter` => `OTLPTraceExporter`
303-
- `OTLPMetricExporter` => `OTLPMetricExporter`
304-
- `OTLPExporterConfigNode` => `OTLPExporterConfigNode`
302+
- `CollectorTraceExporter` => `OTLPTraceExporter`
303+
- `CollectorMetricExporter` => `OTLPMetricExporter`
304+
- `CollectorExporterConfigNode` => `OTLPExporterConfigNode`
305305
- `@opentelemetry/exporter-collector-proto` => `@opentelemetry/exporter-otlp-proto`
306-
- `OTLPExporterNodeBase` => `OTLPExporterNodeBase`
307-
- `OTLPMetricExporter` => `OTLPMetricExporter`
308-
- `OTLPTraceExporter` => `OTLPTraceExporter`
306+
- `CollectorExporterNodeBase` => `OTLPExporterNodeBase`
307+
- `CollectorMetricExporter` => `OTLPMetricExporter`
308+
- `CollectorTraceExporter` => `OTLPTraceExporter`
309309

310310
### 0.24.x to 0.25.x
311311

0 commit comments

Comments
 (0)