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
#### Configure the Datadog Agent WarpStream integration
26
27
27
-
Configure the WarpStream check included in the [Datadog Agent][3] package to collect health metrics and service checks. This can be done by editing the `url`within the `warpstream.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory, to start collecting your WarpStream service checks. See the [sample warpstream.d/conf.yaml][4] for all available configuration options.
28
+
Edit the `url`in `warpstream.d/conf.yaml`, in the `conf.d/` folder at the root of your Agent's configuration directory. See the [sample `warpstream.d/conf.yaml`][4] for all available configuration options.
28
29
29
-
Ensure that `url`matches your WarpStream Agent HTTP server (port 8080 by default).
30
+
The `url`value must match your WarpStream Agent HTTP server (port 8080 by default).
30
31
31
32
##### Connect WarpStream Agent to DogStatsD
32
33
33
-
Start the agent with the flag `-enableDatadogMetrics` or set the environment variable `WARPSTREAM_ENABLE_DATADOG_METRICS` to `true`.
34
+
Start the WarpStream Agent with the flag `-enableDatadogMetrics` or set the environment variable `WARPSTREAM_ENABLE_DATADOG_METRICS` to `true`.
34
35
35
36
##### Restart Datadog Agent and WarpStream
36
37
37
38
1.[Restart the Agent][5].
38
39
39
-
2. Restart the WarpStream agent to start sending your WarpStream metrics to the Agent DogStatsD endpoint.
40
+
2. Restart the WarpStream Agent to start sending your WarpStream metrics to the Agent DogStatsD endpoint.
40
41
41
42
## Uninstallation
42
43
@@ -52,8 +53,8 @@ Need help? Contact us through the following channels:
0 commit comments