Skip to content

Commit d7cab22

Browse files
committed
docs(nodejs): remove old ref to node from the main readme
1 parent 48758ba commit d7cab22

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These 2 layers are meant to be used in conjunction to instrument your lambda fun
3333

3434
* **What exporters/receivers/processors are included from the OpenTelemetry Collector?**
3535
> You can check out [the stripped-down collector's imports](https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L18) in this repository for a full list of currently included components.
36-
36+
3737
> Self-built binaries of the collector have **experimental** support for a custom set of connectors/exporters/receivers/processors. For more information, see [(Experimental) Customized collector build](./collector/README.md#experimental-customized-collector-build)
3838
* **Is the Lambda layer provided or do I need to build it and distribute it myself?**
3939
> This repository provides pre-built Lambda layers, their ARNs are available in the [Releases](https://github.com/open-telemetry/opentelemetry-lambda/releases). You can also build the layers manually and publish them in your AWS account. This repo has files to facilitate doing that. More information is provided in [the Collector folder's README](collector/README.md).
@@ -100,10 +100,6 @@ The table below captures the state of various features and their levels of suppo
100100
* `N/A` not applicable to the particular language
101101
* blank cell means the status of the feature is not known.
102102

103-
The following are runtimes which are no longer or not yet supported by this repository:
104-
105-
* Node.js 12 - not [officially supported](https://github.com/open-telemetry/opentelemetry-js#supported-runtimes) by OpenTelemetry JS
106-
107103
[1]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md#general-attributes
108104
[2]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md#incoming-invocations
109105
[3]: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/faas/faas-spans.md#outgoing-invocations

0 commit comments

Comments
 (0)