| [DashboardOutput] |
| ticker_interval = 30 |
| |
| #[stat_graph] |
| #type = "SandboxFilter" |
| #filename = "lua_filters/stat_graph.lua" |
| #ticker_interval = 1 |
| #preserve_data = true |
| #message_matcher = "Type == 'heka.statmetric'" |
| |
| # [stat_graph.config] |
| # num_rows = 300 |
| # secs_per_row = 1 |
| # stats = "stats.counters.000000.count stats.counters.000001.count stats.counters.000002.count" |
| # stat_labels = "counter_0 counter_1 counter_2" |
| # preservation_version = 0 |
| |
| #[HekaMemstat] |
| #type = "SandboxFilter" |
| #filename = "lua_filters/heka_memstat.lua" |
| #ticker_interval = 60 |
| #preserve_data = true |
| #message_matcher = "Type == 'heka.memstat'" |
| |