Earlier quoted context omitted.
> You actually have to log a damn lot to actually fill up even a single 16 Tb drive with gzip-compressed logs which typically have something like 50x compression for log data. Now count that for queryable data source so running a database of some sort (Elasticsearch probably for logs) 24/7 at fast enough speeds that it is ops-useful Metrics are significantly cheaper tho, at least if you use some dedicated TSDB with g…
VictoriaMetrics author here. I'm working on VictoriaLogs right now, e.g. the logging system on top of VictoriaMetrics architecture ideas. Preliminary results are promising: - It will need much lower amounts of disk space, disk IO, CPU and RAM comparing to ElasticSearch during data ingestion. - It will provide fast logs' querying and tailing via easy-to-use query language (LogsQL), with the ability to calculate advanc…
Re: Logging practices I follow
#81Any thoughts about OpenTelemetry ? That covers both logs, tracing and metrics