Fotolia/vizir

Allow to reopen graph/dashboard in DSL

renchap opened this issue · 0 comments

For example, we want to allow to do

# memory.rb
dashboard "system" do
  graph "memory" do
    ...
  end
end

# cpu.rb
dashboard "system" do
  graph "cpu" do
    ...
  end
end