Skip to content

Commit 4e489f7

Browse files
authored
Merge branch 'main' into leemthompo-patch-3
2 parents cc6f25f + ba45f12 commit 4e489f7

25 files changed

+364
-19
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ AGENTS.md
1212
.github/instructions/**.instructions.md
1313
CLAUDE.md
1414
GEMINI.md
15-
.cursor
15+
.cursor
16+
17+
# VS code settings
18+
.vscode

deploy-manage/deploy/cloud-on-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ECK is compatible with the following Kubernetes distributions and related techno
7777

7878
:::{tab-item} ECK 3.2
7979
* Kubernetes 1.30-1.34
80-
* OpenShift 4.15-4.19
80+
* OpenShift 4.15-4.20
8181
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
8282
* Helm: {{eck_helm_minimum_version}}+
8383
:::
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:::{dropdown} Advanced settings
2+
Several advanced options allow you to refine the behavior of the breakdown:
3+
4+
- **Include documents without the selected field**: Off by default.
5+
- **Group remaining values as "Other"**: On by default.
6+
- **Enable accuracy mode**: This option improves results for high-cardinality data, but increases the load on the {{es}} cluster.
7+
- **Include values**: Values from the breakdown dimension to always show a tile for.
8+
- **Exclude values**: Values from the breakdown dimension to always exclude from the displayed tiles.
9+
:::
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:::{dropdown} Advanced settings
2+
Depending on the data you defined, several options allow you to apply additional filtering to the data taken into account to compute the metric's value:
3+
4+
- **Normalize by unit**: Normalize the metric values to show per unit of time.
5+
- **Filter by**: Specify a query.
6+
- **Reduced time range**: Reduce the time range specified on the dashboard's time filter by the specified duration.
7+
- **Time shift**: Shift the time range by the specified duration. This is useful if the value should use a different time range than the one selected on the dashboard.
8+
- **Hide zero values**: Don't show values equal to zero. This option is on by default.
9+
:::
181 KB
Loading
361 KB
Loading
155 KB
Loading
38.9 KB
Loading
136 KB
Loading
38.2 KB
Loading

0 commit comments

Comments
 (0)