-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more DO storage instrumentation (#107)
* Add more DO storage instrumentation * Also fix list and setAlarm * Add changesets * fixup! Fix types and use correct values * fixup! Abstract common options to function * fixup! Fix options index in put() * fixup! Add argArray and result types inferring from upstream function definitions --------- Co-authored-by: Jacob Hands <jacob@gogit.io>
- Loading branch information
Showing
5 changed files
with
141 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@microlabs/otel-cf-workers": patch | ||
--- | ||
|
||
Fix DO storage instrumentation extra attributes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@microlabs/otel-cf-workers": patch | ||
--- | ||
|
||
Fix DO storage put when providing an object with multiple values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@microlabs/otel-cf-workers": minor | ||
--- | ||
|
||
Add instrumentation for DO storage alarm methods and deleteAll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters