You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/universal_service_monitoring/_index.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,16 @@ Universal Service Monitoring (USM) provides visibility into your service health
27
27
28
28
{{< 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" >}}
29
29
30
+
31
+
## Setup
32
+
30
33
### Supported versions and compatibility
31
34
32
35
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.
34
37
35
38
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/>
37
40
CentOS or RHEL 8.0 and greater<br/>
38
41
IIS on Windows 2012 R2 and greater
39
42
@@ -47,9 +50,9 @@ If you have feedback about what platforms and protocols you'd like to see suppor
47
50
48
51
### Prerequisites
49
52
50
-
- Your service is running in a container
53
+
- Your service is running in a container.
51
54
- 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.
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.
282
285
283
286
2. Edit `C:\ProgramData\Datadog\system-probe.yaml` to set the enabled flag to `true`:
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`.
297
300
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].
299
302
300
303
{{< 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%;" >}}
0 commit comments