Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
oceanbase
obagent
提交
65b6e21d
O
obagent
项目概览
oceanbase
/
obagent
1 年多 前同步成功
通知
3
Star
15
Fork
4
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
O
obagent
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
65b6e21d
编写于
12月 15, 2021
作者:
C
chris-sun-star
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' into mysqld_exporter_config
上级
8d38be17
e2e327f6
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
74 addition
and
3 deletion
+74
-3
docs/config-reference/prometheus-config.md
docs/config-reference/prometheus-config.md
+1
-1
docs/install-and-deploy/deploy-obagent-manually.md
docs/install-and-deploy/deploy-obagent-manually.md
+12
-1
docs/install-and-deploy/deploy-obagent-with-obd.md
docs/install-and-deploy/deploy-obagent-with-obd.md
+12
-1
docs/obagent-mysql.md
docs/obagent-mysql.md
+49
-0
未找到文件。
docs/config-reference/prometheus-config.md
浏览文件 @
65b6e21d
...
...
@@ -9,7 +9,7 @@
```
yaml
# OBAgent 的 RPM 包中包含 Prometheus 的配置模版,您可以根据实际情况修改。
# 要开启基础认证,您需要配置 {http_basic_auth_user} 和 {http_basic_auth_password}。
# {target} 替换成
主机的 IP 和 端口号
# {target} 替换成
监控目标主机的 IP 和 端口号, 如果有多个监控目标,需要配置多行,每个监控目标一行。
# rules 目录包含两个报警配置模版,分别是默认的主机和 OceanBase 数据库的报警配置。如需自定义报警项,您可以参考此目录。
# 全局配置
...
...
docs/install-and-deploy/deploy-obagent-manually.md
浏览文件 @
65b6e21d
...
...
@@ -45,7 +45,7 @@ OBAgent 提供使用 OBD 部署和手动部署。要手动部署 OBAgent,您
> 说明:您需要安装 Prometheus。
1.
配置 Prometheus,详情参考
[
Prometheus 配置文件说明
](
../config-reference/prometheus-config.md
)
。
2.
启动 Prometheus。
2.
将配置好的 Prometheus 配置文件复制到部署 Prometheus 的主机上,然后使用如下命令
启动 Prometheus。
```bash
./prometheus --config.file=./prometheus.yaml
...
...
@@ -75,6 +75,17 @@ groups:
description
:
"
{{
$labels.instance
}}
disk
>
{{
$value
}}
"
```
### (可选)步骤4:部署与配置 Grafana
-
下载并解压 Grafana。
-
启动 Grafana。
```
bash
./bin/grafana-server
```
-
登陆 grafana 并且修改密码,第一次登陆默认账号密码都是 admin。
-
配置 prometheus 为数据源, 添加数据源的方式参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/datasources/add-a-data-source/
)
。
-
导入 dashboard, 针对 OB 和主机指标的配置已经发布到grafana,id 分别为 15215, 15216, 导入 dashboard 的方式参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/dashboards/export-import/
)
。
## (可选)更新 KV 配置
OBAgent 提供了更新配置的接口。您可以通过 HTTP 服务更新 KV 配置项:
...
...
docs/install-and-deploy/deploy-obagent-with-obd.md
浏览文件 @
65b6e21d
...
...
@@ -80,7 +80,7 @@ obd cluster start <deploy name> [flags]
> 说明:您需要安装 Prometheus。
运行以下命令,启动 Prometheus:
运行以下命令,启动 Prometheus
, obagent 中的配置文件模版 obd 已经进行了替换,可以复制该配置文件到部署 Prometheus 的主机,然后直接使用该配置文件用如下命令启动 prometheus
:
```
bash
./prometheus
--config
.file
=
./prometheus.yaml
...
...
@@ -110,6 +110,17 @@ groups:
description
:
"
{{
$labels.instance
}}
disk
>
{{
$value
}}
"
```
### (可选)部署与配置 Grafana
-
下载并解压 Grafana。
-
启动 Grafana。
```
bash
./bin/grafana-server
```
-
登陆 grafana 并且修改密码,第一次登陆默认账号密码都是 admin。
-
配置 prometheus 为数据源, 添加数据源的方式参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/datasources/add-a-data-source/
)
。
-
导入 dashboard, 针对 OB 和主机指标的配置已经发布到grafana,id 分别为 15215, 15216, 导入 dashboard 的方式参考
[
grafana 文档
](
https://grafana.com/docs/grafana/v7.5/dashboards/export-import/
)
。
## (可选)更新 KV 配置
要更新 KV 配置,请使用
`obd cluster edit-config`
。详细信息,参考
[
OBD 使用文档
](
https://github.com/oceanbase/obdeploy/blob/master/README-CN.md#obd-cluster-edit-config
)
。
docs/obagent-mysql.md
0 → 100644
浏览文件 @
65b6e21d
obagent 集成了 prometheus 提供的 mysqld exporter, 可以使用 obagent 来采集 mysql 的性能指标
# 配置方式
obagent 中打包了采集 mysql 的流水线配置,默认没有开启,可以通过修改如下配置项来配置并开启mysql的采集
```
yaml
# 用户采集监控数据的 mysql 用户, 对于开启的采集项,需要有对应表的读权限
-
key
:
monagent.mysql.monitor.user
value
:
mysql_monitor_user
valueType
:
string
# 监控用户的密码
-
key
:
monagent.mysql.monitor.password
value
:
mysql_monitor_password
valueType
:
string
encrypted
:
true
# mysql 的 sql 端口
-
key
:
monagent.mysql.sql.port
value
:
3306
valueType
:
int64
# mysql 的连接地址
-
key
:
monagent.mysql.host
value
:
127.0.0.1
valueType
:
string
# 是否开启mysql指标采集,默认为 inactive 表示不开启,如果开启需要修改为 active
-
key
:
monagent.pipeline.mysql.status
value
:
inactive
valueType
:
string
```
mysql 流水线的配置如下,采集的指标保持 mysqld exporter 的默认开关,一般不需要修改,如果需要指定特定指标的开关,需要修改 mysqldInput 插件 scraperFlags 的配置
```
yaml
# 当前配置文件在 obagent 的 rpm 包中, monitor_mysql.yaml, 这里只展示采集插件部分
mysqldInput
:
&mysqldInput
plugin
:
mysqldInput
config
:
timeout
:
10s
pluginConfig
:
dsn
:
${monagent.mysql.monitor.user}:${monagent.mysql.monitor.password}@(${monagent.mysql.host}:${monagent.mysql.sql.port})/
scraperFlags
:
# 开启 binlog_size 指标的采集
binlog_size
:
true
# 关闭 slave_status 指标的采集
slave_status
:
false
```
# 其他说明
mysql 相关的采集配置未与 obd 集成,只能以手动配置的方式来启动
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录