如何使用http api删除opentsdb中的指标

时间:2016-02-17 08:09:23

标签: opentsdb

如何根据给定的时间段使用HTTP API删除Opentsdb中的指标。

http查询和指标名称

1 个答案:

答案 0 :(得分:4)

编辑/etc/opentsdb/opentsdb.conf文件 添加以下属性以启用删除 tsd.http.query.allow_delete =真

然后重启opentsdb。

尝试下面的示例查询来删除数据, 在rest client中选择http DELETE方法。

http://host:4242/api/query?start=2016/02/16-00:00:00&end=2016/02/17-23:59:59&m=avg:1m-avg:metricname