Skip to content

Commit

Permalink
feat(watch): add watch source CAPTURE
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Jan 8, 2024
1 parent 2b0c0f1 commit 590cee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# main (xx/xx/2024)

# 1.0.4 (08/01/2024)

- **[FEATURE]**: add watch source CAPTURE [#12](https://github.com/intergral/deep-proto/pull/12) [@Umaaz](https://github.com/Umaaz)

# 1.0.3 (14/12/2023)

- **[FEATURE]**: add metric definition models [#6](https://github.com/intergral/deep-proto/pull/6) [@Umaaz](https://github.com/Umaaz)
- **[FEATURE]**: add watch source to models [#8](https://github.com/intergral/deep-proto/pull/8) [@Umaaz](https://github.com/Umaaz)


# 1.0.2 (01/11/2023)

- **[FEATURE]**: add short path to frames model [#2](https://github.com/intergral/deep-proto/pull/2) [@Umaaz](https://github.com/Umaaz)


# 1.0.1 (01/11/2023)

- **[FEATURE]**: add log message to snapshot model [#1](https://github.com/intergral/deep-proto/pull/1) [@Umaaz](https://github.com/Umaaz)


# 1.0.0 (29/05/2023)

- Initial Release


<!-- Template START
# Template (xx/xx/202x)
Expand Down
1 change: 1 addition & 0 deletions deepproto/proto/tracepoint/v1/tracepoint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ enum WatchSource {
WATCH = 0; // A user attached this as an expression
LOG = 1; // A watch expression from a log
METRIC = 2; // A watch expression from a metric value or tag
CAPTURE = 3; // A watch expression generated from a capture: e.g. thrown, return, duration
}

// WatchResult is the result of a watch expression being executed.
Expand Down

0 comments on commit 590cee2

Please sign in to comment.