Aliaksandr Valialkin
|
4be5b5733a
|
app/vminsert: add /tags/tagSeries and /tags/tagMultiSeries handlers from Graphite Tags API
See https://graphite.readthedocs.io/en/stable/tags.html#adding-series-to-the-tagdb
|
2020-11-16 02:40:04 +02:00 |
|
Aliaksandr Valialkin
|
54ff78c6c9
|
lib/protoparser/graphite: support parsing floating-point timestamp like Graphite does
Such timestamps are rounded to seconds like Carbon does.
See b0ba62a62d/lib/carbon/protocols.py (L197)
|
2020-10-06 11:38:35 +03:00 |
|
Aliaksandr Valialkin
|
5c4e111b43
|
lib/protoparser/graphite: return error when value or timestamp cannot be properly parsed
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/99
|
2020-09-16 02:16:13 +03:00 |
|
Aliaksandr Valialkin
|
59d95961b8
|
lib/protoparser: clarify that the string passed to Unmarshal() function must remain available when the parsed rows are in use
|
2020-08-11 17:05:21 +03:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
0cda6afa8e
|
app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent
|
2020-01-24 16:55:18 +02:00 |
|