Docs: add index for project operations
This commit is contained in:
parent
a14db4a224
commit
ef543044b2
1 changed files with 11 additions and 0 deletions
11
doc/user/project/operations/index.md
Normal file
11
doc/user/project/operations/index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Project operations
|
||||
|
||||
GitLab provides a variety of tools to help operate and maintain
|
||||
your applications:
|
||||
|
||||
- Collect [Prometheus metrics](../integrations/prometheus_library/index.md).
|
||||
- Deploy to different [environments](../../../ci/environments.md).
|
||||
- Connect your project to a [Kubernetes cluster](../clusters/index.md).
|
||||
- Discover and view errors generated by your applications with [Error Tracking](error_tracking.md).
|
||||
- Create, toggle, and remove [Feature Flags](https://docs.gitlab.com/ee/user/project/operations/feature_flags.html). **[PREMIUM]**
|
||||
- [Trace](https://docs.gitlab.com/ee/user/project/operations/tracing.html) the performance and health of a deployed application. **[ULTIMATE]**
|
Loading…
Reference in a new issue