Saramanda9988 commented on issue #3983: URL: https://github.com/apache/hertzbeat/issues/3983#issuecomment-3763428408
I’ve also investigated why GreptimeDB and VictoriaMetrics are not affected by this issue: GreptimeDB: The table name is derived solely from metrics, not app. The app parameter is only used as a label filter in PromQL VictoriaMetrics: It uses a label-based query model where app only affects label filtering logic, not the underlying storage structure. These implementations follow a label-based (PromQL-compatible) model, whereas TDengine, IoTDB, and others use a physical table-based model constructed from the app name. We may need to align other data sources with this label-based design to ensure consistency. This would require careful regression testing and potential data migration. -- 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]
