Commit 3b2fa26c by Chaiwith Santaweesuk

config feed

parent 042810a9
...@@ -109,7 +109,7 @@ class Home extends Component { ...@@ -109,7 +109,7 @@ class Home extends Component {
// var mls = ms('1s'); // var mls = ms('1s');
let now = endtime ? endtime : new Date().getTime(); let now = endtime ? endtime : new Date().getTime();
let q_data = { let q_data = {
start_absolute: now, start_absolute: now - (60 * 60 * 24 * 1000 * 30),
end_absolute: now, end_absolute: now,
metrics: [ metrics: [
{ {
...@@ -121,7 +121,7 @@ class Home extends Component { ...@@ -121,7 +121,7 @@ class Home extends Component {
}, },
], ],
tags: { tags: {
attr: ['a12'], // attr: ['a12'],
}, },
aggregators: [ aggregators: [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment