diff --git a/CODEOWNERS b/CODEOWNERS index f973e3bb0d..9c0bb91c74 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,6 +9,9 @@ .kokoro/appengine @GoogleCloudPlatform/torus-dpe @ace-n @GoogleCloudPlatform/nodejs-docs-samples-owners .kokoro/functions @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/nodejs-docs-samples-owners +# Platform Ops & Runtimes +monitoring @GoogleCloudPlatform/dee-platform-ops @GoogleCloudPlatform/nodejs-samples-reviewers + # Serverless, Orchestration, DevOps appengine @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/nodejs-samples-reviewers functions @GoogleCloudPlatform/torus-dpe @GoogleCloudPlatform/nodejs-samples-reviewers @@ -38,11 +41,10 @@ functions/spanner @jsimonweb @GoogleCloudPlatform/nodejs-samples-reviewers # One-offs composer @leahecole @sofisl @GoogleCloudPlatform/nodejs-samples-reviewers healthcare @noerog @GoogleCloudPlatform/nodejs-samples-reviewers -monitoring/opencensus @GoogleCloudPlatform/nodejs-samples-reviewers # Data & AI contact-center-insights @GoogleCloudPlatform/dee-data-ai @GoogleCloudPlatform/nodejs-samples-reviewers talent @GoogleCloudPlatform/dee-data-ai @GoogleCloudPlatform/nodejs-samples-reviewers # DEE-PO -error-reporting @GoogleCloudPlatform/dee-platform-ops @GoogleCloudPlatform/nodejs-samples-reviewers \ No newline at end of file +error-reporting @GoogleCloudPlatform/dee-platform-ops @GoogleCloudPlatform/nodejs-samples-reviewers diff --git a/monitoring/snippets/package.json b/monitoring/snippets/package.json index 14f5a0ae27..a92ffe073a 100644 --- a/monitoring/snippets/package.json +++ b/monitoring/snippets/package.json @@ -22,4 +22,4 @@ "mocha": "^8.0.0", "uuid": "^9.0.0" } -} \ No newline at end of file +}