|
|
|
|
|
by jrv
3627 days ago
|
|
Our focus is not logging only, it's the opposite: we don't support storing logs of individual events. What Prometheus does is store dimensional numerical time series. See the data model: https://prometheus.io/docs/concepts/data_model/ So it's a question of whether you can squeeze your data into that model and whether you need per-event details or whether aggregated time series are ok. |
|