Fix a minor typo in migrating-telemetry-and-security-agents.md

Signed-off-by: Guangwen Feng <fenggw-fnst@fujitsu.com>
pull/34659/head
Guangwen Feng 2022-06-28 15:00:26 +08:00
parent ae0209d0c3
commit 973045a645
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ The `docker-container-stats` monitor is the one affected by dockershim removal.
Do not use the `docker-container-stats` with container runtimes other than Docker Engine. Do not use the `docker-container-stats` with container runtimes other than Docker Engine.
How to migrate from dockershim-dependant agent: How to migrate from dockershim-dependent agent:
1. Remove `docker-container-stats` from the list of [configured monitors](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitor-config.md). 1. Remove `docker-container-stats` from the list of [configured monitors](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitor-config.md).
Note, keeping this monitor enabled with non-dockershim runtime will result in incorrect metrics Note, keeping this monitor enabled with non-dockershim runtime will result in incorrect metrics
being reported when docker is installed on node and no metrics when docker is not installed. being reported when docker is installed on node and no metrics when docker is not installed.