diff options
Diffstat (limited to 'doc/operations/index.md')
-rw-r--r-- | doc/operations/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/operations/index.md b/doc/operations/index.md new file mode 100644 index 00000000000..314a1b231ba --- /dev/null +++ b/doc/operations/index.md @@ -0,0 +1,20 @@ +--- +stage: Monitor +group: APM +info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers +--- + +# Project operations + +GitLab provides a variety of tools to help operate and maintain +your applications: + +- Collect [Prometheus metrics](../user/project/integrations/prometheus_library/index.md). +- Deploy to different [environments](../ci/environments/index.md). +- Manage your [Alerts](../user/project/operations/alert_management.md) and [Incidents](../user/incident_management/index.md). +- Connect your project to a [Kubernetes cluster](../user/project/clusters/index.md). +- Manage your infrastructure with [Infrastructure as Code](../user/infrastructure/index.md) approaches. +- Discover and view errors generated by your applications with [Error Tracking](../user/project/operations/error_tracking.md). +- Create, toggle, and remove [Feature Flags](feature_flags.md). **(PREMIUM)** +- [Trace](tracing.md) the performance and health of a deployed application. **(ULTIMATE)** +- Change the [settings of the Monitoring Dashboard](../user/project/operations/dashboard_settings.md). |