.agents/skills/project-create-topology/how-tos/define-per-actor-highlight-paths.md
How should a netdata.topology.v1 producer encode highlight paths when each
clicked actor has its own ordered path?
data.presentation.selection.actor_click.mode: highlight_path.Use one actor detail table with:
path_owner_column: optional actor_ref; the actor whose click should use
the row.path_actor_column: required actor_ref; the actor that appears in the
highlighted path.path_order_column: required numeric column; the deterministic path order.Do not point path_actor_column at the owner column unless every actor shares
one global path table. For producer-specific per-actor paths, owner and member
must be separate columns.
role: actor_detail, owner: actor, and
aggregation: append.actor.path_actor.path_index.data.presentation.selection.actor_click to:{
"mode": "highlight_path",
"path_table": "stream_path",
"path_owner_column": "actor",
"path_actor_column": "path_actor",
"path_order_column": "path_index"
}
FUNCTION_TOPOLOGY_SCHEMA.json.actor_ref and the order column is numeric.