From ec69cedbe1d18c1a2b5edae34b8913d230bb6637 Mon Sep 17 00:00:00 2001 From: Walter Poupore <WalterHub@users.noreply.github.com> Date: Tue, 1 Oct 2019 09:33:12 -0700 Subject: [PATCH] Fixed minor typos. (#1849) Removed extraneous period and double quotes. --- docs/serving/installing-logging-metrics-traces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/serving/installing-logging-metrics-traces.md b/docs/serving/installing-logging-metrics-traces.md index 34c4cf1d5..fa7096c32 100644 --- a/docs/serving/installing-logging-metrics-traces.md +++ b/docs/serving/installing-logging-metrics-traces.md @@ -73,7 +73,7 @@ kubectl edit cm -n knative-serving config-observability ``` Copy `logging.request-log-template` from `data._example` field to`data` field in -the `ConfigMap` you are editing.. You can find detailed information in +the `ConfigMap` you are editing. You can find detailed information in `data._example` field to customize the request log format. ### Choose One Logging Backend @@ -196,7 +196,7 @@ To configure and setup monitoring: - You want to send logs to another GCP project. 1. Follow the instructions in - ["Setting up a logging plugin"](./setting-up-a-logging-plugin.md#Configuring) + [Setting up a logging plugin](./setting-up-a-logging-plugin.md#Configuring) to configure the stackdriver components settings. 1. Install Knative Stackdriver components by running the following command from