Esempio n. 1
0
 public static String renderInstanceGraph(String system, String cluster) {
   return graphVizRenderer.renderInstanceGraph(system, cluster);
 }
Esempio n. 2
0
 public static String renderApplicationGraph(String system) {
   return graphVizRenderer.renderInstanceGraph(system, "");
 }