|
| 1 | + |
| 2 | +--- |
| 3 | +<p align="center"> |
| 4 | + <strong> |
| 5 | + <a href="https://open-telemetry.github.io/opentelemetry-js">API Documentation<a/> |
| 6 | + • |
| 7 | + <a href="https://github.com/open-telemetry/opentelemetry-js/discussions">Getting In Touch (GitHub Discussions)<a/> |
| 8 | + </strong> |
| 9 | +</p> |
| 10 | + |
| 11 | +<p align="center"> |
| 12 | + <a href="https://github.com/open-telemetry/opentelemetry-js-api/releases"> |
| 13 | + <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/open-telemetry/opentelemetry-js-api?include_prereleases&style=for-the-badge"> |
| 14 | + </a> |
| 15 | + <a href="https://codecov.io/gh/open-telemetry/opentelemetry-js-api/branch/main/"> |
| 16 | + <img alt="Codecov Status" src="https://img.shields.io/codecov/c/github/open-telemetry/opentelemetry-js-api?style=for-the-badge"> |
| 17 | + </a> |
| 18 | + <a href="https://github.com/open-telemetry/opentelemetry-js-api/blob/main/LICENSE"> |
| 19 | + <img alt="license" src="https://img.shields.io/badge/license-Apache_2.0-green.svg?style=for-the-badge"> |
| 20 | + </a> |
| 21 | + <br/> |
| 22 | + <a href="https://github.com/open-telemetry/opentelemetry-js-api/actions/workflows/docs.yaml"> |
| 23 | + <img alt="Build Status" src="https://github.com/open-telemetry/opentelemetry-js-api/actions/workflows/test.yaml/badge.svg?branch=main"> |
| 24 | + </a> |
| 25 | + <a href="https://github.com/open-telemetry/opentelemetry-js-api/actions/workflows/test.yaml?query=branch%3Amain"> |
| 26 | + <img alt="Build Status" src="https://github.com/open-telemetry/opentelemetry-js-api/actions/workflows/docs.yaml/badge.svg"> |
| 27 | + </a> |
| 28 | +</p> |
| 29 | + |
| 30 | +--- |
| 31 | + |
1 | 32 | # OpenTelemetry API for JavaScript
|
2 | 33 |
|
3 | 34 | [![NPM Published Version][npm-img]][npm-url]
|
4 | 35 | [![dependencies][dependencies-image]][dependencies-url]
|
5 | 36 | [![devDependencies][devDependencies-image]][devDependencies-url]
|
6 |
| -[![Apache License][license-image]][license-image] |
7 | 37 |
|
8 | 38 | This package provides everything needed to interact with the OpenTelemetry API, including all TypeScript interfaces, enums, and no-op implementations. It is intended for use both on the server and in the browser.
|
9 | 39 |
|
@@ -100,6 +130,5 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
|
100 | 130 | [devDependencies-url]: https://david-dm.org/open-telemetry/opentelemetry-js-api?type=dev
|
101 | 131 | [npm-url]: https://www.npmjs.com/package/@opentelemetry/api
|
102 | 132 | [npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fapi.svg
|
103 |
| - |
104 | 133 | [docs-tracing]: https://github.com/open-telemetry/opentelemetry-js-api/blob/main/docs/tracing.md
|
105 | 134 | [docs-sdk-registration]: https://github.com/open-telemetry/opentelemetry-js-api/blob/main/docs/sdk-registration.md
|
0 commit comments