delei commented on issue #3733: URL: https://github.com/apache/hertzbeat/issues/3733#issuecomment-3275902159
I believe that selecting the same key is currently not permitted. Based on my understanding of the code logic, the frontend utilises a `Record<String, String>` type to store the selected tag values, while the backend employs a `Map<String, String>` object to receive this parameter value. Neither of these types permits duplicate keys. We require further suggestions. Should my understanding be incorrect or should there be a superior solution, please feel free to comment. -- 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: notifications-unsubscr...@hertzbeat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org