@@ -171,20 +171,46 @@ includes:
171
171
- Flask Integration
172
172
- PyMongo Integration
173
173
174
+ The v0.4 alpha release includes:
175
+
176
+ - Metrics MinMaxSumCount Aggregator
177
+ - Context API
178
+ - Full Metrics SDK Pipeline
179
+ - Metrics STDOUT Exporter
180
+ - Dbapi2 Integration
181
+ - MySQL Integration
182
+ - Psycopg2 Integration
183
+ - Zipkin Exporter
184
+ - Prometheus Metrics Exporter
185
+ - New Examples and Improvements to Existing Examples
186
+
187
+ Thank you to the following individuals for contributing to this release:
188
+
189
+ * Alex Boten
190
+ * Chris Kleinknecht
191
+ * Christian Neumüller
192
+ * Daniel González
193
+ * Diego Hurtado
194
+ * Golovin Pavel
195
+ * Hector Hernandez
196
+ * Jake Malachowski
197
+ * Joshua H Lang
198
+ * Leighton Chen
199
+ * Mauricio Vásquez
200
+ * Yusuke Tsutsumi
201
+
174
202
See the [ project
175
203
milestones] ( https://github.com/open-telemetry/opentelemetry-python/milestones )
176
204
for details on upcoming releases. The dates and features described here are
177
205
estimates, and subject to change.
178
206
179
207
Future releases targets include:
180
208
181
- | Component | Version | Target Date |
182
- | ----------------------------------- | ---------- | ----------------- |
183
- | Zipkin Trace Exporter | Alpha v0.4 | February 21 2020 |
184
- | W3C Correlation Context Propagation | Alpha v0.4 | February 21 2020 |
185
- | Support for Tags/Baggage | Alpha v0.4 | February 21 2020 |
186
- | Metrics Aggregation | Alpha v0.4 | February 21 2020 |
187
- | gRPC Integrations | Alpha v0.4 | February 21 2020 |
188
- | Prometheus Metrics Exporter | Alpha v0.4 | February 21 2020 |
189
- | OpenCensus Bridge | Alpha v0.4 | February 21 2020 |
190
- | Metrics SDK (Complete) | Alpha v0.4 | February 21 2020 |
209
+ | Component | Version | Target Date |
210
+ | ----------------------------------- | ---------- | ------------ |
211
+ | W3C Correlation Context Propagation | Beta v1 | March 16 2020|
212
+ | Support for Tags/Baggage | Beta v1 | March 16 2020|
213
+ | gRPC Integrations | Beta v1 | March 16 2020|
214
+ | OpenTelemetry Collector Exporter | Beta v1 | March 16 2020|
215
+ | OpenCensus Bridge | Beta v1 | March 16 2020|
216
+ | Metrics SDK (Complete) | Beta v1 | March 16 2020|
0 commit comments