-
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.
Co-authored-by: Semanticore Bot <[email protected]>
- Loading branch information
1 parent
65b1352
commit a97c695
Showing
1 changed file
with
37 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,37 @@ | ||
# Changelog | ||
|
||
## Version v0.1.0 (2023-11-15) | ||
|
||
### Features | ||
|
||
- add otlp exporters for traces (d13d92ce) | ||
- connect opencensus bridge for metrics and expose on systemendpoint (81d7ebcc) | ||
- properly set up opentelemetry resource (f5c74719) | ||
- implement opentelemetry module (145d8905) | ||
- initial commit (342e11e8) | ||
|
||
### Tests | ||
|
||
- add unit tests for sampler (fea832c9) | ||
|
||
### Refactoring | ||
|
||
- improve configuration naming (ce381600) | ||
|
||
### Ops and CI/CD | ||
|
||
- add renovate bot (ea52b2c6) | ||
- add semanticore releases (fc97b06f) | ||
- add basic CI pipeline (8ae6d40e) | ||
|
||
### Documentation | ||
|
||
- add Jaeger v1.35 hint (f24a12ec) | ||
- add Readme.md (c59cc62f) | ||
- add license (8b97c4b7) | ||
|
||
### Chores and tidying | ||
|
||
- goimports (65b13524) | ||
- clean up go.mod (deee9230) | ||
|