docs: improve serviceability terminology (#4240)

This commit is contained in:
Shoubhik Bose 2020-09-02 14:18:24 -04:00 committed by GitHub
parent a482546112
commit bc537c1e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
- [Performance](#performance)
- [ApplicationsSet](#applicationsset)
- [Large Applications support](#large-applications-support)
- [Supportability](#supportability)
- [Serviceability](#serviceability)
- [GitOps Engine Enhancements](#gitops-engine-enhancements)
- [GitOps Agent](#gitops-agent)
- [Config Management Tools Integrations](#config-management-tools-integrations)
@ -50,9 +50,10 @@ maintenance overhead, security, and lack of some additional features.
The application details page is not suitable to visualize applications that include a large number of resources (hundreds of resources). The page has to be reworked
to improve user experience.
### Supportability
### Serviceability
To make Argo CD successful we need to build tools that enable Argo CD administrators to handle scalability and performance issues in a self-service model.
To make Argo CD successful we need to build tools that enable Argo CD operators to handle scalability and performance issues without asking the Argo CD team for help.
That includes more metrics, out of the box alerts and a cluster management user interface.
### GitOps Engine Enhancements