Skip to content
#

timeseries-database

Here are 50 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
redharp
redharp commented Apr 12, 2020

As a 3rd party developer there is a reasonable expectation of accuracy when reading the published api documentation and additional tools from same org keep valid URL’s and service references.

Expected:

  • this repo and readme linked via Alpaca docs would be valid

Actual:

  • GDAX still referenced working and dead links to this service (the coinbase pro rebrand > 1year ago)
davidarcher
davidarcher commented Aug 15, 2019

REPRO STEPS:

  1. Navigate to the Argus viewmetrics page
  2. Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
  1. Click the Prettify button

EXPECTED:
The query entered should be formatted without changing the actual text of the query

GROUPBY(
  -15m:-2m:foo.bar.-.-:some.metric.*.h
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

Improve this page

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

Learn more

You can’t perform that action at this time.