diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-02-05 16:16:46 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-02-05 16:16:46 +0000 |
commit | ef543044b2b8bb2c967f3911d6b7745ecf25a33b (patch) | |
tree | 6990ac767bca5634fc47175db1cf35440e78be08 /doc/user | |
parent | a14db4a22441a835758b0d50e37024606662d0e8 (diff) | |
download | gitlab-ce-ef543044b2b8bb2c967f3911d6b7745ecf25a33b.tar.gz |
Docs: add index for project operations
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/operations/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user/project/operations/index.md b/doc/user/project/operations/index.md new file mode 100644 index 00000000000..b0f9936be5c --- /dev/null +++ b/doc/user/project/operations/index.md @@ -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]** |