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