11 Commits

Author SHA1 Message Date
Holger Obermaier
5cbd345a1d Avoid go vet warning:
struct field tag `json:"..., omitempty"` not compatible with reflect.StructTag.Get: suspicious space in struct tag value
struct field tag `json:"...", omitempty` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces
2022-01-20 13:06:38 +01:00
Thomas Roehl
fc074468c4 Update README for receivers 2021-12-21 18:04:01 +01:00
Thomas Roehl
a6feb16ec1 Formatting 2021-12-21 14:04:31 +01:00
Thomas Roehl
44d8b0c979 Use channels, add a metric router, split up configuration and use extended version of Influx line protocol internally 2021-12-20 12:40:51 +01:00
Thomas Roehl
09e15c9949 Update receiver README.md 2021-11-26 14:19:07 +01:00
Thomas Roehl
f74d5dc51a Reuse parser to avoid overhead in NATS receiver 2021-10-08 13:28:44 +02:00
Thomas Roehl
558bbaba59 Change storage format 2021-10-04 15:23:43 +02:00
Thomas Roehl
f3697b9991 Format Receivers 2021-05-18 15:44:42 +02:00
Thomas Roehl
cb9ff89e92 Rename variable in ReceiverConfig 2021-05-18 15:39:46 +02:00
Thomas Roehl
308ee13a10 Add README for receivers 2021-05-18 15:39:22 +02:00
Thomas Roehl
b1e6b8e379 Add Nats receiver 2021-05-18 15:15:26 +02:00