Hello. Is it possible to implement usage of non-string class fields as influx tags.
For example, my entities have id fields as integers. And i want to store these ids as influx tags.
Internal logic depends on integer id, and i don't want to break this logis. I belive that use toString() of field is possible to implement.
Hello. Is it possible to implement usage of non-string class fields as influx tags. For example, my entities have id fields as integers. And i want to store these ids as influx tags. Internal logic depends on integer id, and i don't want to break this logis. I belive that use toString() of field is possible to implement.