Skip to content

influxDB does not support huge uint64 values #3

@jodevsa

Description

@jodevsa

While parsing metrics I see that I sometimes run into:

unable to parse integer 18446744073709551615: strconv.ParseInt: parsing \"18446744073709551615\"

This is because influxDB doesn't support unsigned int64. I'll add more info but for now I am creating an isssue to make the issue visiable

metric:

replSetGetStatus.members.3.health=18446744073709551615

I am assuming that we can probably return -1 if the int value is 18446744073709551615

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions