Skip to content

feat: add disableTraceLinks and disableLogLinks config options#1751

Closed
rabunkosar-dd wants to merge 1 commit intografana:mainfrom
rabunkosar-dd:feat/disable-trace-log-links
Closed

feat: add disableTraceLinks and disableLogLinks config options#1751
rabunkosar-dd wants to merge 1 commit intografana:mainfrom
rabunkosar-dd:feat/disable-trace-log-links

Conversation

@rabunkosar-dd
Copy link
Copy Markdown

Type of Change

Please check the relevant option.

  • 🚀 Feature
  • 🐛 Bug Fix
  • 📝 Documentation
  • 🧹 Refactor / Chore

Feature

If this is a feature, please complete this section. Otherwise, delete it.

What is this feature?

Add separate boolean toggles to opt out of automatic data links injected on trace_id fields. disableTraceLinks (traces config) suppresses the "View trace" link; disableLogLinks (logs config) suppresses the "View logs" link. Both options are wired in CHConfigEditor and the config-v2 editor, and are guarded independently in transformQueryResponseWithTraceAndLogLinks.

Why is this feature needed?

The links are visible even when the datasource is not configured, creating problematic links

How to test this feature

Provide step-by-step instructions for reviewers to test the feature.

  1. When a log source or trace source is not provided, the column for trace_id shouldn't get an automatic link

Add separate boolean toggles to opt out of automatic data links injected
on trace_id fields. `disableTraceLinks` (traces config) suppresses the
"View trace" link; `disableLogLinks` (logs config) suppresses the
"View logs" link. Both options are wired in CHConfigEditor and the
config-v2 editor, and are guarded independently in
transformQueryResponseWithTraceAndLogLinks.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@rabunkosar-dd
Copy link
Copy Markdown
Author

Since #1754 is a superset, no need for this PR anymore, closing it.

@github-project-automation github-project-automation bot moved this from Incoming to Done in Partner Datasources Mar 30, 2026
@rabunkosar-dd rabunkosar-dd deleted the feat/disable-trace-log-links branch March 30, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant