Skip to content

Commit 9afbd44

Browse files
committed
trace: Add the protocol:trace capability
1 parent a18aafa commit 9afbd44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema/yaml/shared.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ capabilities:
115115
- 'network:persist'
116116
- 'protocol:graph'
117117
- 'component:setsource'
118+
- 'protocol:trace'
118119
_enumDescriptions: # Documentation
119120
- name: 'protocol:network'
120121
description: >-
@@ -144,3 +145,7 @@ capabilities:
144145
description: >-
145146
runtime is able to compile and run custom components
146147
sent as source code strings
148+
- name: 'protocol:trace'
149+
description: >-
150+
runtime is able to record and send over flowtraces,
151+
used for retroactive debugging.

0 commit comments

Comments
 (0)