signal_analog
signal_analog copied to clipboard
A troposphere-inspired library for programmatic, declarative definition and management of SignalFx Charts, Dashboards, and Detectors.
Hi there, We are currently using signal_analog and have received a security alert regarding a vulnerability (SNYK-PYTHON-DNSPYTHON-6241713) found in one of its components, specifically [email protected]. This vulnerability has been addressed...
- fix grammar - fix spelling - increase readability for a non-native speaker (me)
The DashboardGroup will store any with_teams(...) configuration in SignalFx if provided on the initial create, but will lose any changes on update. Updates will retain the old value.
We currently have tests running in the build. To support this it looks like we'd want to: - Only release on tags - Re-use the cache from the build step...
There doesn't seem to be any way to define layout for charts, e.g. width, height, which row has which chart. Did I miss it? Or is it missing?
The `Plot` class gives a layer of abstraction over the underlying `Data` and `Assign` classes but most of the docs show the lower level interfaces. It would be nice if...
This is low priority because it isn't a super important feature but when I tried using it, this feature didn't seem to work. E.g. ``` python Dashboard() \ .with_name(name) \...
Issue: Disabling a detector no longer works. Suspected Cause: API change on SFX side. We used to pass in `disabled:disabled` as an option for a detector to disable it. https://github.com/Nike-Inc/signal_analog/blob/master/signal_analog/detectors.py#L270-L280...
Axis configuration on charts currently models the SignalFx REST API but it would be more developer friendly if it was changed. Current API is a `with_axes()` method that takes an...
This seems like a very low priority feature but I did notice that the label option for both the high and low watermarks for Axis options is not currently supported...