Socket
Socket
Sign inDemoInstall

@google-cloud/monitoring

Package Overview
Dependencies
118
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0

12

CHANGELOG.md

@@ -7,2 +7,14 @@ # Changelog

## [1.5.0](https://www.github.com/googleapis/nodejs-monitoring/compare/v1.4.0...v1.5.0) (2019-10-22)
### Features
* add is_internal option ([#312](https://www.github.com/googleapis/nodejs-monitoring/issues/312)) ([a2dbb0b](https://www.github.com/googleapis/nodejs-monitoring/commit/a2dbb0b8df925317f01a193038ad520f0c8c43e7))
### Bug Fixes
* **deps:** bump google-gax to 1.7.5 ([#313](https://www.github.com/googleapis/nodejs-monitoring/issues/313)) ([faf0efa](https://www.github.com/googleapis/nodejs-monitoring/commit/faf0efa5caa535d0cf16d10143a48a0c545e2074))
## [1.4.0](https://www.github.com/googleapis/nodejs-monitoring/compare/v1.3.0...v1.4.0) (2019-10-12)

@@ -9,0 +21,0 @@

4

package.json
{
"name": "@google-cloud/monitoring",
"description": "Stackdriver Monitoring API client for Node.js",
"version": "1.4.0",
"version": "1.5.0",
"license": "Apache-2.0",

@@ -45,3 +45,3 @@ "author": "Google Inc",

"dependencies": {
"google-gax": "^1.6.3"
"google-gax": "^1.7.5"
},

@@ -48,0 +48,0 @@ "devDependencies": {

@@ -53,3 +53,4 @@ // Copyright 2019 Google LLC

* no value is specified, the start time defaults to the value of the
* end time, and the interval represents a single point in time. Such an
* end time, and the interval represents a single point in time. If both
* start and end times are specified, they must be identical. Such an
* interval is valid only for `GAUGE` metrics, which are point-in-time

@@ -56,0 +57,0 @@ * measurements.

@@ -23,9 +23,10 @@ // Copyright 2019 Google LLC

* The time interval to which the data point applies. For `GAUGE` metrics,
* only the end time of the interval is used. For `DELTA` metrics, the start
* and end time should specify a non-zero interval, with subsequent points
* specifying contiguous and non-overlapping intervals. For `CUMULATIVE`
* metrics, the start and end time should specify a non-zero interval, with
* subsequent points specifying the same start time and increasing end times,
* until an event resets the cumulative value to zero and sets a new start
* time for the following points.
* the start time is optional, but if it is supplied, it must equal the end
* time. For `DELTA` metrics, the start and end time should specify a
* non-zero interval, with subsequent points specifying contiguous and
* non-overlapping intervals. For `CUMULATIVE` metrics, the start and end
* time should specify a non-zero interval, with subsequent points specifying
* the same start time and increasing end times, until an event resets the
* cumulative value to zero and sets a new start time for the following
* points.
*

@@ -32,0 +33,0 @@ * This object should have the same structure as [TimeInterval]{@link google.monitoring.v3.TimeInterval}

@@ -172,2 +172,8 @@ // Copyright 2019 Google LLC

*
* @property {boolean} isInternal
* If this is `true`, then checks are made only from the 'internal_checkers'.
* If it is `false`, then checks are made only from the 'selected_regions'.
* It is an error to provide 'selected_regions' when is_internal is `true`,
* or to provide 'internal_checkers' when is_internal is `false`.
*
* @property {Object[]} internalCheckers

@@ -174,0 +180,0 @@ * The internal checkers that this check will egress from. If `is_internal` is

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc