quickwit-oss / quickwit

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
https://quickwit.io
Other
8.24k stars 336 forks source link

Add storage metrics for local storages #3719

Open fmassot opened 1 year ago

fmassot commented 1 year ago

Currently, we register those metrics for object storage:

But we don't have any metrics for local disk storage. This is annoying as we have several users that are using quickwit with a local storage.

guilload commented 1 year ago

Also, local storage can be "not so local" with remote storage services (EBS, NFS, ...) mounted locally. It would be nice to add a label. Users could explicitly set the label in the storage config or we could infer it via introspection (device and mount point?).

We want those metrics for Airmail.