youjie23 opened a new pull request, #774: URL: https://github.com/apache/skywalking-java/pull/774
fix https://github.com/apache/skywalking/issues/13478 Currently, the jedis-2.x-3.x-plugin only supports collecting the `cache.key` tag for keys of `String` type. However, in some application codes, methods corresponding to the `byte[]` key type are invoked due to various reasons . This limitation prevents the cache.keytag from being collected for these byte[]-type keys, potentially leading to incomplete monitoring or tracing data. It is necessary to extend the plugin's capability to also collect the cache.keytag for keys of byte[]type, ensuring comprehensive coverage and consistent monitoring for both key types. ### Support tagging cache keys for `byte[]` type in Jedis commands in jedis-2.x and jedis-3.x - [X] Tests(including UT, IT, E2E) are added to verify the new feature. - [X] Closes 13478. - [X] Update the [`CHANGES` log](https://github.com/apache/skywalking-java/blob/main/CHANGES.md). -- 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...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org