Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flashcatcloud/categraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.29
Choose a base ref
...
head repository: flashcatcloud/categraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.30
Choose a head ref
  • 5 commits
  • 6 files changed
  • 6 contributors

Commits on Nov 25, 2025

  1. choose_label_keys配置增加说明 (#1347)

    放开choose_label_keys配置时,如果不使用["*"],需要里面包含"pod","namespace",否则采集不到pod标签,例如:["app","pod","namespace"]
    nl594 authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    0be056a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. 添加对MySQL不同版本二进制日志查询结果的兼容处理 (#1348)

    * 添加对MySQL不同版本二进制日志查询结果的兼容处理
    
    添加对MySQL不同版本二进制日志查询结果的兼容处理
    
    * chore(mysql): update comment
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: kongfei605 <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    3 people authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    0b95568 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Configuration menu
    Copy the full SHA
    974b2ca View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Fix OID macro expansion for Zabbix 7.0+ templates in snmp_zabbix plug…

    …in (#1351)
    
    * Initial plan
    
    * Fix OID macro expansion for Zabbix 7.0+ templates
    
    Co-authored-by: kongfei605 <[email protected]>
    
    * Use TrimPrefix/TrimSuffix for more precise macro normalization
    
    Co-authored-by: kongfei605 <[email protected]>
    
    * Address code review: require both prefix and suffix for macro normalization
    
    Co-authored-by: kongfei605 <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: kongfei605 <[email protected]>
    Copilot and kongfei605 authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    f563114 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. fix(postgresql): mark up=0 and return when Ping fails (#1356)

    * fix(postgresql): mark up=0 and return when Ping fails
    
    * chore(postgresql): update logs when ping failed
    
    Co-authored-by: Copilot <[email protected]>
    
    * chore(postgresql): update error logs
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    kongfei605 and Copilot authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    302d80c View commit details
    Browse the repository at this point in the history
Loading