mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removed non standard connotations (#6878)
This commit is contained in:
parent
cb1d74ee3a
commit
52c316d214
11 changed files with 23 additions and 23 deletions
|
|
@ -1085,7 +1085,7 @@ function driver:export()
|
|||
|
||||
local parsed_ts_point = line_protocol_to_tags_and_metrics(ts_point)
|
||||
|
||||
-- No need to do sanity checks on the schema. This queue is 'private' and should
|
||||
-- No need to do coherence checks on the schema. This queue is 'private' and should
|
||||
-- only be written with valid data already checked.
|
||||
local schema = ts_utils.getSchema(parsed_ts_point["schema_name"])
|
||||
local timestamp = parsed_ts_point["timestamp"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue