Henrik Feldt
Henrik Feldt
@btrepp This is a good idea. It's also a very easy thing to build and test; especially since a similar formatting is done for gauges in v5/master. I added the...
Tests here https://github.com/logary/logary/blob/master/src/tests/Logary.Targets.InfluxDb.Tests/LineProtocol.fs#L183 @baronfel Is right about formatting Add as field https://github.com/logary/logary/blob/master/src/targets/Logary.Targets.InfluxDb/Targets_InfluxDb.fs#L261
This is most likely because the shard that indexed the field as a bool with a previous event. Hard to do anything about, but we should handle it in the...
``` influxdb_1 | ts=2018-06-04T14:41:33.538654Z lvl=info msg="Write failed" log_id=08UiUqaW000 service=write shard=3 error="partial write: field type conflict: input field \"0\" on measurement \"EventStore\" is type string, already exists as type integer dropped=2"...
This will nowadays also crash the Influx target; so I'm recategorising this as a bug slated to be fixed ASAP ``` api_1 | [14:50:34 WRN] Exception from supervised job, restarting...
@Matt711 Sure, the `config.dask.kube_image` is a private image you can't access built with the above Dockerfile, and the `config.dask.kube_ns = 'flows'`
I saw the merged changes; but what about building the rest of the projects listed in the README? Most don't have a Win32 folder. What do I build?
Would it be possible to get a pre-compiled binary from someone who has set it all up already, given the lack of build instructions?
This I could use. Another workaround: ```fsharp let maybeSubcommand (argv: string[]): string[] = let found = ConfigurationManager.AppSettings.["subcommand"] if isNull found then argv else let subCmdArgv = ConfigurationManager.AppSettings.[found].Split([| ' ' |],...