|
13 | 13 | * See the License for the specific language governing permissions and |
14 | 14 | * limitations under the License. |
15 | 15 | */ |
| 16 | + |
| 17 | +/*! |
| 18 | + * @module monitoring |
| 19 | + */ |
| 20 | + |
16 | 21 | 'use strict'; |
17 | 22 |
|
| 23 | +/** |
| 24 | + * <p class="notice"> |
| 25 | + * **This is a Beta release of Stackdriver Monitoring.** This API is not |
| 26 | + * covered by any SLA or deprecation policy and may be subject to |
| 27 | + * backward-incompatible changes. |
| 28 | + * </p> |
| 29 | + * |
| 30 | + * [Stackdriver Monitoring](https://cloud.google.com/monitoring/docs) collects |
| 31 | + * metrics, events, and metadata from Google Cloud Platform, Amazon Web Services |
| 32 | + * (AWS), hosted uptime probes, application instrumentation, and a variety of |
| 33 | + * common application components including Cassandra, Nginx, Apache Web Server, |
| 34 | + * Elasticsearch and many others. Stackdriver ingests that data and generates |
| 35 | + * insights via dashboards, charts, and alerts. |
| 36 | + * |
| 37 | + * <h2>This is an auto-generated API</h2> |
| 38 | + * |
| 39 | + * It does not follow the conventions you're familiar with from other parts of |
| 40 | + * our library. A handwritten layer is not yet available. |
| 41 | + * |
| 42 | + * The example below shows you how to instantiate the generated client. For |
| 43 | + * further documentation, please browse the |
| 44 | + * [Monitoring .proto files](https://github.com/googleapis/googleapis/tree/master/google/monitoring/v3) |
| 45 | + * on GitHub. |
| 46 | + * |
| 47 | + * @constructor |
| 48 | + * @alias module:monitoring |
| 49 | + */ |
| 50 | +function Monitoring() { |
| 51 | + throw new Error([ |
| 52 | + 'Cloud Monitoring must be accessed through the auto-generated client.', |
| 53 | + 'See', |
| 54 | + 'https://googlecloudplatform.github.io/google-cloud-node/#/docs/monitoring', |
| 55 | + 'for more information.' |
| 56 | + ].join(' ')); |
| 57 | +} |
| 58 | + |
| 59 | +module.exports = Monitoring; |
18 | 60 | module.exports.v3 = require('./v3'); |
0 commit comments