MikaelGRA / InfluxDB.Client

InfluxDB Client for .NET
MIT License
102 stars 22 forks source link

Usage of non-string class fields as influx tags #29

Closed fregloin closed 6 years ago

fregloin commented 6 years ago

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.

MikaelGRA commented 6 years ago

Supporting this is probably doable. I will look into it.

fregloin commented 6 years ago

I'll appreciate your work. It will save much time in further usage of your library in my projects.

MikaelGRA commented 6 years ago

This feature should be supported now, in 3.6.0.