Skip to content

Commit ff907cf

Browse files
authored
chore: update README (#462)
1 parent 0392064 commit ff907cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To get started, see [@opentelemetry/tracing](https://github.com/open-telemetry/o
1515
## Release Schedule
1616

1717
OpenTelemetry JS is under active development.
18-
This release isn't guaranteed to conform to a specific version of the specification, and future
18+
This release isn't guaranteed to conform to a specific version of the specification, and future
1919
releases will not attempt to maintain backwards compatibility with the alpha release.
2020

2121
The _alpha_ release includes:
@@ -55,7 +55,7 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry
5555

5656
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*
5757

58-
Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers))::
58+
Maintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)):
5959

6060
- [Mayur Kale](https://github.com/mayurkale22), Google
6161
- [Daniel Khan](https://github.com/danielkhan), Dynatrace
@@ -98,6 +98,8 @@ OpenTelemetry can collect tracing data automatically using plugins. Vendors/User
9898
- [@opentelemetry/plugin-http](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-http)
9999
- [@opentelemetry/plugin-grpc](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-grpc)
100100
- [@opentelemetry/plugin-https](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-https)
101+
- [@opentelemetry/plugin-dns](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-dns)
102+
- [@opentelemetry/plugin-mongodb](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-mongodb) - WIP
101103
- [@opentelemetry/plugin-postgres](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-postgres) - WIP
102104

103105
To request automatic tracing support for a module not on this list, please [file an issue](https://github.com/open-telemetry/opentelemetry-js/issues). Alternatively, you can [write a plugin yourself](https://github.com/open-telemetry/opentelemetry-js/blob/master/doc/plugin-guide.md).

0 commit comments

Comments
 (0)