Skip to content
#

time-series

Here are 1,593 public repositories matching this topic...

netdata
jsteenb2
jsteenb2 commented Feb 27, 2020

Right now we have the following, which doesn't validatie the needs of a given view. This allows for any colors to be provided, not necessarily the ones that are required. I'd recommend making these color validations accurate, where for Gauge it would require the min and max for instance. I'm assuming these are required for gauge, that may be in error. Would be nice to provide swagger that p

fanyunli
fanyunli commented Jul 17, 2019

数据导入的时候,数据中时间戳字段必须是有顺序的,否则只能导入部分数据。但在时间戳有序的情况下,依旧有小部分数据导入失败,报invalid next size (normal)错误,暂且还没明白什么问题,期待其他人的回答。
join的功能,目前还未开发出来,期待。
group by功能,目前在超级表中可以使用。
希望能对大家有帮助。

kOstovic
kOstovic commented Apr 9, 2020

Feature Request

Proposal:
The tail input should allow processing text files that are not utf-8 encoded.

Current behavior:
Files with alternative encodings either cannot be parsed or are not encoded properly.

Desired behavior:
Be able to select a text encoding in the input file, if selected the data will be converted internally to utf-8.

[[inputs.tail]]
encoding = "UTF-16"

shevyf
shevyf commented Jul 22, 2019

Rocksteady is listed on this page as a tool that can help integrate RabbitMQ with Graphite: https://graphite.readthedocs.io/en/latest/tools.html

However, yhe Rocksteady code base has been moved to the Google Code Archive - http://code.google.com/p/rocksteady/ redirects to https://code.google.com/archive/p/rocksteady/ - and the downloadable package hasn't been updated since 2010. It seems to rel

hedayat
hedayat commented Mar 6, 2019

This command is expected to not throw an error when the foreign table exists, but currently it prints an error related to pipelinedb:

CREATE FOREIGN TABLE IF NOT EXISTS alerts (...) SERVER pipelinedb;

NOTICE: relation "alerts" already exists, skipping
ERROR: duplicate key value violates unique constraint "pipeline_stream_relid_index"
logannc
logannc commented Aug 2, 2019

This is basically a shameless spin off of https://stackoverflow.com/questions/57330300/how-to-reproduce-hypertools-clusters-identified-from-hypertools-plot

I am trying to take the results of using hypertools.plot(...), but my attempts to replicate them by using other parts of hypertools are yielding surprisingly different results.

I would like some guidance on this, but I also feel like ha

UlricQin
UlricQin commented Mar 17, 2020
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。

提建议?
请写明白建议原因,即为何有此建议。

提修复PR?
请说明为何做此修改,需要做好测试。

提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现

---

另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
gluon-ts
adamparker
adamparker commented Jan 16, 2020

The documentation states to run the following command within the downloaded folder (as root) to install from source:

python setup.py install

This works for graphite-web and carbon, but fails for whisper. I am using Python 3.6.8.

[root@nms whisper]# python setup.py install
running install
error: can't create or remove files in install directory

The following error occurred whi
MAGomes95
MAGomes95 commented Apr 2, 2020

Hello,

Without any delays, I will begin explaining the bug on TimeSeriesKMeans function.

At the moment, I am handling a dataset with several time series having different lengths.
When I try to cluster this time series by means of the dtw or soft-dtw metrics, and despite n_cluster parameter, the model predicts at max two clusters, in other situations, assigns all the time series to the same

Improve this page

Add a description, image, and links to the time-series topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the time-series topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.