Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2019-02-27 14:29:11 +0800
Commit
d0c4439ce9ca097cc8eb479bb238bdc4daa13507
1 parent
97636e60
测试入influxdb的代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/src/main/java/com/yohoufo/common/alarm/UfoInfluxdbVo.java
common/src/main/java/com/yohoufo/common/alarm/UfoInfluxdbVo.java
View file @
d0c4439
...
...
@@ -63,7 +63,7 @@ public class UfoInfluxdbVo {
private
String
measurement
;
private
Map
<
String
,
String
>
tags
;
private
Map
<
String
,
String
>
tags
=
new
HashMap
<>()
;
private
Map
<
String
,
Object
>
fields
=
new
HashMap
<>();
...
...
Please
register
or
login
to post a comment