Skip to content

Commit 23dd053

Browse files
kayayaraialai97
andauthored
Apply suggestions from code review
Co-authored-by: Austin Lai <76412946+alai97@users.noreply.github.com>
1 parent 90f8a27 commit 23dd053

File tree

1 file changed

+9
-6
lines changed
  • content/en/universal_service_monitoring

1 file changed

+9
-6
lines changed

content/en/universal_service_monitoring/_index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ Universal Service Monitoring (USM) provides visibility into your service health
2727

2828
{{< img src="universal_service_monitoring/usm-demo.mp4" alt="Video demonstrating Universal Service Monitoring. An overview of a service is accessed by clicking on a service on the Service Map and selecting View service overview." video="true" >}}
2929

30+
31+
## Setup
32+
3033
### Supported versions and compatibility
3134

3235
Required Agent version
33-
: Universal Service Monitoring requires that the Datadog Agent installed alongside your containerized service be at least version 6.40/7.40.
36+
: Universal Service Monitoring requires that the Datadog Agent installed alongside your containerized service be at least version 6.40 or 7.40.
3437

3538
Your containerized service must be running on one of the following supported platforms
36-
: Linux kernel 4.14 and greater<br/>
39+
: Linux Kernel 4.14 and greater<br/>
3740
CentOS or RHEL 8.0 and greater<br/>
3841
IIS on Windows 2012 R2 and greater
3942

@@ -47,9 +50,9 @@ If you have feedback about what platforms and protocols you'd like to see suppor
4750

4851
### Prerequisites
4952

50-
- Your service is running in a container
53+
- Your service is running in a container.
5154
- Datadog Agent is installed alongside your service. Installing a tracing library is _not_ required.
52-
- [Unified Service Tagging][1] tag for `env` has been applied to your deployment. The `service` and `version` tags are optional.
55+
- The `env` tag for [Unified Service Tagging][1] has been applied to your deployment. The `service` and `version` tags are optional.
5356

5457

5558

@@ -278,7 +281,7 @@ DD_SYSTEM_PROBE_SERVICE_MONITORING_ENABLED=true
278281
279282
**For services running on IIS:**
280283
281-
1. Install the [Datadog Agent][1] (version 6.40/7.40 or above) with the network driver component enabled. During installation pass `ADDLOCAL="MainApplication,NPM"` to the `msiexec` command, or select "Network Performance Monitoring" when running the Agent installation through the GUI.
284+
1. Install the [Datadog Agent][1] (version 6.40 or 7.40 and later) with the network driver component enabled. During installation, pass `ADDLOCAL="MainApplication,NPM"` to the `msiexec` command, or select **Network Performance Monitoring** when running the Agent installation through the UI.
282285
283286
2. Edit `C:\ProgramData\Datadog\system-probe.yaml` to set the enabled flag to `true`:
284287
@@ -295,7 +298,7 @@ DD_SYSTEM_PROBE_SERVICE_MONITORING_ENABLED=true
295298

296299
Universal Service Monitoring automatically detects services running in your infrastructure. If it does not find [unified service tags][1], it assigns them a name based on one of the tags: `app`, `short_image`, `kube_container_name`, `container_name`, `kube_deployment`, `kube_service`.
297300

298-
To update the service's name, use [unified service tagging][1].
301+
To update the service's name, set up [Unified Service Tagging][1].
299302

300303
{{< img src="universal_service_monitoring/automatic-service-tagging.png" alt="When Datadog automatically detects your services, the tag used for this is shown on the top of the service page" style="width:80%;" >}}
301304

0 commit comments

Comments
 (0)