File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
opentelemetry-exporter-metrics-otlp-grpc Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ All notable changes to experimental packages in this project will be documented
2828
2929### :books : (Refine Doc)
3030
31+ * docs(grpc-exporters): remove 'web' as supported from README.md [ #3070 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/3070 ) @pichlermarc
32+
3133### :house : (Internal)
3234
3335* test: add node 18 and remove EoL node versions [ #3048 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/3048 ) @dyladan
Original file line number Diff line number Diff line change 33[ ![ NPM Published Version] [ npm-img ]] [ npm-url ]
44[ ![ Apache License] [ license-image ]] [ license-image ]
55
6- This module provides exporter for web and node to be used with [ opentelemetry-collector] [ opentelemetry-collector-url ] .
6+ This module provides exporter for node to be used with [ opentelemetry-collector] [ opentelemetry-collector-url ] .
77Compatible with [ opentelemetry-collector] [ opentelemetry-collector-url ] versions ` >=0.16 <=0.50 ` .
88
99## Installation
@@ -121,7 +121,7 @@ The OTLPTraceExporter has a timeout configuration option which is the maximum ti
121121 url: ' <collector-hostname>:<port>' ,
122122 metadata, // // an optional grpc.Metadata object to be sent with each request
123123 };
124-
124+
125125 const exporter = new OTLPTraceExporter (collectorOptions);
126126 ```
127127
Original file line number Diff line number Diff line change 33[ ![ NPM Published Version] [ npm-img ]] [ npm-url ]
44[ ![ Apache License] [ license-image ]] [ license-image ]
55
6- This module provides exporter for web and node to be used with [ opentelemetry-collector] [ opentelemetry-collector-url ] .
6+ This module provides exporter for node to be used with [ opentelemetry-collector] [ opentelemetry-collector-url ] .
77Compatible with [ opentelemetry-collector] [ opentelemetry-collector-url ] versions ` >=0.16 <=0.53 ` .
88
99## Installation
You can’t perform that action at this time.
0 commit comments