Add influx uint support as a runtime option (#3948)
This commit is contained in:
@@ -102,7 +102,8 @@ type HTTPConfig struct {
|
||||
RetentionPolicy string
|
||||
Consistency string
|
||||
|
||||
Serializer *influx.Serializer
|
||||
InfluxUintSupport bool `toml:"influx_uint_support"`
|
||||
Serializer *influx.Serializer
|
||||
}
|
||||
|
||||
type httpClient struct {
|
||||
|
||||
Reference in New Issue
Block a user