Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人开发了一些 OpenTSDB 应用程序来与 HTTP API Rest 接口?我对 OpenTSDB 和 HTTP 编程都是新手。
查看 openTSDB2.0 文档:opneTSDB文档它更好地支持通过 HTTP api 添加和扫描节点。
听起来您正在寻找 OpenTSDB 客户端。您将在“资源”页面上找到这些列表。
如果您想监视通用服务器统计信息,这些可能已经由实用程序之一实现,例如 tcollector。我们使用 scollector,它是 Bosun 的一部分(参见上面的参考资料页面)。
检查 OpenTSDB HTTP API的文档。向下滚动到API Endpoints部分,您将找到put、aggregators、query、search等的端点 URL
API Endpoints
put
aggregators
query
search