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
While parsing metrics I see that I sometimes run into:
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:
I am assuming that we can probably return -1 if the int value is 18446744073709551615