The Wayback Machine - https://web.archive.org/web/20200308034845/https://github.com/topics/time-series
Skip to content
#

time-series

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

netdata
grobie
grobie commented Nov 30, 2019

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

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

comicfans
comicfans commented Dec 12, 2019

Relevant system information:

  • OS: archlinux 64bit kernel 5.1.15
  • PostgreSQL version (output of postgres --version): postgres (PostgreSQL) 11.2
  • TimescaleDB version (output of \dx in psql): 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 
TiagoMHCSantana
TiagoMHCSantana commented Feb 4, 2020

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

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

mjcourte
mjcourte commented Feb 26, 2020

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

jberkus
jberkus commented Jul 25, 2015

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

ghost
ghost commented Feb 1, 2018

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')                    
    
jeremymanning
jeremymanning commented Oct 13, 2017

I think a few minor changes would help make the API documentation a bit clearer on readthedocs:

  • Make a note in hypertools.tools.describe_pca that the function is depreciated (replaced by hypertools.describe
  • Change order of main functions to: plot, analyze, normalize, reduce, align, cluster, describe
  • Make a note in hypertools.tools.procrustes that the function is depreciated (repla
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
bug
gluon-ts
hexedpackets
hexedpackets commented Jun 10, 2019

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.

Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics

  • 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.

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.