mirror of
https://github.com/luoye663/e5.git
synced 2024-12-25 11:18:50 +00:00
backup
This commit is contained in:
parent
605e90dbb3
commit
201ede424f
@ -95,8 +95,9 @@ public class OutlookLogController {
|
||||
public String save(){
|
||||
ArrayList<Point> arrayList = new ArrayList<>();
|
||||
for (int i = 0; i < 1000; i++) {
|
||||
Point point = Point.measurement("e5s")
|
||||
.addTag("githubud", "22121")
|
||||
OutlookLog outlookLog = new OutlookLog();
|
||||
Point point = Point.measurement(bucket)
|
||||
.addTag("githubid", "22121")
|
||||
.addField("aaaaaa1", i)
|
||||
.addField("aaaaaa2", i)
|
||||
.addField("aaaaaa3", i)
|
||||
|
Loading…
Reference in New Issue
Block a user