文件名称:aws-cloudwatch:AWS CloudWatch PutMetric Data API 的简单包装器
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-02 05:17:51
JavaScript
AWS 云观察 AWS CloudWatch API 的简单包装器 配置 简单的 JSON 文件,格式如下: { " region " : " eu-west-1 " , " namespace " : " AwsCloudWatchTests " , " metrics " : { " metricNumber1 " : { " unit " : " Seconds " }, " metricNumber2 " : { " unit " : " Count " }, " metricNumber3 " : { " unit " : " None " }, " metricNumber4 " : { " unit " : " Megabits " } } }
【文件预览】:
aws-cloudwatch-master
----.gitignore(579B)
----package.json(427B)
----index.js(1KB)
----README.md(2KB)
----tests()
--------index.js(2KB)
--------config.sample.json(296B)