Skip to content

Commit

Permalink
feat: Add Azure Functions instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed May 15, 2024
1 parent 5ddb75c commit 839a2ea
Show file tree
Hide file tree
Showing 14 changed files with 667 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ components:
plugins/node/opentelemetry-instrumentation-aws-sdk:
- carolabadeer
- blumamir
plugins/node/opentelemetry-instrumentation-azure-functions:
- ejizba
- castrodd
- anatolib
plugins/node/opentelemetry-instrumentation-bunyan:
- seemk
- trentm
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"plugins/node/instrumentation-undici": "0.2.0",
"plugins/node/opentelemetry-instrumentation-aws-lambda": "0.41.1",
"plugins/node/opentelemetry-instrumentation-aws-sdk": "0.41.0",
"plugins/node/opentelemetry-instrumentation-azure-functions": "0.1.0",
"plugins/node/opentelemetry-instrumentation-bunyan": "0.38.0",
"plugins/node/opentelemetry-instrumentation-cassandra": "0.38.0",
"plugins/node/opentelemetry-instrumentation-connect": "0.36.1",
Expand Down
150 changes: 150 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
"env": {
"mocha": true,
"node": true
},
...require('../../../eslint.config.js')
}
Empty file.
Loading

0 comments on commit 839a2ea

Please sign in to comment.