Event Taxonomy
The agent name, event name combination are the unique keys.
Naming rule
Use:
domain.subject.measure[.suffix]Examples:
tool.errors.counttool.calls.counttask.duration_mstokens.usedheartbeat.missed.countmarket.bitcoin.price_usdsentiment.bitcoin.reddit.score
What not to do
Do not encode time windows into the event name.
Avoid:
market.bitcoin.price_change_pct_1htool.errors.last_hourreddit_sentiment_today
Those should be expressed in rollups, analytics windows, or monitor logic.
Metadata guidance
Keep inspection context in meta:
tool_nametask_nameworkflowsourcequery
Do not depend on meta as a first-class analytical filter in v1.
Last updated on