Skip to content
代码片段 群组 项目
  • Quang-Minh Nguyen's avatar
    82f7b44b
    Hide some tracing instrumentations behind environment variables · 82f7b44b
    Quang-Minh Nguyen 创作于
    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
    82f7b44b
    历史
    Hide some tracing instrumentations behind environment variables
    Quang-Minh Nguyen 创作于
    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
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。