On Friday, 3 July 2020 08:41:04 UTC+1, Annonyme1 wrote: > Hi How can i delete something from prometheus database ? >
https://prometheus.io/docs/prometheus/latest/querying/api/#delete-series > How can i see the size of my prometheus database and it's available free > size ? Simplest just to use standard Unix tools. "Free size" is only limited by your available disk space on the partition where prometheus stores its files. du /mountpoint/path/to/directory df /mountpoint -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/d437a5c1-39e2-47ca-a638-c60ddea6a318o%40googlegroups.com.

