Jiabao Qu
Jiabao Qu
#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: The pkg/util/ipset.IPSet API is very weak on "hiding" #### Which issue(s)...
## 🐛 Bug Description I want to automatic update of daily frequency data, I write a crontab but it doesn't work, so I manually test with the following command ```sh...
## Describe the feature Manual approve each step of canary phase by send http request, for the current time, the loadtester accept the canary name and namespace as key, maybe...
I have implemented this algorithm in golang, https://github.com/PalanQu/LoggingDrain3, I hope it will be helpful to someone.
Fix #254 upgrade the document, build v1.4.21 the project from source
ilogtail通过daemonset部署,版本commit为`d413393c79eae41c95bfce03b1e2c519372892ba`,最后一个commit为2024年9月15日,采集配置如下,有两个问题 ``` inputs: - Type: input_file FilePaths: - /log/*.info EnableContainerDiscovery: true AppendingLogPositionMeta: true AllowingIncludedByMultiConfigs: true CollectingContainersMeta: true ExternalK8sLabelTag: cluster: subApplication ContainerFilters: IncludeK8sLabel: cluster: "^.*$" ``` 1. 采集到的日志并没有携带metadata信息,例如采集到的日志如下 ``` 2024-10-17 19:44:21...