Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for trailing i to specify an integer #76

Open
jesusvazquez opened this issue Feb 20, 2023 · 0 comments
Open

Add support for trailing i to specify an integer #76

jesusvazquez opened this issue Feb 20, 2023 · 0 comments

Comments

@jesusvazquez
Copy link
Member

Influx data format for integers https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types says

Signed 64-bit integers (-9223372036854775808 to 9223372036854775807). Specify an integer with a trailing i on the number. Example: 1i.

However influx2cortex fails to properly parse integers with the trailing i.

Creating this issue to work on this and also to double check that we support the other formats described in their docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant