Aliaksandr Valialkin
|
78eaa056c0
|
app/vmselect: move common http functionality from app/vmselect/searchutils to lib/httputils
While at it, move app/vmselect/bufferedwriter to lib/bufferedwriter, since it is going to be used in VictoriaLogs
|
2023-06-19 22:34:20 -07:00 |
|
Aliaksandr Valialkin
|
1b81d8f542
|
lib/netutil: move IsTrivialNetworkError() function there, since it is used in multiple places across the code
|
2023-01-27 13:24:30 -08:00 |
|
Aliaksandr Valialkin
|
fcc7ab71b3
|
app/vmselect: do not export NaN values for stale metrics at /federate endpoint
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3185
|
2022-10-01 19:47:37 +03:00 |
|
Aliaksandr Valialkin
|
e78f3ac8ac
|
app/vmselect/bufferedwriter: suppress trivial network errors, which can be generated by remote side
These errors include `broken pipe` and `reset by peer`.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2334
|
2022-03-18 19:28:02 +02:00 |
|
Aliaksandr Valialkin
|
1b3efccb24
|
app/vmselect: stop /api/v1/export/* execution if client disconnects
|
2020-09-27 23:53:13 +03:00 |
|