Skip to content

Commit eb04b45

Browse files
author
Jonathan Visser
committed
Add tideways_redis_keys_enabled setting to Tideways documentation
1 parent aaa50d9 commit eb04b45

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/best-practices/performance/how-to-set-up-tideways.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ You can assign an environment label (for example when this node is a staging ser
4545
hypernode-systemctl settings tideways_env_name staging
4646
```
4747

48+
#### Optional: Collect Keys for Redis Instrumentation
49+
50+
Enable Redis key collection to see which keys are accessed by Redis operations in your traces. This provides more detailed insights when debugging Redis-related performance issues.
51+
52+
```bash
53+
hypernode-systemctl settings tideways_redis_keys_enabled True
54+
```
55+
56+
**Please note:** This setting can have privacy implications if your application uses personal identifiable information (such as email addresses or IP addresses) inside Redis keys. For more information, see the [Tideways documentation on Redis instrumentation](https://support.tideways.com/documentation/setup/configuration/advanced-instrumentation.html#collect-keys-for-redis-instrumentation).
57+
4858
### Activation through Control Panel
4959

5060
It’s also possible to configure Tideways in the Control Panel.

0 commit comments

Comments
 (0)