EricDing
EricDing
Due to renaming requirements, some changes in ozhera-operator that involve renaming from 'hera' to 'ozhera' need to undergo regression testing, and some issues have been fixed.
In `mone/ozhera-all/trace-etl/trace-etl-es/src/main/java/com/xiaomi/hera/trace/etl/es/consumer/ConsumerService.java`, the `insertRocks` method uses two locks to ensure thread safety. However, based on monitoring observations, these two locks seem to block requests to write into rocksdb, reducing the...
In a Kubernetes deployment environment, the webhook will automatically inject the log-agent and the required environment variables for the probe. This eliminates the need for manually writing log-agent-related YAML in...
Currently, with the rapid development of AI, OzHera also hopes to explore some avenues in the field of AI. Currently, there are internal teams at Xiaomi working on AI-related products,...
Currently, a complete navigation page is required in the root directory of trace-etl. It should provide an overview of the functionality of trace-etl, the roles of various modules, and other...
Due to the constraints of open-source licenses and in consideration of flexibility and scalability, we are contemplating adapting to and supporting multiple data sources. 1、We are considering switching the scenarios...
As mentioned above, please support environment filtering to filter more data
Currently, OzHera does not compress messages when sending them to Kafka. This can lead to excessive data consumption in certain cloud service providers that impose limits on data transfer, resulting...
- [ ] Webhook supports pod filtering #211 - [ ] Move the creation of webhook-config to ozhera-operator #210 - [ ] Webhook supports automatic injection of the log-agent container...
Currently, the creation of hera-webhook-config is done within the ozhera-webhook-server service. When the ozhera-webhook-server service is terminated, the hera-webhook-config is also destroyed, which is not very elegant. Resources like hera-webhook-config,...