Skip to content
代码片段 群组 项目
提交 82f7b44b 编辑于 作者: Quang-Minh Nguyen's avatar Quang-Minh Nguyen
浏览文件

Hide some tracing instrumentations behind environment variables

This commit disables Redis and ActiveSupport instrumentations. They can
still be enabeld when enable some specific environment variables.

Redis one captures all calls to Redis server. As a
typical web request results in numerous Redis calls, this
instrumentation generates more noises. This type of information is
arguably useful. Besides, folks can use the performance bar as a
replacement if they really want to have a deep look to Redis calls.

ActiveSupport instrumentation captures cache-related operations,
including read, write, fetch, delete, to name a few. We use Redis for
caching. It means each operation is duplicated twice. Furthermore, I
don't think cache operations offer any benefits.

Changelog: removed
上级 9147ccd4
No related branches found
No related tags found
无相关合并请求
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册