debian-mirror-gitlab/doc/operations/index.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

66 lines
2.9 KiB
Markdown
Raw Normal View History

2020-07-28 23:09:34 +05:30
---
stage: Monitor
2022-04-04 11:22:00 +05:30
group: Respond
2022-11-25 23:54:43 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
2020-07-28 23:09:34 +05:30
---
2021-09-04 01:27:46 +05:30
# Monitor application performance **(FREE)**
2020-07-28 23:09:34 +05:30
GitLab provides a variety of tools to help operate and maintain
2021-09-04 01:27:46 +05:30
your applications.
2020-07-28 23:09:34 +05:30
2023-07-09 08:55:56 +05:30
<!--- start_remove The following content will be removed on remove_date: '2023-08-22' -->
2022-03-02 08:16:31 +05:30
2023-07-09 08:55:56 +05:30
## Measure reliability and stability with metrics (removed)
2022-03-02 08:16:31 +05:30
2023-07-09 08:55:56 +05:30
This feature was [deprecated](https://gitlab.com/gitlab-org/gitlab/-/issues/346541) in GitLab 14.7
and [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/399231) in 16.0.
2020-10-24 23:57:45 +05:30
2023-07-09 08:55:56 +05:30
<!--- end_remove -->
2020-10-24 23:57:45 +05:30
## Manage alerts and incidents
GitLab helps reduce alert fatigue for IT responders by providing tools to identify
issues across multiple systems and aggregate alerts in a centralized place. Your
2023-05-27 22:25:52 +05:30
team needs a single, central interface where they can investigate alerts
2022-03-02 08:16:31 +05:30
and promote the critical alerts to incidents.
2020-10-24 23:57:45 +05:30
2023-07-09 08:55:56 +05:30
Are your alerts too noisy? Alerts can be configured
2020-10-24 23:57:45 +05:30
and fine-tuned in GitLab immediately following a fire-fight.
2021-01-03 14:25:43 +05:30
- [Manage alerts and incidents](incident_management/index.md) in GitLab.
2020-10-24 23:57:45 +05:30
- Create a [status page](incident_management/status_page.md)
to communicate efficiently to your users during an incident.
## Track errors in your application
GitLab integrates with [Sentry](https://sentry.io/welcome/) to aggregate errors
from your application and surface them in the GitLab UI with the sorting and filtering
features you need to help identify which errors are the most critical. Through the
entire triage process, your users can create GitLab issues to track critical errors
and the work required to fix them - all without leaving GitLab.
- Discover and view errors generated by your applications with
[Error Tracking](error_tracking.md).
## Manage your infrastructure in code
GitLab stores and executes your infrastructure as code, whether it's
defined in Ansible, Puppet or Chef. We also offer native integration with
[Terraform](https://www.terraform.io/), uniting your GitOps and
2021-02-22 17:27:13 +05:30
Infrastructure-as-Code (IaC) workflows with the GitLab authentication, authorization,
2020-10-24 23:57:45 +05:30
and user interface. By lowering the barrier to entry for adopting Terraform, you
can manage and provision infrastructure through machine-readable definition files,
rather than physical hardware configuration or interactive configuration tools.
Definitions are stored in version control, extending proven coding techniques to
your infrastructure, and blurring the line between what is an application and what is
an environment.
- Learn how to [manage your infrastructure with GitLab and Terraform](../user/infrastructure/index.md).
## More features
2020-07-28 23:09:34 +05:30
- Deploy to different [environments](../ci/environments/index.md).
2021-11-18 22:05:49 +05:30
- Connect your project to a [Kubernetes cluster](../user/infrastructure/clusters/index.md).
2023-06-20 00:43:36 +05:30
- Create, toggle, and remove [feature flags](feature_flags.md).