XiaoMi / ozhera

Application Observable Platform in the Cloud Native Era
https://ozhera.m.one.mi.com
Apache License 2.0
59 stars 28 forks source link

[refactor]Add Data Center Information Query and Log Data Pre- and Post-Processing #355

Open wtt40122 opened 3 weeks ago

wtt40122 commented 3 weeks ago

This PR aims to enhance the application environment information query function by introducing data center information to improve the traceability and management efficiency of log data. Additionally, pre- and post-processing logic is added to log-stream to ensure the completeness and accuracy of log data.

Changes:

1.Data Center Information Query: Add data center information fields to the application environment information query interface for tracking the source of log data. 2.Log Data Pre- and Post-Processing: Implement pre- and post-processing logic for log data in the log-stream module, including but not limited to data cleaning, formatting, encryption, etc. Related Code Changes:

Add data center information fields to the application environment information query interface. Implement pre- and post-processing logic for log data in the log-stream module.