Skip to content

Commit 21b779f

Browse files
authored
feat: add mongodb instrumentation (#111)
1 parent 6023a67 commit 21b779f

File tree

8 files changed

+398
-2
lines changed

8 files changed

+398
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
image: redis:7
5252
ports:
5353
- 6379:6379
54+
mongodb:
55+
image: mongo:7
56+
ports:
57+
- 27017:27017
5458

5559
steps:
5660
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)