mirror of
https://github.com/metrico/qryn.git
synced 2025-03-14 10:07:18 +00:00
Update Readme.md
fix readme Signed-off-by: akvlad <2798590+akvlad@users.noreply.github.com>
This commit is contained in:
@ -3,8 +3,11 @@
|
||||
## API
|
||||
|
||||
`async init()` - initialize WASM
|
||||
|
||||
`parse('<INFLUX LINE REQUEST>')` - parse influx request to JSON
|
||||
|
||||
- output: `[{timestamp: "<timestmap in ns>", measurement: "<measurement>", tags:{tag1: "val1"}, fields:{f1: "v1"}]`
|
||||
|
||||
NOTE: Currently supports only `ns` precision!!!
|
||||
|
||||
## Example
|
||||
|
Reference in New Issue
Block a user