forked from open-telemetry/opentelemetry-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Node to js (open-telemetry#54)
- Loading branch information
1 parent
18bfa22
commit 9a56922
Showing
6 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,11 +21,11 @@ for general practices for OpenTelemetry project. | |
|
||
### Fork | ||
|
||
In the interest of keeping this repository clean and manageable, you should work from a fork. To create a fork, click the 'Fork' button at the top of the repository, then clone the fork locally using `git clone [email protected]:USERNAME/opentelemetry-node.git`. | ||
In the interest of keeping this repository clean and manageable, you should work from a fork. To create a fork, click the 'Fork' button at the top of the repository, then clone the fork locally using `git clone [email protected]:USERNAME/opentelemetry-js.git`. | ||
|
||
You should also add this repository as an "upstream" repo to your local copy, in order to keep it up to date. You can add this as a remote like so: | ||
``` | ||
git remote add upstream https://github.com/open-telemetry/opentelemetry-node.git | ||
git remote add upstream https://github.com/open-telemetry/opentelemetry-js.git | ||
#verify that the upstream exists | ||
git remote -v | ||
|
@@ -44,7 +44,7 @@ Please also see [GitHub workflow](https://github.com/open-telemetry/community/bl | |
|
||
### Running the tests | ||
|
||
The `opentelemetry-node` project is written in TypeScript. | ||
The `opentelemetry-js` project is written in TypeScript. | ||
|
||
- `yarn install` or `npm install` to install dependencies. | ||
- `yarn compile` or `npm run compile` compiles the code, checking for type errors. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# OpenTelemetry Node SDK - distributed tracing and stats collection framework | ||
# OpenTelemetry - distributed tracing and stats collection framework | ||
|
||
Node Channel: [![Gitter chat][node-gitter-image]][node-gitter-url] | ||
|
||
Community Channel: [![Gitter chat][main-gitter-image]][main-gitter-url] | ||
|
||
|
||
We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and | ||
[good first issue][good-first-issues] to get started with the project. Follow | ||
[CONTRIBUTING](CONTRIBUTING.md) guide to report issues or submit a proposal. | ||
|
||
## Contributing | ||
We have a weekly SIG meeting! See the [community page](https://github.com/open-telemetry/community#nodejs-sdk) for meeting details and notes. | ||
|
||
[main-gitter-image]: https://badges.gitter.im/open-telemetry/community.svg | ||
[main-gitter-url]: https://gitter.im/open-telemetry/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
[node-gitter-image]: https://badges.gitter.im/open-telemetry/opentelemetry-node.svg | ||
[node-gitter-image]: https://badges.gitter.im/open-telemetry/opentelemetry-js.svg | ||
[node-gitter-url]: https://gitter.im/open-telemetry/opentelemetry-node?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
|
||
We have a weekly SIG meeting! See the [community page](https://github.com/open-telemetry/community#nodejs-sdk) for meeting details and notes. | ||
[up-for-grabs-issues]: https://github.com/open-telemetry/OpenTelemetry-js/issues?q=is%3Aissue+is%3Aopen+label%3Aup-for-grabs | ||
[good-first-issues]: https://github.com/open-telemetry/OpenTelemetry-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters