earthgecko

Results 24 issues of earthgecko

Changes introduced in virtualenv 20.0.x appear to have invalidated the installation documentation. When installing graphite-web in a virtualenv neither the `export PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/"` method, nor the method passing the pip `--install-option`...

bug
pinned

For the duration of the Ionosphere learn countdown, if the client and server have a different time zone settings the countdown clock will display 00:00:00 for the entire duration of...

bug
UI
webapp

Currently in Panorama a highlighted anomaly will not load a graph if the metric does not have FULL_DURATION data.

Mirage is throwing an error when trying to fetch a timeseries with a ":" in the target name. This probably applies to number of other patterns that may occur in...

bug

On the initial Panorama page load the Dygraph is not populated with data because the data fetch is triggered by a mouseover on an element. I believe the initial load...

bug
help wanted

The Panorama UI implemented moment.js and moment-timzone to allow for the Dygraph rendering of the timeseries to use either a fixed timezone e.g. the Graphite server's time zone or user...

enhancement

References - incorrect normalize method #40

In src/luminol/algorithms/correlator_algorithms/cross_correlator.py if max_shift_seconds is passed, it is not converted to milliseconds like the DEFAULT_ALLOWED_SHIFT_SECONDS

As per https://github.com/linkedin/luminol/issues/38

Unless there is a specific reason for only using the max value to normalize the values with, the normalize function could do with being normalized or renamed if the current...