Skip to content
#

time-series

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

netdata
ilyam8
ilyam8 commented May 29, 2019

The PR is #4008

Last time I tried to get this working, the issue was with getting python.d
to properly load the Yoctopuce modules. As far as I could tell at the time, the dynamic import thing works, it's just an issue with getting Python to properly import modules that aren't in system.path, but I didn't look very deep beyond that. Part of the problem there is that the Yoctopuce Python

Aries-Lee1991
Aries-Lee1991 commented Aug 18, 2020

Hi fellows,

The first online meetup hosted by EMQ and TDengine will be held at 20:00-21:30 on Aug. 24 (this Thursday) .

We will use the Tencent meeting software. The online link will be shared with the attendees shortly before the start time of the event.

If you have any issues, please contact "小T" via wechat (wechat ID: tdengine).

See the poster for how to participate.

![线上Meetup-

FixTestRepeat
FixTestRepeat commented Jun 21, 2020

Feature Request

telegraf (v1.14.3) currently doesn't sort the various loaded inputs, aggregators, processors, and outputs. This makes troubleshooting more onerous.

Proposal:

When Telegraf starts, the modules loaded should be logged in a sorted fashion.

This should be applied to all loads:

  • inputs
  • aggregators
  • outputs
  • inputs

Current behavior:

5 successive relo

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

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

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

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

---

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

QuestDB implements regex string match with the operators ~= and !~. However, LIKE is not implemented.

Describe the solution you'd like
Implement LIKE such that
column LIKE pattern becomes ~=(column, pattern)
NOT column LIKE pattern becomes !~(column, pattern)

gluon-ts
ssimontacchi
ssimontacchi commented Jun 20, 2020

Hi, Thanks for the awesome library!

So I am running a Kmeans on lots of different datasets, which all have roughly four shapes, so I initialize with those shapes and it works well, except for just a few times. There are a few datasets that look different enough that I end up with empty clusters and the algorithm just hangs ("Resumed because of empty cluster" again and again).

I conceptually

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.