Skip to content

Commit

Permalink
Add Mongoose support
Browse files Browse the repository at this point in the history
Add the OpenTelemetry instrumentation for Mongoose and add a test
app that checks for the span generated by it.
  • Loading branch information
unflxw committed Oct 26, 2022
1 parent 852a235 commit daeeaac
Show file tree
Hide file tree
Showing 23 changed files with 5,055 additions and 154 deletions.
6 changes: 6 additions & 0 deletions .changesets/add-mongoose-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "add"
---

Add Mongoose support
3 changes: 3 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ blocks:
- name: Koa + MySQL
commands:
- script/integration_test_app koa-mysql
- name: Express + Mongoose
commands:
- script/integration_test_app express-mongoose
- name: Express + Postgres
commands:
- script/integration_test_app express-postgres
Expand Down
3 changes: 3 additions & 0 deletions build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ semaphore: # Default `.semaphore/semaphore.yml` contents
- name: Koa + MySQL
commands:
- script/integration_test_app koa-mysql
- name: Express + Mongoose
commands:
- script/integration_test_app express-mongoose
- name: Express + Postgres
commands:
- script/integration_test_app express-postgres
Expand Down

0 comments on commit daeeaac

Please sign in to comment.