Aliaksandr Valialkin
|
c944de68cd
|
vendor: update dependencies with make vendor-update
|
2019-05-26 23:18:42 +03:00 |
|
Aliaksandr Valialkin
|
b7a91d6ba7
|
app/vmselect: update comment according to the updated code
|
2019-05-26 22:39:09 +03:00 |
|
Aliaksandr Valialkin
|
15d1e15ae6
|
app/vminsert/influx: try converting string values to numeric values, since Influx agents may send numeric values as strings
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/34
|
2019-05-26 22:12:55 +03:00 |
|
Aliaksandr Valialkin
|
a2c71f18a3
|
app/vmselect/promql: misspeling fix
|
2019-05-25 21:53:48 +03:00 |
|
Aliaksandr Valialkin
|
bdf696ef18
|
all: fix misspellings
|
2019-05-25 21:51:24 +03:00 |
|
Aliaksandr Valialkin
|
121a920a18
|
Makefile: add -s flag to go fmt in make fmt command
|
2019-05-25 21:44:36 +03:00 |
|
Aliaksandr Valialkin
|
a10d27eccd
|
README.md: mention that new vmstorage node must have the same -retentionPeriod as the previous nodes
|
2019-05-25 17:18:44 +03:00 |
|
Aliaksandr Valialkin
|
c254adba7c
|
README.md: mention that VictoriaMetrics is scalable
|
2019-05-25 17:09:15 +03:00 |
|
Aliaksandr Valialkin
|
affeb677cc
|
README.md: mention that the majority of users should use single-node version instead of cluster version
|
2019-05-25 14:09:17 +03:00 |
|
Aliaksandr Valialkin
|
2ff996e276
|
app/vmselect: log slow queries if their execution time exceeds -search.logSlowQueryDuration
|
2019-05-24 16:14:46 +03:00 |
|
Aliaksandr Valialkin
|
628708ad76
|
app/vmselect: consume resultsCh data in exportHandler if writeResponseFunc failed to consume it
|
2019-05-24 14:54:54 +03:00 |
|
Aliaksandr Valialkin
|
209ad975ae
|
deployment: update docker images
|
2019-05-24 13:16:20 +03:00 |
|
Aliaksandr Valialkin
|
9b64dfee4b
|
lib/encoding: add vm_zstd_block_{compress|decompress}_calls_total for determining the number CompressZSTD / DecompressZSTD calls
|
2019-05-24 13:01:15 +03:00 |
|
Aliaksandr Valialkin
|
364f4ec3bb
|
all: remove -p XXXX:XXXX from docker run options, since it is unnesessary if --net=host is set
|
2019-05-24 12:53:12 +03:00 |
|
Aliaksandr Valialkin
|
f37903adb3
|
app/vminsert: add -rpc.disableCompression command-line flag for reducing CPU usage at the cost of higher network bandwidth usage
|
2019-05-24 12:51:07 +03:00 |
|
Aliaksandr Valialkin
|
b23352dc9e
|
lib/encoding: add vm_zstd_block_{original|compressed}_bytes_total metrics for rough estimation of block compression ratio
|
2019-05-24 12:34:51 +03:00 |
|
Aliaksandr Valialkin
|
f67f40d63a
|
lib/encoding: substitute CompressZSTD with CompressZSTDLevel
|
2019-05-24 12:32:49 +03:00 |
|
Aliaksandr Valialkin
|
a26e774eca
|
lib/httpserver: add -http.disableResponseCompression flag, which may help saving CPU resources at the cost of higher network bandwidth usage
|
2019-05-24 12:20:36 +03:00 |
|
Aliaksandr Valialkin
|
8e3eb5b39d
|
app/vmselect/promql: add alias(q, name) function that sets the given name to all the time series in q
|
2019-05-24 02:42:10 +03:00 |
|
Aliaksandr Valialkin
|
820cdae88d
|
lib/decimal: add a comment explaining weird code in maxUpExponent. Fixes #29
|
2019-05-23 17:18:50 +03:00 |
|
Aliaksandr Valialkin
|
bb048937bc
|
app/vmselect/promql: add label_transform(q, label, regexp, replacement) function for replacing all the occurences of regexp with replacement in the given label for q
|
2019-05-23 16:26:07 +03:00 |
|
Aliaksandr Valialkin
|
54346de548
|
README.md: typo fix
|
2019-05-23 02:25:54 +03:00 |
|
Aliaksandr Valialkin
|
b98789ae9f
|
README.md: mention that VictoriaMetrics is high-perf cost-effective TSDB
|
2019-05-23 00:41:08 +03:00 |
|
Aliaksandr Valialkin
|
24578b4bb1
|
all: open-sourcing cluster version
|
2019-05-23 00:25:38 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|
Artem Navoiev
|
81bbbf2cae
|
Add link to grafana dashboard (#24)
|
2019-05-20 15:45:14 +03:00 |
|
Aliaksandr Valialkin
|
8ab67e3803
|
Streamlined wording for operational simplicity
|
2019-03-21 18:24:15 +02:00 |
|
Aliaksandr Valialkin
|
1e72faa51f
|
Mention that VictoriaMetrics accepts data in OpenTSDB format
|
2019-03-20 20:13:15 +02:00 |
|
Aliaksandr Valialkin
|
59307cceba
|
Update README.md
|
2019-02-07 19:00:38 +02:00 |
|
Aliaksandr Valialkin
|
56bc071ee7
|
Update README.md
|
2019-02-07 03:38:48 +02:00 |
|
Aliaksandr Valialkin
|
a6e2ce3ea3
|
Add yet another link to relevant article
|
2019-01-31 03:20:48 +02:00 |
|
Aliaksandr Valialkin
|
cd49dbd313
|
Added links to relevant articles
|
2019-01-31 03:19:38 +02:00 |
|
Aliaksandr Valialkin
|
c1c2d42598
|
Mention about new features
|
2019-01-31 03:18:09 +02:00 |
|
Aliaksandr Valialkin
|
e11a0030b3
|
Typo fix
|
2019-01-20 00:20:25 +02:00 |
|
Aliaksandr Valialkin
|
0baea8a0df
|
Mention Graphite plaintext protocol support
|
2019-01-20 00:19:59 +02:00 |
|
Aliaksandr Valialkin
|
b050b7325a
|
Mention InfluxDB line protocol support in README.md
|
2019-01-12 14:50:11 +02:00 |
|
Aliaksandr Valialkin
|
f63e72fbd6
|
Added release badge
|
2018-12-06 23:23:20 +02:00 |
|
Aliaksandr Valialkin
|
0cfaef8abb
|
Merge pull request #2 from VictoriaMetrics/feature/logo-guidline
Add logo guideline
|
2018-11-30 00:26:08 +03:00 |
|
Artem Navoiev
|
eaf50ca136
|
Add logo guideline
|
2018-11-29 22:47:31 +02:00 |
|
Aliaksandr Valialkin
|
1216af0459
|
Fix link to logo
|
2018-11-29 22:24:19 +02:00 |
|
Aliaksandr Valialkin
|
2e70445116
|
Merge pull request #1 from VictoriaMetrics/feautre/add-logo
Add logo
|
2018-11-29 23:22:44 +03:00 |
|
Artem Navoiev
|
ddac82ef43
|
Add logo
|
2018-11-29 21:47:17 +02:00 |
|
Aliaksandr Valialkin
|
2329d5c3ae
|
Remove misleading LICENSE
|
2018-11-19 23:17:28 +02:00 |
|
Aliaksandr Valialkin
|
df5159cafe
|
Add links to docker images and binaries for single-server VictoriaMetrics
|
2018-11-17 21:30:05 +02:00 |
|
Aliaksandr Valialkin
|
7d9f428bf6
|
Update README.md
|
2018-11-02 23:29:00 +02:00 |
|
Aliaksandr Valialkin
|
61c1b3825b
|
Update README.md
|
2018-11-01 19:47:20 +02:00 |
|
Aliaksandr Valialkin
|
bac4dde486
|
Update README.md
|
2018-11-01 19:45:46 +02:00 |
|
Aliaksandr Valialkin
|
a1b802625c
|
Update README.md
|
2018-11-01 19:44:44 +02:00 |
|
Aliaksandr Valialkin
|
25faeb6dbd
|
Update README.md
|
2018-11-01 19:44:22 +02:00 |
|
Aliaksandr Valialkin
|
6211ebae56
|
Update README.md
|
2018-10-22 18:18:31 +03:00 |
|