}
// example
// {"a":"962cdc9b-15e7-4b25-9a0d-24a45cfc6bc1","d":"app4you2lovestaging","o":"t","w":[{"n":"some_aggregate","p":[{"c":"","d":null,"v":30.091186058528706}]}]}
ReportHelper rh = new ReportHelper(name, reportType, ReportHelper.ReportType.UDP, database, api);
rh.setReportValue(value);
rh.setContext(context);
rh.setDimensions(dimensions);
reportQueue.add(rh);
reportCount.addAndGet(1);
return true;
}