apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.14k stars 901 forks source link

feat: supports TTL for greptimedb data storage #2101

Closed killme2008 closed 2 weeks ago

killme2008 commented 2 weeks ago

What's changed?

The following PR of #2095. It adds TTL for auto-created database, 30 days by default.

Checklist

Add or update API

killme2008 commented 2 weeks ago

I missed the TTL option in the last PR, sorry for that. Please take a look, thank you. @zqr10159 @tomsun28