-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add .repo-metadata for README generation (#263)
- Loading branch information
1 parent
5b350a4
commit d0bd7b7
Showing
5 changed files
with
154 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
introduction: |- | ||
[Stackdriver Monitoring](https://cloud.google.com/monitoring/docs) collects metrics, events, and metadata from | ||
Google Cloud Platform, Amazon Web Services (AWS), hosted uptime probes, application instrumentation, | ||
and a variety of common application components including Cassandra, Nginx, Apache Web Server, Elasticsearch and many others. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "monitoring", | ||
"name_pretty": "Stackdriver Monitoring", | ||
"product_documentation": "https://cloud.google.com/monitoring/docs", | ||
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/monitoring/latest/", | ||
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785", | ||
"release_level": "beta", | ||
"language": "nodejs", | ||
"repo": "googleapis/nodejs-monitoring", | ||
"distribution_name": "@google-cloud/monitoring", | ||
"api_id": "monitoring.googleapis.com", | ||
"requires_billing": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.