mirror of https://github.com/docker/docs.git
Merge pull request #8402 from usha-mandya/8157-third-party
Addresses 8157
This commit is contained in:
commit
6c9c3804a0
|
@ -295,6 +295,10 @@ guides:
|
|||
- path: /config/containers/logging/configure/
|
||||
title: Configuring default drivers
|
||||
nosync: true
|
||||
- sectiontitle: Work with external tools
|
||||
section:
|
||||
- path: /config/thirdparty/
|
||||
title: Third-party monitoring tools
|
||||
- path: /config/thirdparty/prometheus/
|
||||
title: Collect Docker metrics with Prometheus
|
||||
- sectiontitle: Configure containers
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
description: Third-party configuration tools
|
||||
keywords: third-party, tools, monitoring, configuration, usage, docker, daemon
|
||||
redirect_from:
|
||||
- /config/thirdparty/monitoring/
|
||||
title: Work with third-party monitoring tools
|
||||
---
|
||||
|
||||
You can configure Docker to use third-party monitoring tools. This topic lists various third-party tools you can use to monitor Docker.
|
||||
|
||||
* [Collect Docker metrics using Prometheus](/config/thirdparty/prometheus/)
|
||||
|
||||
* [Sysdig Monitoring Solution Brief for Docker Enterprise Edition](https://success.docker.com/article/sysdig-monitoring)
|
||||
|
||||
* [Datadog Monitoring Solution Brief for Docker Enterprise Edition](https://success.docker.com/article/datadog-monitoring)
|
||||
|
||||
>**Note**: Docker no longer maintains the previously listed documentation about using Sysdig and Datadog from within Docker.
|
Loading…
Reference in New Issue