time-series
Here are 1,512 public repositories matching this topic...
Proposal
Use case. Why is this important?
$ promtool query instant prometheus.example.org prometheus_build_info
prometheus_build_info{version="future", ...}Ease of CLI usage. Similar to curl, it would be nice to handle server addresses without an explicit URL scheme gracefully. From a security perspective it would be nice to try https first and falling back to `h
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
超级表STable的删除有方便的办法吗?
必须先将通过STable创建的表先删除,然后才能删除超级表。当级联表很多时就麻烦了,除非写代码来删除。
Relevant system information:
- OS: archlinux 64bit kernel 5.1.15
- PostgreSQL version (output of
postgres --version): postgres (PostgreSQL) 11.2 - TimescaleDB version (output of
\dxinpsql): 1.5.1 - Installation method: compile from source
Describe the bug
before upgrade, I'm using timescaledb 1.3, pg_dump gives no warning
pg_dump -U myname --format=custom Feature Request
Excluding what you do not want instead of including what you do want to monitor may get confusing, specially when you just need a few measurements.
Proposal:
Deprecate exclude_query configuration option and include a new one to indicate which query metrics one wants to run.
Current behavior:
It is necessary to explicitly state which queries one does not want to
run_begin和run_end必须要写全。03:00不能写成3:00。因为数据库中存的是字符串,比较的时候按照字符串的大小比较,3:00会小于02:00。页面应该要做校验或者提示。
参考 PR #184 的讨论
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
My issue is with the readthedocs page for list of features here.
It is quite hard to read this table because the window of readable characters is narrow and fixed, and the scrollbar is way down at the foot of a (relatively) long table. One would need to scroll up and down and back and forth to read each line.
Consider ad
Currently (version 0.7.7), it does not:
create continuous view tagstream as
with tagsrc as (
select unnest(ARRAY[content #>> ARRAY['entities','hashtags','1','text'],
content #>> ARRAY['entities','hashtags','2','text'],
content #>> ARRAY['entities','hashtags','3','text'],
content #>> ARRAY['entities','hashtags','4','text']]) as tag
from t
Hi all:
I'm new to Kapacitor and I'm having trouble using the Eval() node in a tick script.
I have the following simple PoC script whose purpose is just to calculate the used percentage of CPU for each telemetry point received by Influx for a K8s cluster.
stream
|from()
.database('k8s')
The figures in index.rst have URLs that don't work. I looked for them in the source tree, but I don't find them there.
I think a few minor changes would help make the API documentation a bit clearer on readthedocs:
- Make a note in
hypertools.tools.describe_pcathat the function is depreciated (replaced byhypertools.describe - Change order of main functions to: plot, analyze, normalize, reduce, align, cluster, describe
- Make a note in
hypertools.tools.procrustesthat the function is depreciated (repla
Previously for counters aggregationMethod was sum, now it is max
graphite-project/carbon@e4953da
This is good for use case described in https://answers.launchpad.net/graphite/+question/286462 but wrong for statsd counters which are reset every (statsd)flush interval.
Maybe it would be more reasonable to add a comment to storage-aggr
-
Updated
Mar 6, 2020 - Jupyter Notebook
-
Updated
Mar 7, 2020 - Scala
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
-
Updated
Mar 7, 2020
Does Gluon-ts support early stopping (for example: stop training after the loss fails to reduce after 50 epochs)? I see that we can set the learning rate to reduce if the loss fails to go down but could not find any options for early stopping
-
Updated
Mar 7, 2020 - Go
-
Updated
Feb 16, 2020 - C
-
Updated
Mar 7, 2020
I can't find any documentation about how to configure each one of the models (AD or TSMM)
Is there any detailed list of parameters and how to configure them?
Thanks!
-
Updated
Mar 7, 2020 - Python
There are a fair amount of top-level config options that relate to http. It would be cleaner to have them in their own section. I think the complete list is:
- host
- port
- connectors
- enableCors
- corsAllowOrigin
To prevent breaking existing configs, we should just deprecate those top-level options while adding the new section. At some point in the future we can fully remove them.
-
Updated
Mar 8, 2020 - Rust
-
Updated
Mar 3, 2020 - C++
-
Updated
Feb 25, 2020 - Python
-
Updated
Mar 1, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the time-series topic page so that developers can more easily learn about it.
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."


Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999