Writing Data You may want to jump right in and start throwing data into your TSD, but to really take advantage of OpenTSDB's power and flexibility ...
Querying or Reading Data OpenTSDB offers a number of means to extract data such as CLI tools, an HTTP API and as a GnuPlot graph. Querying with OpenTSDB s tag based system can be a bit tricky so read ...
2014-10-18 16:09 0 2729 推荐指数:
Writing Data You may want to jump right in and start throwing data into your TSD, but to really take advantage of OpenTSDB's power and flexibility ...
OpenTSDB 2.0, the scalable, distributed time series database可扩展、分布式时间序列数据库 1、背景 一些老的监控系统,它常常会出现这样的问题: 1)中心化数据存储进而导致单点故障。 2)有限的存储空间。 3)数据会因为时 ...
原文:http://www.jianshu.com/p/0bafd0168647 1、OpenTSDB介绍 1.1、OpenTSDB是什么?主要用途是什么? 官方文档这样描述:OpenTSDB is a distributed, scalable Time Series ...
时序数据库 时序数据库全称为时间序列数据库。主要用于处理带时间标签(按照时间的顺序变化,即时间序列化)的数据,带时间标签的数据也称为时间序列数据。时间序列数据主要由电力行业、化工行业、物联网 ...
1、OpenTSDB介绍 1.1、OpenTSDB是什么?主要用途是什么? 官方文档这样描述:OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase; 翻译 ...
安装opentsdb 一、安装hbase 1、下载安装包 官方下载地址:http://hbase.apache.org/downloads.html 也可以去镜像下载 wget https://mirrors.ustc.edu.cn/apache/hbase/2.2.2 ...
OpenTSDB提供了许多提取,处理和分析数据的方法。数据可以通过CLI工具,HTTP API来查询,并且作为为一个GnuPlot图形输出展示。开源工具如Grafana和Bosun可以访问TSDB的数据。使用OpenTSDB的基于标签的系统进行查询可能有点棘手,所以仔细阅读本文档并查看以下 ...