You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-85
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,13 @@
36
36
37
37
---
38
38
39
-
## About this project
39
+
## OpenTelemetry Python
40
40
41
-
The Python [OpenTelemetry](https://opentelemetry.io/)client.
41
+
The Python [OpenTelemetry](https://opentelemetry.io/)implementation.
42
42
43
-
## Installation
43
+
## Getting started
44
+
45
+
OpenTelemetry's goal is to provide a single set of APIs to capture distributed traces and metrics from your application and send them to an observability platform. This project allows you to do just that for applications written in Python.
44
46
45
47
This repository includes multiple installable packages. The `opentelemetry-api`
46
48
package includes abstract classes and no-op implementations that comprise the OpenTelemetry API following
@@ -52,9 +54,6 @@ Libraries that produce telemetry data should only depend on `opentelemetry-api`,
52
54
and defer the choice of the SDK to the application developer. Applications may
53
55
depend on `opentelemetry-sdk` or another package that implements the API.
54
56
55
-
**Please note** that this library is currently in _beta_, and shouldn't
56
-
generally be used in production environments.
57
-
58
57
The API and SDK packages are available on PyPI, and can installed via `pip`:
59
58
60
59
```sh
@@ -94,13 +93,9 @@ The online documentation is available at https://opentelemetry-python.readthedoc
94
93
if you want to access the documentation for the latest version use
See the [OpenTelemetry registry](https://opentelemetry.io/registry/?s=python) for a list of exporters available.
100
-
101
96
## Contributing
102
97
103
-
See [CONTRIBUTING.md](CONTRIBUTING.md)
98
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
104
99
105
100
We meet weekly on Thursday at 9AM PT. The meeting is subject to change depending on contributors' availability. Check the [OpenTelemetry community calendar](https://calendar.google.com/calendar/embed?src=google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com) for specific dates.
for details on upcoming releases. The dates and features described in issues
132
+
## Project Status
133
+
134
+
Project [boards](https://github.com/open-telemetry/opentelemetry-python/projects) and [milestones](https://github.com/open-telemetry/opentelemetry-python/milestones) can be found at the respective links. We try to keep these accurate and should be the best place to go for answers on project status. The dates and features described in issues
211
135
and milestones are estimates, and subject to change.
0 commit comments