Skip to content

Commit c0ae631

Browse files
chore: add metrics enable to the main config (#23)
* chore: add metrics enable to the main config * docs: update release notes * docs: update release notes * docs: update release notes --------- Co-authored-by: hardy <[email protected]>
1 parent 913cd67 commit c0ae631

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

agent.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ api:
4949

5050
agent:
5151

52+
metrics:
53+
enabled: true
54+
5255
configs:
5356
#for managed client's setting
5457
managed: true # managed by remote servers

docs/content.en/docs/release-notes/_index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ Information about release notes of INFINI Agent is provided here.
1212
### Breaking changes
1313

1414
### Features
15-
- Support real-time reading of gzip log files
15+
- Support real-time reading of gzip log files (#22)
1616

1717
### Bug fix
18+
1819
### Improvements
20+
- Add metrics enable to the main config (#23)
21+
1922
## 1.28.2 (2025-02-15)
2023

2124
This release includes updates from the underlying [Framework v1.1.2](https://docs.infinilabs.com/framework/v1.1.2/docs/references/http_client/), which resolves several common issues and enhances overall stability and performance. While there are no direct changes to Agent itself, the improvements inherited from Framework benefit Agent indirectly.

docs/content.zh/docs/release-notes/_index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,20 @@ title: "版本历史"
1212
### Breaking changes
1313

1414
### Features
15-
- 支持实时查看 gzip 压缩的日志文件
15+
- 支持实时查看 gzip 压缩的日志文件 (#23)
1616

1717
### Bug fix
18+
1819
### Improvements
20+
- 默认开启指标采集配置 (#23)
21+
1922
## 1.28.2 (2025-02-15)
2023

2124
### Improvements
2225

2326
- 添加了日志并优化了一些设置 (#17)
2427
- 修复了在 Docker 中使用不同用户进程时注册失败的问题 (#11)
25-
- 同步更新 [Framework v1.1.2](https://docs.infinilabs.com/framework/v1.1.2/docs/references/http_client/) 修复的一些已知问题
28+
- 同步更新 [Framework v1.1.2](https://docs.infinilabs.com/framework/v1.1.2) 修复的一些已知问题
2629

2730
## 1.28.1 (2025-01-24)
2831

0 commit comments

Comments
 (0)