Duansg commented on PR #3792: URL: https://github.com/apache/hertzbeat/pull/3792#issuecomment-3343474009
Hi, @mengnankkkk thank you very much for your revisions to this issue. I believe the minimal change required should only address the tag value. After reviewing the official[documentation](https://prometheus.io/docs/concepts/data_model/), it appears that only `label value` currently exhibits this issue. I believe we can utilize UTF-8 parsing when necessary to avoid unnecessary encoding conversion overhead. For example, the adopted solution: Fast ASCII validation + UTF-8 fallback mechanism -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
