signal_analog
signal_analog copied to clipboard
A troposphere-inspired library for programmatic, declarative definition and management of SignalFx Charts, Dashboards, and Detectors.
This suggestion would be a very minor improvement but often the alias for a `FilterVariable` just ends up being the same as the property name so it would be nice...
Current API takes a 0 or 1 for left vs. right ``` python PublishLabelOptions( y_axis=0 ), PublishLabelOptions( y_axis=1 ) ``` Suggested API is something like: ``` python PublishLabelOptions( y_axis=YAxis.left ),...
`PublishLabelOptions` would make more sense as part of the `Plot` class. It would make the API more closely model the SignalFx UI (vs. modeling the less user friendly Sfx REST...
When using a non-default realm of signalfx you need to change the API base URL to be able to use it. Right now the only way to change the base...
Our credentials don't seem to be working, needs more investigation. Likely need to just blow away Travis config and start again.
We added a new functionality as part of [2.2.0](https://github.com/Nike-Inc/signal_analog/blob/master/CHANGELOG.md#220-2018-09-27) where you can create new dashboards within existing dashboards. We need to add an example of that functionality in [here](https://github.com/Nike-Inc/signal_analog/blob/master/examples/dashboards.py)
**Scenario:** 1. Created a new detector along with a Dashboard. 2. Changed that detector to a different one and ran a dashboard update. **User expectation:** New detector will be created...
Documentation: https://developers.signalfx.com/reference#double_ewma-stream-method It's a little too much to implement before the 2.0 release.
When using a `signal_analog.flow.Program` one would expect that `--dry-run` would spit out the configuration for whatever resource we're creating. Instead we're treated with a nasty error: ``` TypeError: Object of...
Only one matrix build will properly pass when releasing a new version of the library because they're all trying to deploy to PyPI. Figure out how to publish from the...