gpt4 book ai didi

hbase - OpenTSDB 一些数据丢失

转载 作者:行者123 更新时间:2023-12-02 05:00:09 27 4
gpt4 key购买 nike

我正在与 Google Cloud Platform GKE 合作,现在正在使用 kubernetes。我正在尝试通过 google Bigtable 使用 OpenTSDB,现在是 QA 时间。

但是当我刚刚输入一些数据时,出现了意外的错误,但它没有显示。即使时间过去了,也不再显示了。

我使用了这个图像和教程(版本和环境相同) https://github.com/GoogleCloudPlatform/opentsdb-bigtable

这是我的步骤。

1) 使用http POST请求api放置数据例如)http://localhost:4242/api/put?details=true

with Json object 
{
"metrics": "foo.bar",
"timestamp": "1483401600000",
"value": 1.0,
"tags": {
"foo": "bar"
}
}

2)确认日志,hbase控制台

3) 使用GET API查询例如:http://localhost:4242/api/query?start=1483401600000&ms=true&m=sum:foo.bar

4)看不到任何东西,只是空向量

最佳答案

https://cloud.google.com/bigtable/docs/integrations#opentsdb包含有关 OpenTSDB 和 Cloud Bigtable 集成的更多文档的链接,包括 Using OpenTSDB to Monitor Time-Series Data 。您可以尝试更新到最新版本AsyncBigtable看看它是否有效。

关于hbase - OpenTSDB 一些数据丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46463729/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com