英文:
Is there a way to automatically remove old trace Zipkin entries in Cassandra?
问题
这是特别针对Zipkin的Cassandra存储连接器。
是否有一种自动删除旧跟踪的方式?
我在网上搜索过,但没有找到相关信息。
英文:
This is specifically for Zipkin's Cassandra storage connector.
Is there a way of automatically removing old traces?
I've search on the Web but I didn't find information about this.
答案1
得分: 1
根据文档,
- 数据有7天的TTL
- 索引有3天的TTL
文档:
- https://github.com/openzipkin/zipkin/tree/master/zipkin-storage/cassandra#time-to_live
- https://github.com/openzipkin/zipkin/blob/master/zipkin-server/README.md#cassandra-storage
英文:
Per their docs,
- data has 7 days TTL
- indexes has 3 days TTL
Docs:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论