-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update monitoring client #2526
Update monitoring client #2526
Conversation
packages/monitoring/package.json
Outdated
"email": "sawchuk@gmail.com" | ||
} | ||
], | ||
"version": "0.3.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/package.json
Outdated
}, | ||
"devDependencies": { | ||
"mocha": "^3.1.2" | ||
"mocha": "^3.2.0", | ||
"through2": "^2.0.3" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/src/v3/index.js
Outdated
v3.SERVICE_ADDRESS = groupServiceClient.SERVICE_ADDRESS; | ||
v3.ALL_SCOPES = groupServiceClient.ALL_SCOPES; | ||
v3.ALL_SCOPES = union( |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/package.json
Outdated
@@ -30,8 +30,7 @@ | |||
"lodash.union": "^4.6.0" |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/src/index.js
Outdated
* common application components including Cassandra, Nginx, Apache Web Server, | ||
* Elasticsearch and many others. Stackdriver ingests that data and generates | ||
* insights via dashboards, charts, and alerts. | ||
* Create an groupServiceClient with additional helpers for common |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/monitoring/src/index.js
Outdated
} | ||
|
||
/** | ||
* Create an metricServiceClient with additional helpers for common |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -20,35 +20,91 @@ | |||
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
0f94142
to
2b6bbd7
Compare
Closes #2486, closes #1801