netuitived 0.9.7 → 0.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/agent.yml +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdf8c5eb77d029871e6b68ad6a15fe024c314ca4
|
|
4
|
+
data.tar.gz: 5982cbd9833049569ad7112c3adb3b36d017b8b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4217eb25842688eae7ffab09983bdc7cfa285e89243c0156a9bd3e32a202ab5c5a9cd166f738714f7ea45169117269f14a11e4f6a9bc95e901ea254913cb6d84
|
|
7
|
+
data.tar.gz: 643b913c0348a9ce6dff0d4d27fa7ecc0a3dedd50ae7799842103fe120ae8ab389b299293a4e184404c3b67eabc5883448857293a6e6148172750fa7c94729ec
|
data/config/agent.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#all are configurable using environment variables
|
|
2
|
-
apiId:
|
|
3
|
-
baseAddr: "
|
|
2
|
+
apiId: apiId #apiId for the datasources. found in the datasources section in the netuitive ui. environment variable: NETUITIVED_API_ID
|
|
3
|
+
baseAddr: "api.app.netuitive.com" #where to send the data. in most cases use the default. environment variable: NETUITIVED_BASE_ADDR
|
|
4
4
|
port: nil #in most cases this will be nil. environment variable: NETUITIVED_PORT
|
|
5
|
-
elementName:
|
|
6
|
-
debugLevel:
|
|
5
|
+
elementName: elementName #name of the element to assign metrics to in netuitive. if unsure, just use the name of your app. environment variable: NETUITIVED_ELEMENT_NAME
|
|
6
|
+
debugLevel: error #options (in ascending order of debugness) are: error, info, debug. environment variable: NETUITIVED_DEBUG_LEVEL
|
|
7
7
|
netuitivedAddr: "localhost" #environment variable: NETUITIVED_NETUITIVED_ADDR
|
|
8
8
|
netuitivedPort: 8875 #environment variable: NETUITIVED_NETUITIVED_PORT
|
|
9
9
|
interval: 60 #environment variable: NETUITIVED_INTERVAL
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netuitived
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- John King
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Collects metrics over a certain interval and then sends them to Netuitive
|
|
14
14
|
email: jking@netuitive.com
|