forked from open-telemetry/opentelemetry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog for cloud exporters (open-telemetry#849)
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
- Add ability for exporter to add unique identifier | ||
([#841](https://github.com/open-telemetry/opentelemetry-python/pull/841)) | ||
- Added tests to tox coverage files | ||
([#804](https://github.com/open-telemetry/opentelemetry-python/pull/804)) | ||
|
||
## 0.9b0 | ||
|
||
Released 2020-06-10 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
- Add g.co/agent label for Google internal metrics tracking | ||
([#833](https://github.com/open-telemetry/opentelemetry-python/pull/833)) | ||
- Adding trouble-shooting tips | ||
([#827](https://github.com/open-telemetry/opentelemetry-python/pull/827)) | ||
- Added Cloud Trace context propagation | ||
([#819](https://github.com/open-telemetry/opentelemetry-python/pull/819)) | ||
- Added tests to tox coverage files | ||
([#804](https://github.com/open-telemetry/opentelemetry-python/pull/804)) | ||
|
||
## 0.9b0 | ||
|
||
Released 2020-06-10 | ||
|
||
- Initial release |