Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wuxiao
/
yoho-phplog
·
Commits
Go to a project
GitLab
Go to dashboard
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
wuxiao
2016-07-12 16:01:41 +0800
Commit
f4cb2e2d841b6540295964f8b16b0a076fe80ed5
1 parent
0e270f86
修复influxdb插入错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
GoMqClient.py
GoMqClient.py
View file @
f4cb2e2
...
...
@@ -89,7 +89,7 @@ while True:
measurement
=
Config
.
log_channel
+
time
.
strftime
(
'_
%
Y
%
m
%
d'
)
#拼装入库数据
json_body
=
[
{
json_body
=
{
"measurement"
:
measurement
,
"tags"
:
data
[
'tags'
],
#"time": "2009-11-10T23:00:00Z",
...
...
Please
register
or
login
to post a comment