Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[FEATURE]: iLogtail的extension插件新增encoder extension插件[ext_default_encoder] #1662

Open
aiops1900 opened this issue Aug 7, 2024 · 0 comments · Fixed by #1704
Open
Labels
feature request New feature request

Comments

@aiops1900
Copy link
Contributor

Concisely describe the proposed feature
A clear and concise description of what you want. For example,

各采集协议encode实现策略配置的总入口,效果类似ext_default_decoder插件的作用。

Describe the solution you'd like (if any)
A clear and concise description of what you want to achieve and implement. For example,

实现参考ext_default_decoder。一般和各类flusher插件组合使用,通过配置的方式选择具体的encode协议。

Additional comments
Add any other context or screenshots about the feature request here.
For example, the ideal input and output logs.

flusher_http的配置为例,集成Prometheus Encoder的配置示例

flusher:
- Type: flusher_http
  ...
  Encoder:
    Type: ext_default_encoder
    Options:
      Format: 'prometheus'
      ...

说明:这里只是举例用法,不是最终实现方案

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature request New feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant