Paweł Żak
|
8e85a67ee1
|
fix: Linter fixes for plugins/parsers/[a-z]* (#10145)
|
2021-11-24 11:52:51 -07:00 |
David Bennett
|
842a788022
|
Remove error return type from metric.New method (#9116)
* Remove error return type from metric.New method.
* Formatting changes for linter + gofmt
* Additional linter fixes.
* More linter fixes.
* Linter fix.
* address comments
|
2021-04-13 14:40:03 -04:00 |
reimda
|
a0276385b1
|
Refactor InfluxDB listener (#6974)
Use streaming parser in InfluxDB listener
|
2020-03-04 11:13:44 -07:00 |
Daniel Nelson
|
84139cf890
|
Use gofmt from Go 1.11 (#5259)
|
2019-01-07 17:14:07 -08:00 |
Daniel Nelson
|
9fcd279b7e
|
Run gofmt with Go 1.10
|
2018-10-29 16:12:37 -07:00 |
Daniel Nelson
|
f38da90329
|
Run `make fmt` with Go 1.11
|
2018-10-29 16:00:54 -07:00 |
Daniel Nelson
|
0af40a8a5d
|
Fix dropwizard parsing error for metrics that need escaped (#4142)
If the dropwizard parser cannot convert the metric name into a valid
line protocol series then we will accept the name as is.
|
2018-05-14 11:00:03 -07:00 |
atzoum
|
d188b78d9e
|
Add string and boolean support to dropwizard; fix escaping of tags/fields (#3664)
|
2018-01-16 12:12:14 -08:00 |
atzoum
|
317de40ac4
|
Add support for dropwizard input format (#2846)
|
2018-01-08 15:11:36 -08:00 |