Skip to content

Commit

Permalink
feat: Make span when call DynamoDB API. (#232)
Browse files Browse the repository at this point in the history
* feat: enable to create span on run DynamoDB operation by activating feature tracing.

* fix: span setting

* fix: exclude service from docker compose

* chore: run cargo update

* chore: update README, and revert docker compose setting.

* fix: propagate feature flag

* fix: rust toolchain version in CI

* fix: clippy warnings
  • Loading branch information
mythrnr authored Oct 19, 2023
1 parent dbcad39 commit 29ec2f3
Show file tree
Hide file tree
Showing 46 changed files with 766 additions and 285 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.66.1
toolchain: 1.67.0
override: true
- name: Install deps
run: sudo apt-get install libssl-dev
Expand Down
Loading

0 comments on commit 29ec2f3

Please sign in to comment.