Skip to content

Commit

Permalink
feat: add properties to #[trace] (#190)
Browse files Browse the repository at this point in the history
* feat: add properties to #[trace]

Signed-off-by: Andy Lok <[email protected]>

* fix fmt

Signed-off-by: Andy Lok <[email protected]>

* improve

Signed-off-by: Andy Lok <[email protected]>

* improve

Signed-off-by: Andy Lok <[email protected]>

* add

Signed-off-by: Andy Lok <[email protected]>

* fix

Signed-off-by: Andy Lok <[email protected]>

* improve

Signed-off-by: Andy Lok <[email protected]>

---------

Signed-off-by: Andy Lok <[email protected]>
  • Loading branch information
andylokandy authored Jan 25, 2024
1 parent 6c54342 commit 894d548
Show file tree
Hide file tree
Showing 20 changed files with 345 additions and 113 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Add `LocalSpans::to_span_records()`.
- Add `#[trace(properties = { "k1": "v1", "k2": "v2" })]`.

## v0.6.2

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Feel free to open a PR and add your projects here:

- [TiKV](https://github.com/tikv/tikv): A distributed transactional key-value database
- [Conductor](https://github.com/the-guild-org/conductor): Open-source GraphQL Gateway
- [Apache OpenDAL](https://github.com/apache/opendal): A data access layer for various storage
- [Databend](https://github.com/datafuselabs/databend): Cost-Effective alternative to Snowflake

## FAQ

Expand Down
Loading

0 comments on commit 894d548

Please sign in to comment.