docs(clickstack): document the data source Section field#6414
Merged
Conversation
Add the optional Section setting to the data source settings reference for all four source kinds (Logs, Traces, Metrics, Sessions). Sources that share a section are grouped in the source selector, and search matches the section name in addition to the source name. Closes #6413
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
…the Section field Replace the source settings screenshot with a current capture (dark theme) that includes the new Section field below Name, consistent with the other dark screenshots in this section.
dhtclk
approved these changes
Jun 18, 2026
|
Docs PR opened: ClickHouse/mintlify-docs-dev#227 Documented the optional Section field for grouping ClickStack data sources and refreshed the source-configuration screenshot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the optional
Sectionsetting on ClickStack data sources.Closes #6413
Summary
ClickStack data sources support an optional
Sectionlabel, set in the source settings form. Sources that share a section are grouped together in the data source selector, and search matches the section name in addition to the source name. This addsSectionto the data source settings reference for all four source kinds: Logs, Traces, Metrics, and Sessions.Use case covered
A deployment with many sources (logs, traces, and metrics across teams or environments) can tag each source with a section to group and find them in the selector. The reference now lists the field, so anyone configuring a source knows it exists and what it does.
Notes
Sectioninput) and the grouped source selector with tag-style search.prose-lintis clean on the changed lines. Vale and spelling run in CI.Note
Low Risk
Documentation-only edits to reference tables and image sizing; no runtime or configuration behavior changes.
Overview
Updates the ClickStack data source settings reference in
config.mdto document the optionalSectionsetting for Logs, Traces, Metrics, and Sessions. Each new table row describes it as an optional label that groups sources in the selector and is included in source search alongside the source name (not required, not inferred from the default schema).Also changes the HyperDX source configuration screenshot from
size="lg"tosize="md".Reviewed by Cursor Bugbot for commit 006fb92. Bugbot is set up for automated code reviews on this repo. Configure here.