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
+23-17Lines changed: 23 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,23 +38,22 @@
38
38
39
39
## OpenTelemetry Python
40
40
41
-
The Python [OpenTelemetry](https://opentelemetry.io/) implementation.
41
+
This page describes the Python [OpenTelemetry](https://opentelemetry.io/) implementation. OpenTelemetry is an observability framework for cloud-native software.
42
42
43
43
## Getting started
44
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.
45
+
The goal of OpenTelemetry 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 lets you do just that for applications written in Python.
46
46
47
47
This repository includes multiple installable packages. The `opentelemetry-api`
48
-
package includes abstract classes and no-op implementations that comprise the OpenTelemetry API following
For information about contributing to OpenTelemetry Python, see[CONTRIBUTING.md](CONTRIBUTING.md).
99
101
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.
102
+
We meet weekly on Thursdays at 9AM PST. 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.
101
103
102
104
Meetings take place via [Zoom video conference](https://zoom.us/j/6729396170).
-[Reiley Yang](https://github.com/reyang), Microsoft
116
118
-[Yusuke Tsutsumi](https://github.com/toumorokoshi), Google
117
119
118
-
*Find more about the approver role in[community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*
120
+
*For more information about the approver role, see the[community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*
-[Leighton Chen](https://github.com/lzchen), Microsoft
124
126
125
-
*Find more about the maintainer role in[community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer).*
127
+
*For more information about the maintainer role, see the[community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer).*
126
128
127
129
### Thanks to all the people who already contributed!
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
136
-
and milestones are estimates, and subject to change.
137
+
For project boards and milestones, see the following links:
We try to keep these links accurate, so they're the best place to go for questions about project status. The dates and features described in the issues
142
+
and milestones are estimates and subject to change.
0 commit comments