Merge pull request #8225 from millerdz/patch-9

Fixed list indentations
This commit is contained in:
L-Hudson 2019-02-12 12:04:21 -05:00 committed by GitHub
commit 8d59693415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -22,16 +22,16 @@ The Docker EE platform provides a base set of metrics that gets you running and
## Business metrics ##
These are high-level aggregate metrics that typically combine technical, financial, and organizational data to create metrics for business leaders of the IT infrastructure. Some examples of business metrics might be:
- Company or division-level application downtime
- Aggregate resource utilization
- Application resource demand growth
- Company or division-level application downtime
- Aggregate resource utilization
- Application resource demand growth
## Application metrics ##
These are metrics about domain of APM tools like AppDynamics or DynaTrace and provide metrics about the state or performance of the application itself.
- Service state metrics
- Container platform metrics
- Host infrastructure metrics
- Service state metrics
- Container platform metrics
- Host infrastructure metrics
Docker EE 2.1 does not collect or expose application level metrics.
@ -40,9 +40,9 @@ The following are metrics Docker EE 2.1 collects, aggregates, and exposes:
## Service state metrics ##
These are metrics about the state of services running on the container platform. These types of metrics have very low cardinality, meaning the values are typically from a small fixed set of possibilities, commonly binary.
- Application health
- Convergence of K8s deployments and Swarm services
- Cluster load by number of services or containers or pods
- Application health
- Convergence of K8s deployments and Swarm services
- Cluster load by number of services or containers or pods
## Deploy Prometheus on worker nodes