Aliaksandr Valialkin
|
f4969a624d
|
lib/protoparser/graphite: fix parsing of a Graphite line with empty tags such as foo; 1 2
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1100
|
2021-03-01 17:17:01 +02:00 |
|
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
|
22c1e29284
|
lib/protoparser: propagate callback error to the caller of ParseStream for every supported data ingestion protocols
The caller of ParseStream then can generate HTTP 503 responses for non-nil errors occured in callbacks when processing incoming requests.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/896
|
2020-11-13 13:05:34 +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
|
8df33bd5c1
|
app/{vminsert,vmagent}: improve data ingestion speed over a single connection
Process data obtianed from a single connection on all the available CPU cores.
|
2020-09-28 04:14:51 +03:00 |
|
Aliaksandr Valialkin
|
7072db75cb
|
lib/protoparser: use 64KB read buffer instead of default 4KB buffer provided by net/http.Server
This should reduce syscall overhead when reading big amounts of data
|
2020-09-28 02:07:19 +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
|
e401b8d527
|
lib/protoparser/graphite: go fmt
|
2020-07-08 14:13:06 +03:00 |
|
Aliaksandr Valialkin
|
50ecf09042
|
lib/protoparser/graphite: add more tests after eb45185eef
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/610
|
2020-07-08 14:13:03 +03:00 |
|
Seva Poliakov
|
1ae0334e17
|
Fix graphite minus one timestamp (#609)
* fix graphite -1 timestamp
* format the graphite fix -1 timestamp
|
2020-07-08 14:13:01 +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 |
|