禁用Prometheus

本文涉及的产品
可观测监控 Prometheus 版,每月50GB免费额度
简介: 禁用Prometheus

修改 /etc/gitlab/gitlab.rb 文件,打开 prometheus_monitoring['enable'] 配置的注释,并设置其为 false

prometheus_monitoring['enable'] = false点击复制复制失败已复制


之后重新加载配置,并重启 gitlab 即可:

$ sudo gitlab-ctl reconfigure
$ sudo gitlab-ctl restart
相关实践学习
容器服务Serverless版ACK Serverless 快速入门:在线魔方应用部署和监控
通过本实验,您将了解到容器服务Serverless版ACK Serverless 的基本产品能力,即可以实现快速部署一个在线魔方应用,并借助阿里云容器服务成熟的产品生态,实现在线应用的企业级监控,提升应用稳定性。
目录
相关文章
|
22天前
|
Prometheus Kubernetes Cloud Native
Prometheus的告警配置
【10月更文挑战第31天】Prometheus的告警配置
26 1
|
4月前
|
Prometheus 监控 前端开发
ARMS设置监控规则
【8月更文挑战第24天】
115 9
|
4月前
|
存储 Prometheus 监控
Prometheus 的报警机制:Alertmanager 的配置与使用
【8月更文第29天】Prometheus 是一个非常强大的监控系统,它不仅能够收集和存储时间序列数据,还能通过 Alertmanager 提供灵活的报警机制。Alertmanager 负责接收 Prometheus 发送的警报,并根据配置的规则执行相应的通知动作。本文将详细介绍如何配置 Alertmanager 以及如何使用它来实现基于 Prometheus 指标的报警通知。
712 0
|
5月前
|
SQL 监控 数据库
grafana 配置自定义dashboard
grafana 配置自定义dashboard
602 0
grafana 配置自定义dashboard
|
4月前
|
Prometheus 监控 Cloud Native
性能监控之 node_exporter+Prometheus+Grafana 实现主机监控
【8月更文挑战第3天】性能监控之 node_exporter+Prometheus+Grafana 实现主机监控
392 0
|
5月前
|
JSON Prometheus 监控
Prometheus+Grafana主机运行数据
Prometheus 是一款开源监控工具,Node Exporter 是其官方插件,用于收集服务器硬件和系统指标。要安装 Node Exporter,下载最新二进制文件,解压并移动到目标位置。启动二进制文件或设置为服务。在 Prometheus 配置文件 `prometheus.yml` 中添加 Node Exporter 目标配置
46 0
|
7月前
|
Prometheus 监控 Cloud Native
Prometheus 安装与配置
Prometheus 安装与配置
|
7月前
|
Prometheus 监控 Cloud Native
配置Grafana
配置Grafana
71 1
|
监控 数据安全/隐私保护 时序数据库
grafana的配置内容
grafana的配置内容
102 2
|
Prometheus 监控 Cloud Native
Prometheus-Operator模式下的Prometheus配置
Prometheus是常用的系统监控工具。本文介绍在Prometheus-Operator模式下如何使用自定义资源cr配置Prometheus。
Prometheus-Operator模式下的Prometheus配置