Signalfx

Latest version: v1.1.16

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

1.0.12

Added support for managing SignalFlow V2 detectors via the REST client.

1.0.11

`long` type metric values were previously unsupported. This release allows
int64 values and property values as defined by the protocol buffer. Values
greater than or equal to `-(2**63)` and less than or equal to `(2**63)-1`.
Values exceeding the specified boundaries will raise a ``ValueError`` exception.

Boolean property values were previously dispatched as integer values. This
release fixes this and emits boolean property values as a boolean type.

1.0.10

Unicode strings were previously unsupported for event properties. This release
allows event properties to be assigned unicode strings.

1.0.9

In certain situations, it was possible for the ingest client to stop and let the
program exit before the datapoints queue was fully drained to SignalFx. This
release fixes this and ensures that the background sending thread does not
prematurely exits before the queue is fully drained.

1.0.8

events received from a SignalFlow v2 computation. This field can then be used to
lookup the metadata of that EventTimeSeries from the computation.

python
c = flow.execute(program)
for msg in c.stream():
if isinstance(msg, signalfx.signalflow.messages.EventMessage):
pprint.pprint(c.get_metadata(msg.tsid))


[1.0.7] - 2016-10-05: More Python 3 compatibility

1.0.7

generated with version 3 of the Protocol Buffer compiler and library, which
produces Python 3 compatible Python source code.

[1.0.5] - 2016-09-29: Python 3 compatibility

Version 1.0.5 of the SignalFx Python client library provides compatibility for
Python 3.x.

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.