Skip to content
#

timeseries

Here are 518 public repositories matching this topic...

speezepearson
speezepearson commented Oct 7, 2019

It claims that the response shape is {"results": [...]"} but it's actually wrapped in {"queries": [{"results": [...]}, ...]}":

~/D/k/bin $ ./kairosdb.sh run >/dev/null 2>&1 &
[1] 42911
~/D/k/bin $ 
~/D/k/bin $ curl --silent http://localhost:8080/api/v1/datapoints/query/tags -XPOST --data-binary '{"start_r
amulyamalla
amulyamalla commented Sep 4, 2019

ES - v6.5.4
Kibana - v6.5.4
Search guard - v6.5.4
sentinl plugin - v6.5.4

Configure sentinl with some test watcher and action , but when i deleted the watcher from kibana GUI , but still alarm get fired at the regular interval , as i already given required permission at search guard , subsequent index get created at elastic search , manually deleted watcher index but it will auto recr

rth
rth commented Mar 5, 2020

Currently tslearn/tests/test_estimators.py redefine a custom check_estimator and then monkeypatch some of the tests in sklearn.utils.estimator_checks to work with time series data.

In the latest version scikit-learn introduced parametrize_with_checks which should allow to simplify this quite a bit https://scikit-learn.org/stable/developers/develop.html#rolling-your-own-estimator (e.g. a

vide
vide commented Feb 18, 2019

Hello

doing empirical tests + looking at go-carbon code looks like that you indeed follow the priority value in the storage-schemas.conf definitions.

For example

[should_apply_first]
pattern = ^stats\..*
priority = 1
retentions = 10s:1h

[should_not_apply_to_stats]
pattern = ^.*
priority = 10
retentions = 60s:1d

will apply a retention of 1 minute for 1 day to **ev

paulgevers
paulgevers commented Nov 22, 2017

While working with the source code, I was wondering what the workflow is. Could you please document that somewhere in the README.md file?

E.g. how are the makefiles generated?

E.g. What is the connection between src, Release/src and Debug/src (and if they need syncing, how is that done)? Why isn't the delta between Release and Debug not just a configure option/make variable?

lijomonvarghese
lijomonvarghese commented Mar 10, 2020

Before reporting an issue on Gnocchi, please be sure to provide all necessary
information.

Which version of Gnocchi are you using

gnocchi 3.3.1

How to reproduce your problem

It is not clear from document (https://gnocchi.xyz/rest.html) how to query to get measures of multiple metrics in a single query ( batch mode)

What is the result that you get

I can query for single metr

pystore
yohplala
yohplala commented Jan 6, 2020

Hello,

I haven't tested append() yet, and I was wondering if duplicates are removed when an append is managed.
I had a look in collection.py script and following pandas function are used:
combined = dd.concat([current.data, new]).drop_duplicates(keep="last")

After a look into pandas documentation, I understand that duplicate lines are removed, only the last occurence is kept.

Improve this page

Add a description, image, and links to the timeseries 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 timeseries topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.