ilogtail
ilogtail copied to clipboard
feat: allow to discard pipeline events when flusher_http's queue is full
- 当前的flusher http的queue满时,会导致flusher的Export函数阻塞住,如果配置的http上报过慢会导致反压,允许用户在这种情况丢弃数据。
- 添加4个自监控指标,用来追踪丢点,重试,和发送延迟。