Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit da4b1ae

Browse files
authored
Merge branch 'main' into noopspan
2 parents 47692dc + 9fba460 commit da4b1ae

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
1+
2+
---
3+
<p align="center">
4+
<strong>
5+
<a href="https://open-telemetry.github.io/opentelemetry-js">API Documentation<a/>
6+
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
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+
132
# OpenTelemetry API for JavaScript
233

334
[![NPM Published Version][npm-img]][npm-url]
435
[![dependencies][dependencies-image]][dependencies-url]
536
[![devDependencies][devDependencies-image]][devDependencies-url]
6-
[![Apache License][license-image]][license-image]
737

838
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.
939

@@ -100,6 +130,5 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
100130
[devDependencies-url]: https://david-dm.org/open-telemetry/opentelemetry-js-api?type=dev
101131
[npm-url]: https://www.npmjs.com/package/@opentelemetry/api
102132
[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fapi.svg
103-
104133
[docs-tracing]: https://github.com/open-telemetry/opentelemetry-js-api/blob/main/docs/tracing.md
105134
[docs-sdk-registration]: https://github.com/open-telemetry/opentelemetry-js-api/blob/main/docs/sdk-registration.md

0 commit comments

Comments
 (0)