Aliaksandr Valialkin
|
91b3482894
|
app/vminsert: add ability to apply relabeling to all the incoming metrics if -relabelConfig command-line arg points to a file with a list of relabel_config entries
See https://victoriametrics.github.io/#relabeling
|
2020-07-02 20:39:28 +03:00 |
|
Aliaksandr Valialkin
|
d5dddb0953
|
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:05:11 +03:00 |
|
Aliaksandr Valialkin
|
68e1cf8942
|
app/vminsert: add /api/v1/import handler
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6
|
2019-12-09 20:59:04 +02:00 |
|
Aliaksandr Valialkin
|
ac004665b5
|
all: return 503 http error if service is temporarily unavailable
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/156
|
2019-08-23 09:55:07 +03:00 |
|
Aliaksandr Valialkin
|
0eae39daa7
|
app/vminsert: properly reset InsertCtx.mrs - they must be empty after Reset call
|
2019-05-28 16:08:01 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|