VictoriaMetrics/app/vmctl
Aliaksandr Valialkin 4d27933041
app/vlinsert: support _time field without timezone information during data ingestion
Use local timezone of the host server in this case. The timezone can be overridden
with TZ environment variable if needed.

While at it, allow using whitespace instead of T as a delimiter between data and time
in the ingested _time field. For example, '2024-09-20 10:20:30' is now accepted
during data ingestion. This is valid ISO8601 format, which is used by some log shippers,
so it should be supported. This format is also known as SQL datetime format.

Also assume local time zone when time without timezone information is passed to querying APIs.
Previously such a time was parsed in UTC timezone. Add `Z` to the end of the time string
if the old behaviour is preferred.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6721
2024-09-26 12:50:14 +02:00
..
auth
backoff vmctl: add --backoff-retries, --backoff-factor, --backoff-min-duration global command-line flags (#6639) 2024-08-03 19:34:03 +02:00
barpool vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
deployment all: suppress InvalidDefaultArgInFrom warning emitted by docker build when building Docker packages via make package-* command 2024-09-03 14:05:43 +02:00
influx app/vmctl: switch from table-driven tests to f-tests 2024-07-12 22:45:49 +02:00
limiter
multiarch app/*/multiarch: return back empty value for TARGETARCH 2024-09-06 18:15:22 +02:00
native
opentsdb all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
prometheus app/vmctl: switch from table-driven tests to f-tests 2024-07-12 22:45:49 +02:00
remoteread
stepper app/vmctl: switch from table-driven tests to f-tests 2024-07-12 22:45:49 +02:00
terminal
utils app/vlinsert: support _time field without timezone information during data ingestion 2024-09-26 12:50:14 +02:00
vm vmctl: add --backoff-retries, --backoff-factor, --backoff-min-duration global command-line flags (#6639) 2024-08-03 19:34:03 +02:00
flags.go vmctl: add --backoff-retries, --backoff-factor, --backoff-min-duration global command-line flags (#6639) 2024-08-03 19:34:03 +02:00
influx.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
main.go lib/httputils: parse URL before creating HTTP transport (#6820) 2024-08-16 11:34:49 +02:00
Makefile
opentsdb.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
prometheus_test.go app/vmalert: switch from table-driven tests to f-tests 2024-07-12 22:45:50 +02:00
prometheus.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
README.md
remoteread.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
utils.go vmctl: disable progress bar for prometheus snapshot migrations (#6385) 2024-06-10 12:41:44 +02:00
vm_native.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00

See vmctl docs here.

vmctl docs can be edited at docs/vmctl.md.