VictoriaMetrics/app
Aliaksandr Valialkin 7afcca0c51
all: use metricsql.CompileRegexp instead of regexp.Compile for compiling regexps used in graphite queries
This should speed up repeated queries, since metricsql.CompileRegexp returns regexps from the cache
on subsequent calls for the same input regexp.
2023-01-09 21:43:08 -08:00
..
victoria-metrics tests: attempt to fix flaky graphite test (#3567) 2022-12-29 11:48:47 -08:00
vmagent all: small improvements in error messages and command-line flag descriptions related to concurrency limiters 2023-01-07 00:11:44 -08:00
vmalert docs: update -help outputs for vm* tools 2023-01-03 23:27:06 -08:00
vmauth docs: update -help outputs for vm* tools 2023-01-03 23:27:06 -08:00
vmbackup docs: update -help outputs for vm* tools 2023-01-03 23:27:06 -08:00
vmbackupmanager doc: add vmbackupmanager monitoring section (#3605) 2023-01-05 16:03:06 +01:00
vmctl Fix vmctl command hint for vm-native-step-interval (#3575) 2023-01-03 10:54:53 +01:00
vmgateway docs: update -help outputs for vm* tools 2023-01-03 23:27:06 -08:00
vminsert app/{vminsert,vmstorage}: add comments on why storage.AddRows() is called without limiting the number of concurrent calls 2023-01-06 22:40:07 -08:00
vmrestore docs: update -help outputs for vm* tools 2023-01-03 23:27:06 -08:00
vmselect all: use metricsql.CompileRegexp instead of regexp.Compile for compiling regexps used in graphite queries 2023-01-09 21:43:08 -08:00
vmstorage app/{vminsert,vmstorage}: add comments on why storage.AddRows() is called without limiting the number of concurrent calls 2023-01-06 22:40:07 -08:00
vmui vmui: improve Explore metrics (#3598) 2023-01-05 02:23:04 -08:00