Skip to content

Commit 517340d

Browse files
committed
Merge branch 'main' into add-databrain-integration-documentation
2 parents a5d1adc + c93ad0f commit 517340d

File tree

48 files changed

+1388
-3918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1388
-3918
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
description: 'Changelog for 2025'
3+
note: 'This file is generated with yarn build'
4+
slug: /whats-new/changelog/
5+
sidebar_position: 2
6+
sidebar_label: '2025'
7+
title: 'Changelog 2025'
8+
doc_type: 'changelog'
9+
---
10+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import Image from '@theme/IdealImage';
2+
import clickstackTagsSearch from '@site/static/images/use-cases/observability/clickstack-tags-search.png';
3+
import clickstackTagsDashboard from '@site/static/images/use-cases/observability/clickstack-tags-dashboard.png';
4+
5+
You can add tags to dashboards and saved searches to help organize them.
6+
Tags provide a flexible way to categorize and filter based on your needs.
7+
8+
#### How tags work {#how-tags-work}
9+
10+
- **Organization**: Tags appear in the left sidebar, where dashboards and saved searches are grouped by their assigned tags
11+
- **Multiple tags**: You can add one or more tags to a single item for better categorization
12+
- **Auto-creation**: If you assign a tag that doesn't exist yet, it will be automatically created
13+
- **Easy management**: You can add or remove tags at any time to adjust your organization structure
14+
15+
This makes it easy to find related items and maintain an organized workspace as your collection grows.
16+
17+
<Image img={clickstackTagsSearch} alt="Tags in saved search" size="md" border />
18+
19+
You can also select multiple tags to filter and view items across different categories:
20+
21+
<Image img={clickstackTagsDashboard} alt="Multiple tags selected in dashboard" size="md" border />

docs/best-practices/partitioning_keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ While partitioning can improve query performance for some workloads, it can also
5353

5454
If the partitioning key is not in the primary key and you are filtering by it, users may see an improvement in query performance with partitioning. See [here](/partitions#query-optimization) for an example.
5555

56-
Conversely, if queries need to query across partitions performance may be negatively impacted due to a higher number of total parts. For this reason, users should understand their access patterns before considering partitioning a a query optimization technique.
56+
Conversely, if queries need to query across partitions performance may be negatively impacted due to a higher number of total parts. For this reason, users should understand their access patterns before considering partitioning a query optimization technique.
5757

5858
In summary, users should primarily think of partitioning as a data management technique. For an example of managing data, see ["Managing Data"](/observability/managing-data) from the observability use-case guide and ["What are table partitions used for?"](/partitions#data-management) from Core Concepts - Table partitions.
5959

docs/cloud/reference/01_changelog/02_release_notes/24_02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v24.2 Changelog'
44
description: 'Fast release changelog for v24.2'
55
keywords: ['changelog']
66
sidebar_label: '24.2'
7-
sidebar_position: 8
7+
sidebar_position: 9
88
doc_type: 'changelog'
99
---
1010

docs/cloud/reference/01_changelog/02_release_notes/24_05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v24.5 Changelog for Cloud'
44
description: 'Fast release changelog for v24.5'
55
keywords: ['changelog', 'cloud']
66
sidebar_label: '24.5'
7-
sidebar_position: 7
7+
sidebar_position: 8
88
doc_type: 'changelog'
99
---
1010

docs/cloud/reference/01_changelog/02_release_notes/24_06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v24.6 Changelog for Cloud'
44
description: 'Fast release changelog for v24.6'
55
keywords: ['changelog', 'cloud']
66
sidebar_label: '24.6'
7-
sidebar_position: 6
7+
sidebar_position: 7
88
doc_type: 'changelog'
99
---
1010

docs/cloud/reference/01_changelog/02_release_notes/24_08.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v24.8 Changelog for Cloud'
44
description: 'Fast release changelog for v24.8'
55
keywords: ['changelog', 'cloud']
66
sidebar_label: '24.8'
7-
sidebar_position: 5
7+
sidebar_position: 6
88
doc_type: 'changelog'
99
---
1010

docs/cloud/reference/01_changelog/02_release_notes/24_10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v24.10 Changelog for Cloud'
44
description: 'Fast release changelog for v24.10'
55
keywords: ['changelog', 'cloud']
66
sidebar_label: '24.10'
7-
sidebar_position: 4
7+
sidebar_position: 5
88
doc_type: 'changelog'
99
---
1010

docs/cloud/reference/01_changelog/02_release_notes/24_12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v24.12 Changelog for Cloud'
44
description: 'Fast release changelog for v24.12'
55
keywords: ['changelog', 'cloud']
66
sidebar_label: '24.12'
7-
sidebar_position: 3
7+
sidebar_position: 4
88
doc_type: 'changelog'
99
---
1010

docs/cloud/reference/01_changelog/02_release_notes/25_04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'v25.4 Changelog for Cloud'
44
description: 'Fast release changelog for v25.4'
55
keywords: ['changelog', 'cloud']
66
sidebar_label: '25.4'
7-
sidebar_position: 2
7+
sidebar_position: 3
88
doc_type: 'changelog'
99
---
1010

0 commit comments

Comments
 (0)