master
md 18 lines 1.4 KB
Rendered Raw
1 # project-create-topology how-tos
2
3 This directory contains developer-facing recipes for validating and maintaining
4 `netdata.topology.v1` producers, fixtures, schemas, and handoff artifacts.
5
6 These are not operator workflows. Public/operator recipes for fetching Agent or
7 Cloud data live under `docs/netdata-ai/skills/`.
8
9 ## Index
10
11 - [add-graph-presentation.md](./add-graph-presentation.md) -- add backend-controlled graph presentation, safe labels, port-bullet sources, legends, highlight paths, and validation to a `netdata.topology.v1` producer.
12 - [define-per-actor-highlight-paths.md](./define-per-actor-highlight-paths.md) -- encode per-actor ordered highlight paths without collapsing the clicked actor and path member into one column.
13 - [preserve-semantic-link-types.md](./preserve-semantic-link-types.md) -- keep graph link types distinct when protocols, confidence, or inferred state need different visual treatment.
14 - [verify-network-connections-layout-tokens.md](./verify-network-connections-layout-tokens.md) -- verify local `topology:network-connections` v1 link layout tokens and correlation rule wiring through a token-safe direct-agent call.
15 - `migrate-network-connections.md` (stub -- not yet authored)
16 - `migrate-streaming-topology.md` (stub -- not yet authored)
17 - `migrate-snmp-l2-topology.md` (stub -- not yet authored)
18 - `create-vsphere-topology.md` (stub -- coordinate before authoring in the separate worktree)