The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/panel/nodeGraph
Ryan McKinley 2578774188
Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839)
3 years ago
..
editor Explore: Sort trace process attributes alphabetically (#51261) 4 years ago
img
Edge.tsx Chore: more any/type assertion improvements (#59229) 3 years ago
EdgeArrowMarker.tsx Node Graph: Emphasize hovered or connected nodes (#51925) 3 years ago
EdgeLabel.tsx NodeGraph: Support icons for nodes (#60989) 3 years ago
Legend.test.tsx Chore: more any/type assertion improvements (#59229) 3 years ago
Legend.tsx Chore: Migrate usage of v1 themes to v2 (#57617) 3 years ago
Marker.tsx Chore: Reduce usage of v1 theme (#53245) 3 years ago
Node.test.tsx NodeGraph: Support icons for nodes (#60989) 3 years ago
Node.tsx NodeGraph: Support icons for nodes (#60989) 3 years ago
NodeGraph.test.tsx NodeGraph: Support icons for nodes (#60989) 3 years ago
NodeGraph.tsx NodeGraph: Support icons for nodes (#60989) 3 years ago
NodeGraphPanel.tsx Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839) 3 years ago
README.md Chore: Add a README for the Node Graph plugin (#54801) 3 years ago
ViewControls.tsx Chore: Reduce usage of v1 theme (#53245) 3 years ago
createLayoutWorker.ts
index.ts
layout.test.ts Chore: more ts test fixes (#63438) 3 years ago
layout.ts NodeGraph: Allow usage with single dataframe (#58448) 3 years ago
layout.worker.js Dashboard: Spelling corrections in end-user visible dialogs (#53340) 3 years ago
module.tsx Node Graph Panel: Add options to configure units and arc colors (#51057) 4 years ago
panelcfg.cue NodeGraph: Schema for panel options (#62121) 3 years ago
panelcfg.gen.ts NodeGraph: Schema for panel options (#62121) 3 years ago
plugin.json Chore: Remove the beta badge for Node Graph and Traces (#62566) 3 years ago
types.ts NodeGraph: Support icons for nodes (#60989) 3 years ago
useCategorizeFrames.ts Chore: some type fixes (#59030) 3 years ago
useContextMenu.tsx NodeGraph: Support icons for nodes (#60989) 3 years ago
useFocusPositionOnLayout.ts Chore: ESlint import order (#44959) 4 years ago
useHighlight.ts
useNodeLimit.ts Chore: ESlint import order (#44959) 4 years ago
usePanning.ts Chore: ESlint import order (#44959) 4 years ago
useZoom.ts Chore: some type fixes (#59030) 3 years ago
utils.test.ts NodeGraph: Support icons for nodes (#60989) 3 years ago
utils.ts NodeGraph: Support icons for nodes (#60989) 3 years ago

README.md

Node Graph

The node graph visualizes directed graphs or networks. It uses a directed force layout to effectively position the nodes, so it can display complex infrastructure maps, hierarchies, or execution diagrams.

You can read more about the node graph panel here.

Node graph panel