Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: minor tweaks to the READMEs for some clarity #105

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Disclaimer

This is a work-in-progress.

# Elastic OpenTelemetry Node.js

This repository holds Node.js packages authored by Elastic for using
OpenTelemetry. Primarily that includes
and working with OpenTelemetry. Primarily that includes
[`@elastic/opentelemetry-node`](./packages/opentelemetry-node), the
Elastic distribution of the OpenTelemetry Node.js SDK. It may also
Elastic OpenTelemetry Node.js Distribution. It may also
include other Elastic-authored instrumentations or other utilities.


7 changes: 5 additions & 2 deletions packages/opentelemetry-node/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
**Disclaimer**: This project is currently in early development.
# Elastic OpenTelemetry Node.js Distribution

This is Elastic's OpenTelemetry Node.js SDK distribution. It is a light wrapper
This is the Elastic OpenTelemetry Node.js Distribution. It is a light wrapper
around the OpenTelemetry Node SDK that makes it easier to get started using
OpenTelemetry in your Node.js applications, especially if you are using [Elastic
Observability](https://www.elastic.co/observability) as your observability
solution.

# Current status

Pre-alpha

# Install

Expand Down