Aliaksandr Valialkin
|
c9472e4f3a
|
all: use github.com/klauspost/compress/gzip instead of compress/gzip
`github.com/klauspost/compress/gzip` is more optimized than `compress/gzip`.
This gives better gzip compression and decompression speeds.
|
2020-01-17 23:58:46 +02:00 |
|
Aliaksandr Valialkin
|
bb530a0591
|
lib/httpserver: inline checkAuth code to make it more clear
|
2019-12-18 23:06:25 +02:00 |
|
koalaty-code
|
aea4c80dd7
|
Ignore /health endpoint when checking auth
|
2019-12-18 23:04:31 +02:00 |
|
Aliaksandr Valialkin
|
1244ad810d
|
lib/httpserver: add /ping handler for compatibility with Influx agents
Certain Influx agents check for `/ping` endpoint before starting
to send Influx line protocol data. See https://docs.influxdata.com/influxdb/v1.7/tools/api/#ping-http-endpoint
|
2019-12-04 19:15:52 +02:00 |
|
Aliaksandr Valialkin
|
14bcff6015
|
lib/httpserver: improve docs for -tls* flags to be more clear
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/242
|
2019-11-26 18:08:35 +02:00 |
|
Aliaksandr Valialkin
|
9d1fcb2be6
|
vendor: update github.com/VictoriaMetrics/metrics from v1.7.2 to v1.8.0. This version supports histograms
|
2019-11-23 00:20:27 +02:00 |
|
Aliaksandr Valialkin
|
3e9b7addb1
|
lib/httpserver: typo fix in -httpAuth.password command-line description
|
2019-11-21 21:54:26 +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
|
08b889ef09
|
lib/httpserver: add -http.disableResponseCompression flag, which may help saving CPU resources at the cost of higher network bandwidth usage
|
2019-05-24 12:18:40 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|