We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71eed1b + e117bbe commit 1406a8bCopy full SHA for 1406a8b
CHANGELOG.md
@@ -1,6 +1,10 @@
1
-0.0.28 / 2016-10-18
+0.0.29 / 2016-11-02
2
===================
3
4
+* Added python dependency six
5
+
6
+0.0.28 / 2016-10-18
7
8
* Upgrade to latest signalfx-python v1.0.7
9
* Log outdated metrics instead of emitting them
10
src/signalfx_metadata.py
@@ -64,7 +64,7 @@
64
TIMEOUT = 3
65
POST_URLS = []
66
DEFAULT_POST_URL = "https://ingest.signalfx.com/v1/collectd"
67
-VERSION = "0.0.28"
+VERSION = "0.0.29"
68
MAX_LENGTH = 0
69
COLLECTD_VERSION = ""
70
LINUX_VERSION = ""
0 commit comments