Skip to content

Commit

Permalink
Fix issue 6 'A typo in write-points'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaul committed Mar 15, 2017
1 parent 768036a commit ba7bfe9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cl-influxdb.lisp
Expand Up @@ -307,7 +307,8 @@ key tags columns points)
(usocket:socket-send udp-socket
(flexi-streams:string-to-octets message)
(length message))
))
)

(influxdb-cmd self '("write")
:data data :params
(let ((params (acons "precision" time-precision-string (acons "db" (influxdb.database self) ()))))
Expand All @@ -321,9 +322,9 @@ key tags columns points)
)
:ok-status-code 204
:debug debug
)))


)
)
))

;ok .9
@export
Expand Down

0 comments on commit ba7bfe9

Please sign in to comment.